Difference between revisions of "Template:KBvideo"

From Second Life Wiki
Jump to navigation Jump to search
(Old Knowledge Base)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{#tag:videoflash|{{{1|5856277}}}{{!}}{{{2|640}}}{{!}}{{{3|480}}}|type="{{{type|vimeo}}}"}}</onlyinclude></includeonly>
<includeonly><onlyinclude>{{#tag:videoflash|{{{1|5856277}}}{{!}}{{{2|640}}}{{!}}{{{3|480}}}|type="{{{type|vimeo}}}"}}[[Category:Video Tutorials]]</onlyinclude></includeonly>
Use this template to include educational videos in the [[Knowledge Base]], per the specifications on the [[Style Guide]]. It chooses Vimeo as default video source and sets default values for width and height (640x480px).
Use this template to include educational videos in the [[Old Knowledge Base]], per the specifications on the [[Style Guide]]. It chooses Vimeo as default video source and sets default values for width and height (640x480px).


You can include it in the simple form "<code><nowiki>{{KBvideo|6302714}}</nowiki></code>", which becomes:
You can include it in the simple form "<code><nowiki>{{KBvideo|6302714}}</nowiki></code>", which becomes:
Line 12: Line 12:
Original documentation is available at [http://www.mediawiki.org/wiki/Extension:VideoFlash VideoFlash].
Original documentation is available at [http://www.mediawiki.org/wiki/Extension:VideoFlash VideoFlash].


<noinclude>[[Category:KB Templates]]</noinclude>
[[Category:KB Templates]]
<includeonly>[[Category:Video Tutorials]]</includeonly>

Latest revision as of 04:33, 28 July 2012

Use this template to include educational videos in the Old Knowledge Base, per the specifications on the Style Guide. It chooses Vimeo as default video source and sets default values for width and height (640x480px).

You can include it in the simple form "{{KBvideo|6302714}}", which becomes:

<videoflash type="vimeo">6302714|640|480</videoflash>

Or customize it with additional parameters, like "{{KBvideo|Z_-RhsMeN0I|425|344|type=youtube}}" which becomes:

<videoflash type="youtube">Z_-RhsMeN0I|425|344</videoflash>

Original documentation is available at VideoFlash.