Template:YouTube/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
(Updated documentation)
Line 3: Line 3:
==Usage==
==Usage==
The YouTube template should be called in the following way:
The YouTube template should be called in the following way:
*<code><nowiki>{{YouTube|<videoID>|<title>}}</nowiki></code>
*<code><nowiki>{{YouTube|<videoID>|<title>|<new row?>}}</nowiki></code>
where
where
*<code>Video ID</code> is the ID is the bold part of the URL (<nowiki>http://www.youtube.com/watch?v=</nowiki>'''VqNcksMfAjM''')
*<code>Video ID</code> is the ID is the bold part of the URL (<nowiki>http://www.youtube.com/watch?v=</nowiki>'''VqNcksMfAjM''')
*<code>Title</code> (optional) is the caption for the hiperlink
*<code>Title</code> (optional) is the caption for the hiperlink
*<code>new row?<code> can be empty or <code>br</code>. This parameter tell the template if it should create a new row or not.
==Examples==
==Examples==
* Specifying video ID and title, <code><nowiki>{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}</nowiki></code> produces this:
* Specifying video ID and title. We are embedding only one video, so we should add the <code>br</code> tag to the 3rd parameter. In this example, <code><nowiki>{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}}</nowiki></code> will produce this:
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}<div style="clear:left"></div>
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}}


* Specifying only video ID, <code><nowiki>{{YouTube|VqNcksMfAjM}}</nowiki></code> make the template use URL as title:
* Specifying only video ID. We are embedding only one video, so we should add the <code>br</code> tag to the 3rd parameter. In this example, <code><nowiki>{{YouTube|VqNcksMfAjM|br}}</nowiki></code> make the template use URL as title since no title was entered:
{{YouTube|VqNcksMfAjM}}<div style="clear:left"></div>
{{YouTube|VqNcksMfAjM}}<div style="clear:left"></div>


==Notes==
==Notes==
* Using multiple calls will make the videos be side-by-side:
* Using multiple calls will make the videos be side-by-side (the last video should ALWAYS include the <code>br</code> tag to the 3rd parameter):
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
<div style="clear:left"></div>
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}}


* ALWAYs add this after calling the template to properly show other elements from the page or when you need one video in each "line":
* When you need one video in each row, you should add the <code>br</code> tag to the 3rd parameter of all videos, not just the last:
<pre><div style="clear:left"></div></pre>
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}<div style="clear:left"></div>
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}<div style="clear:left"></div>
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}
{{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro}}


* If you use this template and forget to use a <code>&lt;div style="clear:left"&gt;&lt;/div&gt;</code> after calling it, you'll get something weird, like this topic!
* If you use this template and forget to add the <code>br</code> tag to the 3rd parameter after calling the last video, you'll get something weird, like this topic!

Revision as of 22:17, 8 November 2012

This template provides a simplified way to use the EmbedVideo plugin. It automatically uses the standard thumbnail size and position used on this wiki

Usage

The YouTube template should be called in the following way:

  • {{YouTube|<videoID>|<title>|<new row?>}}

where

  • Video ID is the ID is the bold part of the URL (http://www.youtube.com/watch?v=VqNcksMfAjM)
  • Title (optional) is the caption for the hiperlink
  • new row? can be empty or br. This parameter tell the template if it should create a new row or not.

Examples

  • Specifying video ID and title. We are embedding only one video, so we should add the br tag to the 3rd parameter. In this example, {{YouTube|VqNcksMfAjM|The Legend of Zelda: The Wind Waker Intro|br}} will produce this:
  • Specifying only video ID. We are embedding only one video, so we should add the br tag to the 3rd parameter. In this example, {{YouTube|VqNcksMfAjM|br}} make the template use URL as title since no title was entered:

Notes

  • Using multiple calls will make the videos be side-by-side (the last video should ALWAYS include the br tag to the 3rd parameter):
  • When you need one video in each row, you should add the br tag to the 3rd parameter of all videos, not just the last:
  • If you use this template and forget to add the br tag to the 3rd parameter after calling the last video, you'll get something weird, like this topic!