Template:Video record/doc: Difference between revisions

From Transport Knowledge Wiki
Line 99: Line 99:
"required": true
"required": true
},
},
"presenters": {},
"presenters": {
"label": "Presenters"
},
"date": {
"date": {
"label": "Date",
"label": "Date",
Line 114: Line 116:
"required": true
"required": true
},
},
"keywords": {},
"keywords": {
"locations": {},
"label": "Keywords",
"description": "Relevant keywords each enclosed by the {{KW}} template.",
"example": "{{KW|Active travel}}",
"type": "wiki-template-name",
"required": true
},
"locations": {
"label": "Locations",
"description": "The location(s) the video applies to and/or case study locations. Enclose in the {{location}} template.",
"example": "{{location|Manchester}}\n",
"type": "wiki-template-name",
"required": true
},
"live_url": {
"live_url": {
"label": "Live link",
"label": "Live link",

Revision as of 08:33, 5 June 2025

You can add to the wiki
Publication
+report
Book
+book
Video
+video
Journal
+journal
Journal article
+article
Organisation
+org
How to add a new video record
This template is used for video records.

To create a new record:

  1. Copy either the blank or example code below.
  2. Search for the record name you want to create using the search box above, for example New Video about Transport.
  3. Click on the red link that appears to create it.
  4. Paste the code into the new record.
  5. Fill in all the details you have for the video.

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

Template parameters

ParameterDescriptionTypeStatus
Titletitle

Title of the video

Example
Best Transport Video
Contentrequired
Subtitlesubtitle

Subtitle of the video

Example
Part 2
Contentoptional
Summarysummary

Short description of the video

Example
This is a nice video about transport
Contentrequired
Lengthlength

The video runtime

Example
01:30:22
Numberrequired
Campaigncampaign

If the video forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.

Example
{{campaign|Clean Cities Campaign}}
Templateoptional
Seriesseries

If the video forms part of series within the organisation include it here. Enclose with {{series}} template.

Example
{{series|Lunchtime Transport Webinars}}
Unknownoptional
Projectproject

If the video forms part of project within the organisation include it here. Enclose with {{project}} template.

Example
{{project|Inclusive Design at Bus Stops and Continuous Footways}}
Templateoptional
Datedate

The date of publication 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.

Example
{{PD|April 2024}}
Templaterequired
Publisherpublisher

The name of the organisation that produced the video. Enclose in the {{publisher}} template.

Example
{{publisher|Transport and Environment}}
Templaterequired
Presenterspresenters

no description

Unknownoptional
Keywordskeywords

Relevant keywords each enclosed by the {{KW}} template.

Example
{{KW|Active travel}}
Templaterequired
Locationslocations

The location(s) the video applies to and/or case study locations. Enclose in the {{location}} template.

Example
{{location|Manchester}}
Templaterequired
Live linklive_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.

Templaterequired
Archive linkarchive_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.

Unknownrequired