This template is protected from editing.

Difference between revisions of "Template:Youtube"

From Team Fortress Wiki
Jump to: navigation, search
(I dunnit again)
(u dun goof'd Wind)
Line 1: Line 1:
<div class="youtubebox ratio-{{{ratio|16x9}}} quality-{{{quality|default}}}" style="margin:0.75em 0em;">
+
<div class="youtubebox ratio-{{{ratio|16x9}}} hd-{{#if:{{{hd|}}}|on|off}}" style="margin:0.75em 0em;">
 
{{#evp:youtube|{{{1|I3yKmjMmo6M}}}|no do|{{{align|left}}}|{{{width|512}}}}}{{#if:{{{2|<noinclude>yes</noinclude>}}}
 
{{#evp:youtube|{{{1|I3yKmjMmo6M}}}|no do|{{{align|left}}}|{{{width|512}}}}}{{#if:{{{2|<noinclude>yes</noinclude>}}}
 
| <br /><div style="margin-top:0.75em;">{{hatnote|1={{{2|Caption here.}}}}}</div>
 
| <br /><div style="margin-top:0.75em;">{{hatnote|1={{{2|Caption here.}}}}}</div>
Line 20: Line 20:
 
;Align: Horizontal alignment of video. Default is left.
 
;Align: Horizontal alignment of video. Default is left.
 
;Ratio: Ratio of embedded video, with <code>x</code> as separator (Example: <code>4x3</code>). Default is <code>16x9</code>.
 
;Ratio: Ratio of embedded video, with <code>x</code> as separator (Example: <code>4x3</code>). Default is <code>16x9</code>.
;Quality: Default quality of embedded video, as a {{w|YouTube#Quality and codecs|YouTube quality ID (<code>fmt</code> parameter)}}. Default is to let YouTube decide. Users may override this value in their YouTube preferences.
+
;HD: Whether HD should be turned on or off by default. Default is to let YouTube decide. YouTube users may override this value in their YouTube preferences.
  
 
=== See also ===
 
=== See also ===

Revision as of 21:11, 4 February 2011

The #evp parser function was deprecated in EmbedVideo 2.0. Please convert your parser function tag to #ev.

Caption here.

Documentation for Youtube


This template will embed a video inside an article.

Syntax

Basic:

{{youtube|YouTube id}}

With a defined thumbnail width:

{{youtube|YouTube id|width=value|align=alignment}}
YouTube Video ID
The YouTube video id of the video to include.
Width
Width of the video, in pixels. Height is calculated based on ratio. Default is 512px.
Align
Horizontal alignment of video. Default is left.
Ratio
Ratio of embedded video, with x as separator (Example: 4x3). Default is 16x9.
HD
Whether HD should be turned on or off by default. Default is to let YouTube decide. YouTube users may override this value in their YouTube preferences.

See also