Difference between revisions of "Style guide"

From RAWiki
Jump to: navigation, search
Line 3: Line 3:
 
You can use the [https://www.mediawiki.org/wiki/Extension:EmbedVideo#.3Cembedvideo.3E_-_Tag_Hook EmbedVideo] functionality to embed videos from over 20 popular video hosting sites including vimeo and youtube.
 
You can use the [https://www.mediawiki.org/wiki/Extension:EmbedVideo#.3Cembedvideo.3E_-_Tag_Hook EmbedVideo] functionality to embed videos from over 20 popular video hosting sites including vimeo and youtube.
  
 +
At it's most basic the embed video function will look like this:
 +
 +
you type this
 +
 +
<nowiki><embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo></nowiki>
 +
 +
and it looks like this
 +
 +
<embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo>
 +
 +
Additional attributes like size and alignment of videos and captions can be configured according to [https://www.mediawiki.org/wiki/Extension:EmbedVideo#Attributes_for_Parser_Tags this guide]
  
  

Revision as of 17:48, 23 October 2015

Videos

You can use the EmbedVideo functionality to embed videos from over 20 popular video hosting sites including vimeo and youtube.

At it's most basic the embed video function will look like this:

you type this

<embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo>

and it looks like this

Additional attributes like size and alignment of videos and captions can be configured according to this guide


To embed youtube videos more quickly you can also use the youtube tag, go the the video's youtube page and extract the unique video identifier string from the youtube video's URL like this:

For the video at this location: "https://www.youtube.com/watch?v=CcqxI7a6wSM" The identifier is CcqxI7a6wSM

Paste the identifier in between the youtube tags using the following format.

<youtube>CcqxI7a6wSM</youtube>

This displays like this: