Help:Youtube videos

From KeyWiki
Jump to navigation Jump to search

KeyWiki has an extension that allows for embedding youtube videos on various pages across the site.

Usage

For example, adding the code:

{{#ev:youtube|BANkMaLJaY4|250}}

Displays:

The parameters are: {{#ev:youtube|URL Title from Youtube|Size of the box

Placement

If you desire to place the video on the right side of the page with a caption, a div box is useful code. For example:

<div style="float:right">
{|class="wikitable" cellspacing="0" cellpadding="5" width="205"
|-
|{{#ev:youtube|BANkMaLJaY4|250}}<br><span style="font-size:80%">A fun video to watch.</span>
|}
</div>

A fun video to watch.

Template:Help pages hnt