Template:Video record/doc: Difference between revisions
No edit summary |
No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Contribute}} | {{Contribute}} | ||
{{ | {{Content block|title=How to add a new video record|body= | ||
To create a video record: | |||
#Enter the name of the video in the box and hit create. | |||
#Fill in all the details you have and save the record. | |||
<inputbox> | |||
type=create | |||
width=100 | |||
buttonlabel= Create | |||
placeholder= Enter the name of the new video record | |||
preload=Template:Video record/preload | |||
</inputbox> | |||
}} | |||
==Examples== | |||
*[[Integrating planning, education and health policies to solve transport issues]] | |||
*[[Redesigning Rural Bus Networks]] | |||
==Template data== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"description": "Title of the video", | |||
"example": "Redesigning Rural Bus Networks", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"subtitle": { | |||
"label": "Subtitle", | |||
"description": "Subtitle of the video", | |||
"example": "Can Franchising Work in Rural Areas?", | |||
"required": false, | |||
"type": "content" | |||
}, | |||
"campaign": { | |||
"label": "Campaign", | |||
"description": "If the video forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.", | |||
"example": "{{campaign|Clean Cities Campaign}}", | |||
"type": "wiki-template-name", | |||
"default": "{{campaign| }}" | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"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}}", | |||
"default": "{{series| }}" | |||
}, | |||
"project": { | |||
"label": "Project", | |||
"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}}", | |||
"type": "wiki-template-name", | |||
"default": "{{project| }}" | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "The video runtime", | |||
"example": "01:30:22", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "The name of the organisation that produced the video. Enclose in the {{publisher}} template. ", | |||
"example": "{{publisher|Transport and Environment}}", | |||
"type": "wiki-template-name", | |||
"required": true, | |||
"default": "{{publisher| }}" | |||
}, | |||
"presenters": { | |||
"label": "Presenters", | |||
"description": "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.", | |||
"example": "{{author|Steve|Chambers}}", | |||
"type": "wiki-template-name", | |||
"default": "{{author| }}" | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "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.", | |||
"example": "{{PD|April 2024}}", | |||
"type": "wiki-template-name", | |||
"required": true, | |||
"default": "{{PD| }}" | |||
}, | |||
"summary": { | |||
"label": "Summary", | |||
"description": "Write a brief summary of the video. You can copy succinct text from the video description and should enclose it with \"quote marks\".", | |||
"example": "\"how designing a rural bus network could work, the impact better services could have and the opportunity that the Buses Bill offers to deliver better connected rural communities.\"", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"keywords": { | |||
"label": "Keywords", | |||
"description": "Relevant keywords each enclosed by the {{KW}} template.", | |||
"example": "{{KW|Active travel}}", | |||
"type": "wiki-template-name", | |||
"required": true, | |||
"default": "{{KW| }}" | |||
}, | |||
"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, | |||
"default": "{{location| }}" | |||
}, | |||
"live_url": { | |||
"label": "Live link", | |||
"description": "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.", | |||
"type": "wiki-template-name", | |||
"required": true, | |||
"example": "{{live_link|live_url=https://www.youtube.com/watch?v=wMGBDnW0Lxk|test_date=14 January 2025}}", | |||
"default": "{{live link | live_url= | test_date= }}" | |||
}, | |||
"archive_url": { | |||
"label": "Archive link", | |||
"description": "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.", | |||
"required": true, | |||
"example": "{{archive_link|archived_url=https://web.archive.org/web/20250114105127/https://www.youtube.com/watch?v=wMGBDnW0Lxk|archived_date=14 January 2025}}\n}}", | |||
"type": "wiki-template-name", | |||
"default": "{{archive link |archived_url= | archived_date= }}" | |||
} | |||
}, | |||
"description": "Used for video records", | |||
"paramOrder": [ | |||
"title", | |||
"subtitle", | |||
"summary", | |||
"length", | |||
"campaign", | |||
"series", | |||
"project", | |||
"date", | |||
"publisher", | |||
"presenters", | |||
"keywords", | |||
"locations", | |||
"live_url", | |||
"archive_url" | |||
] | |||
} | |||
</templatedata> | |||
__NOTOC__ | |||
__NOTOC__ | |||
Latest revision as of 14:41, 16 December 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
| How to add a new video record |
|---|
To create a video record:
|
Examples
- Integrating planning, education and health policies to solve transport issues
- Redesigning Rural Bus Networks
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 | Write a brief summary of the video. You can copy succinct text from the video description and should enclose it with "quote marks".
| 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 | optional |
| 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 |
