Minecraft Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
<includeonly>{{#if: {{{sd|}}}
 
<includeonly>{{#if: {{{sd|}}}
 
| {{#ev:youtube|{{{1}}}|{{#if: {{{2|}}} | {{{2}}} | 425 }}}}
 
| {{#ev:youtube|{{{1}}}|{{#if: {{{2|}}} | {{{2}}} | 425 }}}}
| {{#ev:youtubehd|{{{1}}}|{{#if: {{{2|}}} | {{{2}}} | 425 }}}}
+
| {{#ev:youtube|{{{1}}}|{{#if: {{{2|}}} | {{{2}}} | 425 }}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}

Revision as of 15:58, 10 September 2014

[view | edit | history | purge]Documentation
Shortcuts

This template should be used to embed YouTube videos.

Usage

{{Youtube
| 1 = Video ID
| 2 = Dimensions
| align = Alignment
| caption = Caption
| nocat = Prevents category to be added
}}

Parameters

This template adds a video that can be embedded on a page directly instead on needing to upload it directly to the wiki.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Video ID1

The video ID that must be added.

Stringsuggested
Video dimensions2

Changes the dimensions of the video.

Stringoptional
Video alignmentalign

Changes the alignment of the video.

Stringoptional
Video captioncaption

Adds an optional caption for the video.

Stringoptional
Category supressornocat

Prevents [[:Category:Pages with videos]] to be added to a page using this template.

Stringoptional

Examples

Default usage
{{yt|MmB9b5njVbA}}
Custom width
{{yt|MmB9b5njVbA|720}}
Inline alignment
{{yt|MmB9b5njVbA|align=inline}}
{{yt|MmB9b5njVbA|align=inline}}
Custom caption
{{yt|MmB9b5njVbA|caption=''Minecraft'' official trailer.|nocat=y}}

With an image frame

Sometimes it makes sense to put the video in an image frame so that it formats like an image:

{{FakeImage|{{yt|MmB9b5njVbA|nocat=y}}|Minecraft Trailer from 2011|align=right}}

This can unclutter the pages a lot. You also get to add a caption.

Minecraft Trailer from 2011

See also

  • {{YouTubeLink}} – to link to a video, rather than embed it
  • {{CollapsedVideo}} – to put an embedded video in a collapsed table that links to YouTube
[view | edit | history | purge]The above documentation is transcluded from Template:YouTube/doc.