No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  }} {{#if:{{{description|}}}|- {{{description}}}}}
  }} {{#if:{{{description|}}}|- {{{description}}}}}
|{{#widget:{{{platform|YouTube}}}|id={{{id|{{{1}}}}}}}}
|{{#widget:{{{platform|YouTube}}}|id={{{id|{{{1}}}}}}}}
}}{{#subobject:Video {{{id|{{{1}}}}}}
}}{{#subobject:
|Has title = {{#if:{{{title|{{{2|}}}}}}|{{{title|{{{2}}}}}}|{{PAGENAME}}}}
|Has category = Videos
|Has id = {{{id|{{{1}}}}}}
|Has id = {{{id|{{{1}}}}}}
|Has platform = {{{platform|YouTube}}}
|Has platform = {{{platform|YouTube}}}
|Has URL = {{Video/URL|{{{platform|YouTube}}}|{{{id|{{{1}}}}}}}}
|Has URL = {{Video/URL|{{{platform|YouTube}}}|{{{id|{{{1}}}}}}}}
|Has title = {{{title|{{{2|}}}}}}
|Has description = {{{description|}}}
|Has description = {{{description|}}}
|Has language = {{{language|English}}}
|Has language = {{{language|English}}}
|Has resource type = Video
}}{{#if:{{NAMESPACE}}||[[Category:Pages with videos]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
}}{{#ifeq:{{NAMESPACE}}||[[Category:Pages with videos]]}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 23:53, 15 September 2020

Template documentationedit documentation

v [[














]] Use this template to embed videos uploaded to Appropedia, Wikimedia Commons, YouTube or Vimeo.

USA just ge

Basic

  • {{V ideo|Growing tomatoes.mp4}} — Embed a video uploaded to Appropedia
  • {{Video|The Yakan Native Dance.webm}} — Embed a video uploaded to Wikimedia Commons
  • {{Video|431803145}} — Embed a Vimeo video by id
  • {{Video|PsP5IJT77fU}} — Embed a YouTube video by id
  • {{Video|video=https://www.youtube.com/watch?v=PsP5IJT77fU}} — Embed a YouTube video by URL (notice that the "video" parameter is required because else the = sign in the YouTube URL will confuse the template)

Parameters

  • videoRequired! File name, id or URL, for example:
    • https://www.youtube.com/watch?v=PsP5IJT77fU — YouTube URL
    • https://vimeo.com/431803145 — Vimeo URL
    • PsP5IJT77fU — YouTube id
    • 431803145 — Vimeo id
    • House wren in JBWR (50171).webm — Name of a file uploaded to Appropedia or to Wikimedia Commons
  • title — Title of the video, used for search results.
  • description — Description of the video content, used for search results.
  • keywords — Comma-separated list of keywords, for example 'solar, garden, recycle'.
  • authors — Authors names or usernames on Appropedia (including the 'User:' prefix).
  • date — Date when the video was made, for example '2020-09-23'.
  • location — Location where the video was made, for example 'Buenos Aires, Argentina'.
  • language — Language code of the language of the video, for example 'es' for Spanish ('en' for English is assumed).
  • license — License under which this video is released, for example 'CC-BY-SA-4.0'.
  • align — Alignment of the video, for example 'center'.

Example

{{Video
| video = https://vimeo.com/431803145
| align = center
| title = The Walking Fish
| description = A tragicomic short film about ambition, perfection and self-acceptance.
| keywords = ambition, perfection, self-acceptance, fish
| authors = Thessa Meijer
| date = 2020-07-05
| location = Netherlands
| language = es
| license = CC-BY-SA-4.0
| annotations =
* 00:00 Start
* 00:10 Tenth second
* 01:00 Minute mark
}}
Error in widget YouTube: Unable to load template 'wiki:YouTube'
<ul><li>"Videos" is not in the list (Project, Device, Organization, Paper, Book, Thesis, Literature review, Medical skill, Medical equipment, Medical knowledge page, ...) of allowed values for the "Type" property.</li> <!--br--><li>Property "Has id" (as page type) with input value "{{{1}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.</li> <!--br--><li> "[[" has not been listed as valid URI scheme.</li></ul>

See also

Template data

<templatedata> { "params": { "description": { "label": "Description", "description": "Video description", "type": "string" }, "authors": { "label": "Authors", "description": "Authors names or usernames on Appropedia (including the 'User:' prefix)", "example": "John Doe, User:Lonny, User:Emilio", "type": "string" }, "date": { "label": "Date", "description": "Date when the video was made", "example": "2020-09-23", "type": "date" }, "location": { "label": "Location", "description": "Location where the video was made", "example": "Buenos Aires, Argentina", "type": "string" }, "video": { "aliases": [ "1" ], "label": "Video", "description": "Video name, URL or id", "example": "https://www.youtube.com/watch?v=3R2gvgcdseI", "type": "string", "required": true }, "title": { "aliases": [ "2" ], "label": "Title", "description": "Video title", "example": "How to build an igloo", "type": "string" }, "keywords": { "label": "Keywords", "description": "Comma-separated list of keywords", "example": "solar, garden, recycle", "type": "string" }, "license": { "label": "Licence", "description": "License under which this video is released", "example": "CC-BY-SA 4.0", "type": "string",

           "suggestedvalues": [

"CC-BY-SA-4.0", "CC-BY-SA-3.0", "CC-BY-SA-2.0", "CC-BY-NC-SA-4.0", "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-2.0", "CC-BY-4.0", "CC-BY-3.0", "CC-BY-2.0", "CC0-1.0", "Public domain", "Fair use", "Copyright", "Unknown" ] }, "align": { "label": "Align", "description": "Alignment of the video", "example": "center", "type": "string", "default": "left" }, "annotations": { "label": "Annotations", "description": "Annotations to navigate the video", "example": "00:00 Start", "type": "content" }, "language": { "label": "Language", "description": "Language code of the language of the video", "example": "es", "type": "string", "default": "en",

           "suggestedvalues": [

"en", "es", "de", "fr", "pt", "it" ] } }, "description": "Use this template to embed videos uploaded to Appropedia, Wikimedia Commons, YouTube or Vimeo.", "paramOrder": [ "video", "title", "align", "description", "keywords", "authors", "date ", "location", "language", "license", "annotations" ], "format": "block" } </templated ata>

Cookies help us deliver our services. By using our services, you agree to our use of cookies.