Youtube – Template
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Fix description) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}} | <includeonly>{{#if:{{{1|}}} | ||
| <div style=" | | <div style="text-align: {{#switch:{{{3|}}}|right=right|center=center|left}}"><div class="thumbinner" style="width: {{{4|300}}}px; display: inline-block">{{#tag:youtube | ||
| -Youtube ID not defined-}} | | {{{1}}} | ||
</includeonly><noinclude> | | height = {{#expr: ({{{4|300}}} * 9/16) round 0}} | ||
Shows a | | width = {{{4|300}}} | ||
}}{{#if:{{{2|}}}|<div class="thumbcaption">{{{2}}}</div>}}</div></div> | |||
| -Youtube ID not defined- | |||
}}</includeonly><noinclude> | |||
Shows a {{Link|https://www.youtube.com|YouTube}} video. | |||
== Usage == | == Usage == | ||
Line 9: | Line 13: | ||
* videoID: the ID part of the URL. e.g '''a75eG8HG5Fk''' | * videoID: the ID part of the URL. e.g '''a75eG8HG5Fk''' | ||
* caption: (optional) caption below the video | * caption: (optional) caption below the video | ||
* | * textAlign: (optional, default left) "left", "right" or "center" - does '''not''' use the {{Link|https://developer.mozilla.org/en-US/docs/Web/CSS/float|float}} property | ||
* size: (optional, default 300) width in pixels | * size: (optional, default 300) width in pixels | ||
Line 29: | Line 33: | ||
| {{Youtube|M1YBZUxMX8g|{{arma3}} trailer|right}} | | {{Youtube|M1YBZUxMX8g|{{arma3}} trailer|right}} | ||
|- | |- | ||
| <nowiki>{{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer| | | <nowiki>{{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer|center|400}}</nowiki> | ||
| {{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer|center|400}} | | {{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer|center|400}} | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude> |
Latest revision as of 12:36, 24 April 2024
Shows a YouTube video.
Usage
{{Youtube|videoID|caption|position|size}}
- videoID: the ID part of the URL. e.g a75eG8HG5Fk
- caption: (optional) caption below the video
- textAlign: (optional, default left) "left", "right" or "center" - does not use the float property
- size: (optional, default 300) width in pixels
Code | Result |
---|---|
{{Youtube}} | -Youtube ID not defined- |
{{Youtube|a75eG8HG5Fk}} | |
{{Youtube|UgXq6z6-644|{{arma2}} trailer}} | |
{{Youtube|M1YBZUxMX8g|{{arma3}} trailer|right}} | |
{{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer|center|400}} |