Template:Video record/doc: Difference between revisions
No edit summary |
|||
| Line 72: | Line 72: | ||
"description": "If the video forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.", | "description": "If the video forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.", | ||
"example": "{{campaign|Clean Cities Campaign}}", | "example": "{{campaign|Clean Cities Campaign}}", | ||
"type": "wiki-template-name" | "type": "wiki-template-name", | ||
"default": "{{campaign| }}" | |||
}, | }, | ||
"series": { | "series": { | ||
"label": "Series", | "label": "Series", | ||
"description": "If the video forms part of series within the organisation include it here. Enclose with {{series}} template.\n\n", | "description": "If the video forms part of series within the organisation include it here. Enclose with {{series}} template.\n\n", | ||
"example": "{{series|Lunchtime Transport Webinars}}" | "example": "{{series|Lunchtime Transport Webinars}}", | ||
"default": "{{series| }}" | |||
}, | }, | ||
"project": { | "project": { | ||
| Line 83: | Line 85: | ||
"description": "If the video forms part of project within the organisation include it here. Enclose with {{project}} template.\n\n", | "description": "If the video forms part of project within the organisation include it here. Enclose with {{project}} template.\n\n", | ||
"example": "{{project|Inclusive Design at Bus Stops and Continuous Footways}}", | "example": "{{project|Inclusive Design at Bus Stops and Continuous Footways}}", | ||
"type": "wiki-template-name" | "type": "wiki-template-name", | ||
"default": "{{project| }}" | |||
}, | }, | ||
"length": { | "length": { | ||
| Line 97: | Line 100: | ||
"example": "{{publisher|Transport and Environment}}", | "example": "{{publisher|Transport and Environment}}", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true, | ||
"default": "{{publisher| }}" | |||
}, | }, | ||
"presenters": { | "presenters": { | ||
| Line 104: | Line 108: | ||
"example": "{{author|Steve|Chambers}}", | "example": "{{author|Steve|Chambers}}", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true, | ||
"default": "{{author| }}" | |||
}, | }, | ||
"date": { | "date": { | ||
| Line 111: | Line 116: | ||
"example": "{{PD|April 2024}}", | "example": "{{PD|April 2024}}", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true, | ||
"default": "{{PD| }}" | |||
}, | }, | ||
"summary": { | "summary": { | ||
| Line 125: | Line 131: | ||
"example": "{{KW|Active travel}}", | "example": "{{KW|Active travel}}", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true, | ||
"default": "{{KW| }}" | |||
}, | }, | ||
"locations": { | "locations": { | ||
| Line 132: | Line 139: | ||
"example": "{{location|Manchester}}\n", | "example": "{{location|Manchester}}\n", | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true, | ||
"default": "{{location| }}" | |||
}, | }, | ||
"live_url": { | "live_url": { | ||
Revision as of 08:45, 5 June 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
| How to add a new video record |
|---|
| This template is used for video records.
To create a new record:
|
Blank code
{{video record
| title =
| subtitle =
| summary =
| length =
| Campaign =
| series =
| project =
| date =
| publisher =
| presenters =
| keywords =
| locations =
| live_url =
| archive_url =
}}
Example code
{{video record
| title = Best Transport Video
| subtitle = Part 2
| summary = Nice video about transport
| length = 01:30:22
| Campaign =
| series =
| project = {{project|Special Transport Project}}
| date = {{PD|January 2001}}
| publisher = {{publisher|The Transport Charity}}
| presenters = {{author|Firstname|Lastname}}
| keywords = {{KW|Trains}} {{KW|Light rail}}
| locations = {{location|Great Britain}}
| live_url = {{live link | live_url= | test_date=14 November 2024 }}
| archive_url = {{archive link|archived_url=https://web.archive.org/https://www.youtube.com/watch?v=eLqojCsLy98 |archived_date=14 November 2024 }}
}}
Live example video records
Template data
Used for video records
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Title of the video
| Content | required |
| Subtitle | subtitle | Subtitle of the video
| Content | optional |
| Summary | summary | Short description of the video
| Content | required |
| Length | length | The video runtime
| Number | required |
| Campaign | campaign | If the video forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.
| Template | optional |
| Series | series | If the video forms part of series within the organisation include it here. Enclose with {{series}} template.
| Unknown | optional |
| Project | project | If the video forms part of project within the organisation include it here. Enclose with {{project}} template.
| Template | optional |
| Date | date | The date of video in Month Year format and enclosed by the {{PD}} template. If the month is not known just use the year. Do not include the day of the month.
| Template | required |
| Publisher | publisher | The name of the organisation that produced the video. Enclose in the {{publisher}} template.
| Template | required |
| Presenters | presenters | The presenters of the video. Enclose each one in the {{author}} template. Use a pipe ("|") to divide first names from last names. If there is no author then leave blank.
| Template | required |
| Keywords | keywords | Relevant keywords each enclosed by the {{KW}} template.
| Template | required |
| Locations | locations | The location(s) the video applies to and/or case study locations. Enclose in the {{location}} template.
| Template | required |
| Live link | live_url | Link to the currently video. Use the {{live link | live_url= | test_date= }} template. Use {{dead link | dead_url= | test_date= }} template if the link is dead.
| Template | required |
| Archive link | archive_url | Link to the archived video on Internet Archive. Use the {{archive link |archived_url= | archived_date= }} template. Important: Add an archive link even where there is a live link. For new videos you might need to request Internet Archive creates it.
| Template | required |
