Template:Publication record
You can add to the wiki | |||||
---|---|---|---|---|---|
![]() +report |
![]() +book |
![]() +video |
![]() +journal |
![]() +article |
![]() +org |
How to add a new publication record |
---|
This template is used for most publication records, such as reports.
To create a new record:
|
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]
- Single use: (E)Mission: Zero
- Multiple use: Inclusive design at bus stops with cycle tracks
Template data[edit]
This template is used on records of publications such as reports.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the report
| String | required |
Subtitle | subtitle | The subtitle or secondary title of the report, if there is one.
| String | optional |
Campaign | campaign | If the publication forms part of campaign within the organisation include it here. Enclose with {{campaign}} template.
| Template | optional |
Series | series | If the publication forms part of series within the organisation include it here. Enclose with {{series}} template.
| Template | optional |
Project | project | If the publication forms part of project within the organisation include it here. Enclose with {{project}} template.
| Template | optional |
Publisher | publisher | The name of the organisation that produced the publication. Enclose in the {{publisher}} template.
| Template | required |
Authors | authors | 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.
| Template | optional |
Date of publication | date | 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.
| Template | required |
Summary | summary | Write a brief summary of the publication. You can copy succinct text from the publication and should enclose it with "quote marks".
| String | required |
Keywords | keywords | Relevant keywords each enclosed by the {{KW}} template.
| Template | required |
Locations | locations | The location(s) the publication applies to and/or case study locations. Enclose in the {{location}} template.
| Template | required |
Live link | live_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.
| Template | required |
Archive link | archive_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.
| Template | required |