Difference between revisions of "Template:YouTubeVideo"
Jump to navigation
Jump to search
m (tidy instructions) |
m (tweek margins) |
||
Line 11: | Line 11: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | {| class="wikitable" width="20%" style="float:right; margin: 0em 0em 0.8em 1.0em;" | + | {| class="wikitable" width="20%" style="float:right; margin: 1.0em 0.0em 0.8em 1.0em;" |
|- | |- | ||
|{{#widget:YouTube|{{#if:{{{width|}}}|width={{{width|}}}px}}|{{#if:{{{height|}}}|height={{{height|}}}px}}|id={{{code|}}}}} | |{{#widget:YouTube|{{#if:{{{width|}}}|width={{{width|}}}px}}|{{#if:{{{height|}}}|height={{{height|}}}px}}|id={{{code|}}}}} |
Revision as of 15:53, 7 September 2014
This template is for placing a YouTube video and caption in a right-floating box.
The caption text will wrap within the box border and the borders will expand to accommodate whatever width & height are specified for the video
Usage:
{{YouTubeVideo
|code= Mandatory. YouTube video code
|caption= Optional. video caption - standard wikitext including links
|width= Optional. video width - whole number only - no'px' (default 360)
|height= Optional. video height - whole number only - no'px' (default 300)
}}