Template:YouTube/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(→‎Examples: Updated example to show title truncation)
No edit summary
Line 6: Line 6:
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 video
*<code>new row?</code> (optional) should always be <code>br</code> when used. This parameter tell the template if it should create a new row or not.
*<code>new row?</code> (optional) should always be <code>br</code> when used. This parameter tell the template if it should create a new row or not.



Revision as of 05:46, 12 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 video
  • new row? (optional) should always be br when used. This parameter tell the template if it should create a new row or not.

Examples

  • Specifying video ID and title. Titles longer than the box will automatically be truncated. 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 with title longer than box|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!