Wikikids:Filmpjes plaatsen: verschil tussen versies

Uit Wikikids
Naar navigatie springen Naar zoeken springen
Regel 80: Regel 80:
  
 
==Making a template==
 
==Making a template==
If you intend to use a lot of YouTube videos on your wiki, you can make a [[Template:YouTube|template]] to prevent you needing to add this code (see [[Template talk:YouTube|example]]). ''Note'': This template must be subst'ed to work.  
+
If you intend to use a lot of YouTube videos on your wiki, you can make a [[Template:YouTube|template]] to prevent you needing to add this code (see [[Template talk:YouTube|example]]). ''Note'': This template must be subst'ed to work.
 
 
==Examples==
 
:Are you using YouTube on your wiki? Please add to the list of examples below to show people how this new feature can be used.
 
 
 
* [[w:c:jet:TPR warm-up|Video clip of English lesson activity on WikiJET]]
 
* [[w:c:glest:Videos|Videos showing the 3D strategy game ''Glest'']]
 
* [[Uncyclopedia:UnNews:PS3 fans eagerly await OJ Simpson's new game "If You Did It"|UnNews is now available on video]]
 
* [[w:c:nwn|Watch the trailer of Neverwinter Nights 2]]
 
* [[w:c:furry|The "Nature Anthem" song on WikiFur]]
 
* [[w:c:humannetwork|Cisco's Human Networking commercial on the Human Network Wiki]]
 
* [[w:c:buffy|Buffy and Angel snippets set to "Breathless" by The Corrs on the Buffyverse Wikia]]
 
* [[w:c:gaia:Battle System|The Gaiapedia using YouTube videos to show off the battle system teaser video.]]
 
* [[w:c:gaia:Otakon 2006|The Gaiapedia using YouTube videos to show off recorded footage from The Otakon 2006 Gaia Online Panel.]]
 
* [[spankart:Spanking in songs|The Spanking Art wiki: YouTube spanking video clips and songs]]
 
* [[w:c:en.nintendo:Super Smash Bros. Brawl|Nintendo using YouTube to show trailers]]
 
* [[w:c:hu.spam:Kategória:Videó a szócikkben|A category about videos in articles (Hungarian Spamwiki)]]
 
* [[w:c:sca21:Sport, Arts & Culture|Sport, Arts & Culture on Sustainable Community Action]]
 
* [[w:c:psychology:YouTube_listings|Psychology wiki listing of clips]]
 
* [[w:c:peanuts:A Charlie Brown Christmas|A Charlie Brown Christmas at the Peanuts Wiki.]]
 
* [[w:c:lotr:Parodies|Lord of the Rings parodies]]
 
* [[w:c:de.gta:GTA:Criminal_Russia/Videos|Subpage showing the latest videos for an upcoming Grand Theft Auto modification]]
 
* [[w:c:redwall:Redwall TV Series|Redwall Wiki: Introduction themes to various seasons of the Redwall Television Series]]
 
* [[w:c:simpsons:New Kids on the Blecch|Part of a Simpsons episode]]
 
* [[w:c:es.art:Electrocuting an Elephant|Electrocuting an Elephant at the Spanish Art Wiki]]
 
* [http://kuksoolwon.wikia.com/wiki/Portal:Kuk_Sool_Won_in_Motion Kuk Sool Won in Motion]
 

Versie van 14 mei 2007 20:38

Bij de artikelen kun je ook filmpjes plaatsen. Er zijn verschillende plekken op internet waar interessante filmpjes te vinden zijn. Hieronder een opsomming van de plekken waar je filmpjes kunt vinden en op welke manier je ze op WikiKids kunt zetten.

Teleac Beeldbank

Klokhuis

YouTube

Nog even vertalen....


For the wiki about YouTube, see YouTube.
Embedding a video from YouTube can give a great new look to an article

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.

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=CCz1kmfqL7g the id code could be CCz1kmfqL7g. 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>CCz1kmfqL7g</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">CCz1kmfqL7g</youtube>

This gives you:

<youtube width="200" height="200">CCz1kmfqL7g</youtube>

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>

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>

Placing the caption below the video

You can use the following code (or similar) to place the caption, in a smaller font, below the video:

{| align="right"
|-
|<youtube width="200" height="200">ID</youtube><br />
<small>CAPTION</small> 
|}

Making a template

If you intend to use a lot of YouTube videos on your wiki, you can make a template to prevent you needing to add this code (see example). Note: This template must be subst'ed to work.

Afkomstig van Wikikids , de interactieve Nederlandstalige Internet-encyclopedie voor en door kinderen. "https://wikikids.nl/index.php?title=Wikikids:Filmpjes_plaatsen&oldid=29744"