Template:Video: Difference between revisions

From OER in Education
No edit summary
No edit summary
Line 8: Line 8:
|height=30
|height=30
}}}}
}}}}
</div>
</div>{{#vardefine:therealtitle|{{{realtitle| {{#ifeq:{{FULLPAGENAME}}| Template:Video | The title of the video |
'''{{{realtitle| {{#ifeq:{{FULLPAGENAME}}| Template:Video | The title of the video |
{{#ifeq:{{{title|}}}||{{{name|}}}|{{#sub:{{{title}}}|0|30}} }}
{{#ifeq:{{{title|}}}||{{{name|}}}|{{#sub:{{{title}}}|0|30}} }}
}} }}}'''
}} }}} }}
'''{{#var:therealtitle}}'''


{{{title|The description of the video}}}
{{{title|The description of the video}}}
Line 35: Line 35:
}}{{#ifeq:{{{series|}}}||[[series::No series| ]][[Category:No series]][[no series for::Video/{{{name|no series for this video}}}| ]]|(Series: [[Video/{{{series|Other}}}|{{{series|Other}}}]])}}{{#ifeq: {{{transcript|}}}|yes|(Transcript available [[Video/{{{name|Some name}}}/transcript|here]] or via YouTube captions.)}}
}}{{#ifeq:{{{series|}}}||[[series::No series| ]][[Category:No series]][[no series for::Video/{{{name|no series for this video}}}| ]]|(Series: [[Video/{{{series|Other}}}|{{{series|Other}}}]])}}{{#ifeq: {{{transcript|}}}|yes|(Transcript available [[Video/{{{name|Some name}}}/transcript|here]] or via YouTube captions.)}}
</div>{{#ifeq: {{{semantics|}}}|yes|[[assettype::{{{type|youtube}}}| ]][[src::{{{src|}}}| ]][[name::{{{name|}}}| ]][[title::{{{title|}}}| ]][[duration::{{{duration|}}}| ]][[series::{{{series|Other}}}| ]][[episode::{{{episode|N/A}}}| ]][[project::{{{project|}}}| ]]
</div>{{#ifeq: {{{semantics|}}}|yes|[[assettype::{{{type|youtube}}}| ]][[src::{{{src|}}}| ]][[name::{{{name|}}}| ]][[title::{{{title|}}}| ]][[duration::{{{duration|}}}| ]][[series::{{{series|Other}}}| ]][[episode::{{{episode|N/A}}}| ]][[project::{{{project|}}}| ]]
[[realtitle::{{{realtitle|{{{name|{{#sub:{{{title}}}|0|30}}}}}}}}| ]][[videopage::{{FULLPAGENAME}}| ]]
[[realtitle::{{#var:therealtitle}}| ]][[videopage::{{FULLPAGENAME}}| ]]
=Embed code =
=Embed code =
To use this video, you can simply cut and paste this text into a new wiki page:
To use this video, you can simply cut and paste this text into a new wiki page:

Revision as of 15:47, 12 November 2013

VIDEO

The title of the video

The description of the video

About this video, 12:34, link to YouTube (local play / download options / download from dropbox)

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.

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.