Template:Video: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#ifeq: {{{semantics|}}}|yes|{{VideoPageGroupMenu|Video/{{{series|Talks}}}|{{{episode|}}} }} }}<div style="border: solid 1px green; border-bottom: solid 1px green; padding: 10px; margin-left: 20px; overflow: auto; border-radius: 5px;"><!-- | {{#ifeq: {{{semantics|}}}|yes|{{VideoPageGroupMenu|Video/{{{series|Talks}}}|{{{episode|}}} }} }}<!--maindiv--><div style="border: solid 1px green; border-bottom: solid 1px green; padding: 10px; margin-left: 20px; overflow: auto; border-radius: 5px;"><span class="divStart"/><!-- | ||
Information for print: | Information for print: | ||
--><span class="printonly print-display-inline"> | --><span class="printonly print-display-inline offline-display-inline"> | ||
{{#ifeq: {{{type|youtube}}}|youtube|'''VIDEO'''}}{{#ifeq: {{{type|youtube}}}|mp3|'''AUDIO'''}} | {{#ifeq: {{{type|youtube}}}|youtube|'''VIDEO'''}}{{#ifeq: {{{type|youtube}}}|mp3|'''AUDIO'''}} | ||
</span><!-- (end information for print) | </span><!-- (end information for print) | ||
Line 16: | Line 16: | ||
|width=640 | |width=640 | ||
|height=30 | |height=30 | ||
}}--> | |||
}} | |||
</div><!-- (end display youtube video) | </div><!-- (end display youtube video) | ||
Line 33: | Line 34: | ||
-->{{#ifeq: {{{type|youtube}}}|youtube| | -->{{#ifeq: {{{type|youtube}}}|youtube| | ||
<span class="printonly print-display-block">[[{{Video/get page from name| {{{name|Introduction to Chalimbana Basic School.m4v}}} }}]], | <span class="printonly print-display-block offline-display-block">[[{{Video/get page from name| {{{name|Introduction to Chalimbana Basic School.m4v}}} }}]], | ||
{{fullurl:{{Video/get page from name| {{{name|Introduction to Chalimbana Basic School.m4v}}} }}}},</span><!-- | {{fullurl:{{Video/get page from name| {{{name|Introduction to Chalimbana Basic School.m4v}}} }}}},</span><!-- | ||
-->{{#ifeq:{{{series|}}}|||<span class="printonly print-display-block">This video is available on your memory stick in the '''video/[[Video/{{{series|Other}}}|{{{series|Other}}}]]''' folder.</span>}}<!-- | -->{{#ifeq:{{{series|}}}|||<span class="printonly print-display-block offline-display-block">This video is available on your memory stick in the '''video/[[Video/{{{series|Other}}}|{{{series|Other}}}]]''' folder.</span>}}<!-- | ||
Information for online: | Information for online: | ||
Line 85: | Line 86: | ||
-->{{#ifeq: {{{transcript|}}}|yes|(Transcript available [[Video/{{{name|Some name}}}/transcript|here]] or via YouTube captions.)}} | -->{{#ifeq: {{{transcript|}}}|yes|(Transcript available [[Video/{{{name|Some name}}}/transcript|here]] or via YouTube captions.)}} | ||
</div><!-- | <span class="divEnd"/></div><!--/maindiv--><!-- | ||
*** Video home page information *** | *** Video home page information *** |
Latest revision as of 22:15, 23 January 2018
VIDEO
The title of the video
The description of the video
Video/Introduction to Chalimbana Basic School.m4v, https://oer.opendeved.net/wiki/Video/Introduction_to_Chalimbana_Basic_School.m4v, Duration: 12:34
Guidance for using this template
Create a sub page of Video (e.g. Video/My video.mp4 and put this text onto it:
{{video |src= youtube id (ideally should not be changed once it's in use) |name= local file name (should not be changed once it's in use, and in most cases be the same as the video (sub-)page name) |realtitle=(short)title to be displayed |title=description (this field was the title, but it's now just the description |duration=duration of video mm:ss |series=series (optional, check existing series to find an appropriate one) |episode=01, 02, ... (optional) |acknowledgement= ... (possibly use template) ... |youtubeaccount=oer4schools (or whatever the youtube account name) <noinclude>|semantics=yes|no</noinclude> }}
You can then place the video onto the wiki by using:
{{: Video/My video.mp4 }}
Other notes
The template also populates {{#var:downloadlist}} (similar to Template:File), which you can then use to show a summary of all videos needed for a particular wiki page, e.g.
- Video/Introduction to Chalimbana Basic School.m4v (local play / download options / download from dropbox)
Also see
Category:Video Templates for other video-related templates.
To do
- Should add check: If Video != Video then if Video != {{{name}}} then warning!
- Also check whether Video/name/text exits, and include it if it does .... should have a switch really, {{: Video/{{{name}}} | style=1 }} or similar. Need to include a style switch above.