This template is protected from editing.

Difference between revisions of "Template:Youtube"

From Team Fortress Wiki
Jump to: navigation, search
(margins)
Line 1: Line 1:
{{#evp:youtube|{{{1|I3yKmjMmo6M}}}|{{{width|500}}}}}{{#if:{{{2|<noinclude>1</noinclude>}}}|<br>
+
<div class="youtubebox" style="margin:0.75em 0em;">
:''{{{2|<noinclude>Caption goes here.</noinclude>}}}''}}<noinclude>
+
{{#evp:youtube|{{{1|I3yKmjMmo6M}}}|{{{width|500}}}}}{{#if:{{{2|<noinclude>yes</noinclude>}}}
 +
| <br /><div style="margin-top:0.75em;">{{hatnote|1={{{2|Caption here.}}}}}</div>
 +
}}</div><noinclude>{{Doc begin}}
  
{{Doc begin}}
+
This template will embed a video inside an article.
Template embeds a YouTube video with no frame.
+
 
== Syntax ==
+
=== Syntax ===
 
Basic:
 
Basic:
 
  <nowiki>{{youtube|YouTube id}}</nowiki>
 
  <nowiki>{{youtube|YouTube id}}</nowiki>
Line 15: Line 17:
 
;Align: Horizontal alignment of video. Default is left.
 
;Align: Horizontal alignment of video. Default is left.
  
== See also ==
+
=== See also ===
* {{tl|Youtube tn}}
+
* {{tl|youtube tn}}
 +
 
 
[[Category:Formatting templates|Youtube]]
 
[[Category:Formatting templates|Youtube]]
 
 
</noinclude>
 
</noinclude>

Revision as of 02:16, 28 September 2010

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 automatically calculated. Default is 500px.
Align
Horizontal alignment of video. Default is left.

See also