Entertainment
 

Help:YouTube

From the One Wiki to Rule Them All, the Lord of the Rings Encyclopedia.

(Redirected from Youtube)
For policy on using YouTube videos please see LOTR:YouTube

Video from YouTube can be shown on any Wikia page using simple code. The video is not uploaded to Wikia, but embedded. This means it is stored on YouTube, then called from there to be viewed on Wikia.

Contents

[edit] Adding a YouTube video

To add a YouTube video, you need the id code for the video. The easiest way to find this is to look at the URL of the You Tube page for the video. The sting of letters and numbers after "v=" in the URL is the id code. So for the URL: http://www.youtube.com/watch?v=WtWWwHk3BnI the id code could be WtWWwHk3BnI. If you aren't sure what you use, you can add the whole url in place of the id code.

YouTube videos are embedded with the code:

<youtube></youtube>

The id code for the video you want to show goes between the two tags:

<youtube>id code</youtube> 

"id code" is the code from the URL. So an example might be:

<youtube>WtWWwHk3BnI</youtube> 
===Changing the size of the video=== You can change the width and height of the video box, to a maximum of 425x350 pixels. If you specify width and height, and those settings are not in proportion to the YouTube screen, then you will have empty space around the video. In most cases, the width determines the screen size in this situation. * Width is controlled with width="xxx", where xxx is the number of pixels. The default is 425 pixels. * Height is controlled in the same way with height="xxx". The default is 350 pixels. A full example would be: <youtube width="200" height="200">WtWWwHk3BnI</youtube> This gives you:

[edit] Useful Template

For a tidy easy to use template, use the following code:

{{YouTube
|name=
|video=<youtube>CODE123456</youtube>
|caption=CAPTION
}}

[edit] Adding a caption

You can add a caption to a video using the image thumbnail styles.

The basic form is:

 
<div>
<div class="thumbcaption">CAPTION</div>
<youtube width="125" height="100">ID</youtube>
</div>

[edit] Controlling placement

You can control placement again using the image thumbnail style.

In this example you can add a video with a width of 200px, float it to the right of the page, and add a caption at the top. Simply edit the ID and CAPTION and pixel sizes to suit.

<div class="thumb tright"  style="width:200px;">
<div class="thumbcaption">CAPTION</div>
<youtube width="200" height="200">ID</youtube>
</div>

[edit] Placing the caption below the video

You can use the following code (or similar) to place the caption below the video:

<youtube width="200" height="200">ID</youtube><br />
<small>CAPTION</small>


[edit] Examples

Here list pages on this wiki which have videos:

Contents

There are a variety of ways to display videos on your wiki page.

Recommended

Help:Video Embed Tool
This new feature makes it easier than ever to embed videos from other sites (including YouTube and Metacafe) on your wiki.

Other video tools

Help:YouTube extension
The YouTube extension allows you to embed video from YouTube and several other sites.
Help:Images and Video extension
A video tool in testing.

Video demos

See Help:Video demos for online walkthroughs of how to use wikis.

See also