Youtube – Template
Lou Montana (talk | contribs) m (Some wiki formatting)  | 
				Lou Montana (talk | contribs)   (Use YouTube extension (<youtube>) instead of EmbedVideo (obsolete & fork requires PHP 8.0) - default ratio 16/9)  | 
				||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}  | <includeonly>{{#if:{{{1|}}}  | ||
| <div style="text-align: {{#switch:{{{3|}}}|right=right|center=center|left}}"><div class="thumbinner" style="width: {{{4|300}}}px; display: inline-block">{{#  | | <div style="text-align: {{#switch:{{{3|}}}|right=right|center=center|left}}"><div class="thumbinner" style="width: {{{4|300}}}px; display: inline-block">{{#tag:youtube  | ||
| {{{1}}}  | |||
| height = {{#expr: ({{{4|300}}} * 9/16) round 0}}  | |||
| width = {{{4|300}}}  | |||
}}{{#if:{{{2|}}}|<div class="thumbcaption">{{{2}}}</div>}}</div></div>  | |||
| -Youtube ID not defined-  | | -Youtube ID not defined-  | ||
}}</includeonly><noinclude>  | }}</includeonly><noinclude>  | ||
Revision as of 16:05, 26 February 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
 - position: (optional, default left) "left", "right" or "center"
 - size: (optional, default 300) width in pixels
 
| Code | Result | 
|---|---|
| {{Youtube}} | -Youtube ID not defined- | 
| {{Youtube|a75eG8HG5Fk}} | |
| {{Youtube|UgXq6z6-644|{{arma2}} trailer}} | Arma 2 trailer  | 
| {{Youtube|M1YBZUxMX8g|{{arma3}} trailer|right}} | Arma 3 trailer  | 
| {{Youtube|EwAxJC9AR_A|{{Name|arma3apex}} trailer|center|400}} | Arma 3 Apex trailer  |