Template:Publication record

From Transport Knowledge Wiki


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

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 Report 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 publication.

Blank code[edit]

{{publication record
| title =
| subtitle =
| summary =
| campaign =
| series =
| project =
| date =
| publisher =
| authors =
| keywords =
| locations =
| live_url =
| archive_url =
}}

Example code[edit]

{{publication record
| title = Trains are good
| subtitle = The only report about trains you will ever need
| summary = "Trains are the best and there are many reasons for this detailed here"
| campaign = {{campaign|We Want More Transport Campaign}}
| series = {{series|The Modes of Transport Almanac}}
| project = {{project|Special Transport Project}}
| date = {{PD|January 2001}}
| publisher = {{publisher|The Transport Charity}}
| authors = {{author|Firstname|Lastname}}
| keywords = {{KW|Trains}} {{KW|Light rail}}
| locations = {{location|Great Britain}}
| live_url = {{live link | live_url=https://www.website.org.uk/report.pdf | test_date=14 November 2024 }}
| archive_url = {{archive link|archived_url=https://web.archive.org/https://www.website.org.uk/report.pdf |archived_date=14 November 2024 }}
}}

Live example publication records[edit]

Template data[edit]

This template is used on records of publications such as reports.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Title of the report

Example
(E)Mission: Zero
Stringrequired
Subtitlesubtitle

The subtitle or secondary title of the report, if there is one.

Example
Towards zero-emission mobility in European cities
Stringoptional
Campaigncampaign

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

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

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

Example
{{series|Rail User Survey}}
Templateoptional
Projectproject

If the publication 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
Publisherpublisher

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

Example
{{publisher|Transport & Environment}}
Templaterequired
Authorsauthors

The authors of the publication. 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}}
Templateoptional
Date of publicationdate

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

Write a brief summary of the publication. You can copy succinct text from the publication and should enclose it with "quote marks".

Example
More than three quarters of European aviation emissions aren’t subject to a carbon price
Stringrequired
Keywordskeywords

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

Example
{{KW|Active travel}}
Templaterequired
Locationslocations

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

Example
{{location|Manchester}}
Templaterequired
Live linklive_url

Link to the currently published document. Use the {{live link | live_url= | test_date= }} template. Use {{dead link | dead_url= | test_date= }} template if the link is dead.

Default
{{live link | live_url= | test_date= }}
Example
{{live link | live_url=https://cleancitiescampaign.org/wp-content/uploads/2024/09/CC_Manchester_Unpaved.pdf |test_date=3 November 2024 }}
Templaterequired
Archive linkarchive_url

Link to the archived publication 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 publications you might need to request Internet Archive creates it.

Default
{{archive link |archived_url= | archived_date= }}
Example
{{archive link |archived_url=https://web.archive.org/web/20241002145222/https://cleancitiescampaign.org/wp-content/uploads/2024/09/CC_Manchester_Unpaved.pdf | archived_date=2 October 2024 }}
Templaterequired