Template:Youtube thumbnail: Difference between revisions

Content deleted Content added
Created page with "<includeonly> <span class="yt-thumb" style="display:inline-block;vertical-align:top; horizontal gap (right) + vertical gap (bottom): margin:0 {{#if:{{{gapx|}}}|{{{gapx}}}|16px}} {{#if:{{{gapy|}}}|{{{gapy}}}|16px}} 0; set a fixed card width so the row can pack left→right: width:{{{width|320}}}px;"> <!-- The video (works with Extension:YouTube and also with EmbedVideo's <youtube> tag) --> <youtube w..."
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1:
<includeonly><templatestyles src="Template:YouTube thumbnail/styles.css" /><span class="yt-thumb" style="display:inline-block;vertical-align:top;margin:0 {{#if:{{{gapx|}}}|{{{gapx}}}|25px}} {{#if:{{{gapy|}}}|{{{gapy}}}|25px}} 25px;width:{{{width|408}}}px;"><youtube width="{{{width|408}}}" height="{{{height|230}}}">{{{1}}}</youtube><span class="yt-caption" style="display:block;font-size:0.85em;line-height:1.35;margin-top:0.2em;">{{{caption|{{{2|}}}}}}</span></span></includeonly><noinclude>
<includeonly>
<span class="yt-thumb"
style="display:inline-block;vertical-align:top;
/* horizontal gap (right) + vertical gap (bottom) */
margin:0 {{#if:{{{gapx|}}}|{{{gapx}}}|16px}} {{#if:{{{gapy|}}}|{{{gapy}}}|16px}} 0;
/* set a fixed card width so the row can pack left→right */
width:{{{width|320}}}px;">
 
<!-- The video (works with Extension:YouTube and also with EmbedVideo's <youtube> tag) -->
<youtube width="{{{width|320}}}" height="{{{height|180}}}">{{{1}}}</youtube>
 
<!-- The caption -->
<span class="yt-caption"
style="display:block;font-size:0.85em;line-height:1.35;margin-top:0.35em;">
{{{caption|{{{2|}}}}}}
</span>
</span>
</includeonly>
<noinclude>
Usage:
* {{YouTube thumbnail | VIDEO_ID | Caption here}}