Template:Publication record: Difference between revisions

From Transport Knowledge Wiki
create template
 
No edit summary
 
(91 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
<includeonly>{| class="wikitable" width="100%"  
|+Publication
! style="background-color:#{{Colour C}}; color:#{{Colour A}};" colspan=2 | [[File:Noto Emoji v2.034 1f4d7.png|{{size}}|alt=Publication|Publication|link=]] Publication record
| Title
| {{{title|}}}
|-
|-
| Subtitle
| style="background-color:#{{Colour D}};" | Title
| {{{subtitle|}}}
| style="background-color:#{{Colour D}};" | <big>'''{{{title|}}}'''</big>
|-
|-
| Summary
{{#if:{{{subtitle|}}}|
| {{{summary|}}}
{{!}}-
{{!}} style="background-color:#{{Colour D}};" {{!}} Subtitle
{{!}} style="background-color:#{{Colour D}};" {{!}} {{{subtitle|}}}
|}}
|-
{{#if:{{{campaign|}}}{{{series|}}}{{{project|}}}|
{{!}}-
{{!}} Part of
{{!}} {{{campaign|}}}{{{series|}}}{{{project|}}}
|}}
|-
| Publisher
| {{{publisher|}}}
|-
{{#if:{{{authors|}}}|
{{!}}-
{{!}} Authors
{{!}} {{{authors|}}}
|}}
|-
|-
| Date  
| Date  
| {{{date|}}}
| {{{date|}}}
|-
|-
| Published by
! style="background-color:#{{Colour C}}; color:#{{Colour A}};" colspan=2 | Summary, keywords and locations
| {{{publisher|}}}
|-
| Summary
| {{#if: {{{summary|}}} | {{{summary|}}} | {{Missing summary}} [[Category:Publication records with missing summary]] }}
|-
|-
| Part of campaign
| Keywords
| {{{campaign|}}}
| {{#if: {{{keywords|}}} | {{{keywords|}}} | {{Missing keywords}} [[Category:Publication records with missing keywords]] }}
|-
|-
| Authors
| Locations
| {{{authors|}}}
| {{#if: {{{locations|}}} | {{{locations|}}} | {{Missing locations}} [[Category:Publication records with missing locations]] }}
|-
|-
| Keywords
! style="background-color:#{{Colour C}}; color:#{{Colour A}};" colspan=2 | How to find this document
| {{{keywords|}}}
|-
|-
| Publication URL
| Publication
| {{{live_url|}}}
| {{{live_url|}}}
|-  
|-  
| Archive URL
| Archive
| {{{archive_url|}}}
| {{{archive_url|}}}
|}<noinclude>
|}</includeonly>
==Use this on publication page==
<includeonly>[[Category:All publications]][[Category:Reports]]</includeonly><noinclude>{{/doc}}</noinclude><noinclude>[[Category:Record templates]]</noinclude>
<code>{{publication    </code><br />
<code>| title        = </code><br />
<code>| subtitle    = </code><br />
<code>| summary      = </code><br />
<code>| date        = </code><br />
<code>| publisher    = </code><br />
<code>| campaign    = </code><br />
<code>| authors      = </code><br />
<code>| keywords    = </code><br />
<code>| live_url    = </code><br />
<code>| archive_url  = </code><br />
<code>}}</code></noinclude>

Latest revision as of 16:56, 19 December 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 publication record
To create a report/publication record:
  1. Enter the name of the publication in the box and hit create.
  2. Fill in all the details you have and save the record.

Examples

Template data

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.

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

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

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

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

Default
{{project| }}
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.

Default
{{publisher| }}
Example
{{publisher|Transport and 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.

Default
{{author| }}
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.

Default
{{PD| }}
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.

Default
{{KW| }}
Example
{{KW|Active travel}}
Templaterequired
Locationslocations

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

Default
{{location| }}
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