static S hEmbedYoutube(S youtubeID) { ret hEmbedYoutube(youtubeID, 300, 250); } static S hEmbedYoutube(S youtubeID, int w, int h) { ret "
View on YouTube".replace("{*}", youtubeID); }