Template:Journal article record/doc: Difference between revisions

From Transport Knowledge Wiki
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Contribute}}
{{Contribute}}
{{Main page block|title=How to add a new journal article record|body=
{{Content block|title=How to add a new journal article record|body=
This template is used for journal article records.  
To create a journal article record:
#Enter the name of the journal article 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 journal article record
preload=Template:Journal article record/preload
</inputbox>
}}


'''To create a new record:'''
==Examples==
 
*[[Transport's role in creating a fairer, healthier country]]
#Copy either the blank or example code below.
*[[Who is ready to live a car-independent lifestyle?]]
#Search for the record name you want to create using the search box above, for example [[New Journal Article about Transport]].
#Click on the red link that appears to create it.
#Paste the code into the new record.
#Fill in all the details you have for the journal article.}}
 
==Blank code==
<code>{{journal article record</code><br />
<code>| title = </code><br />
<code>| abstract = </code><br />
<code>| journal= </code><br />
<code>| date = </code><br />
<code>| volume =| issue= | pages= </code><br />
<code>| authors = </code><br />
<code>| keywords = </code><br />
<code>| locations = </code><br />
<code>| citation = </code><br />
<code>| doi = </code><br />
<code>| open_access = </code><br />
<code>}} </code><br />


==Example code==
==Template data==
<code>{{journal article record</code><br />
<templatedata>
<code>| title        = Trains are good</code><br />
{
<code>| abstract    = Imagine this text is much longer.</code><br />
"params": {
<code>| journal     = <nowiki>{{journal|The Transport Journal}}</nowiki></code><br />
"title": {
<code>| date        = <nowiki>{{PD|January 2001}}</nowiki></code><br />
"label": "Title ",
<code>| volume      = 1 | issue= 1 | pages= 1-10 </code><br />
"description": "Full title of the journal article",
<code>| authors      = <nowiki>{{author|Firstname|Lastname}}</nowiki></code><br />
"example": "The Amenity Value of Bicycle Infrastructure: A Hedonic Application to Greater Manchester, UK",
<code>| keywords     = <nowiki>{{KW|Trains}}</nowiki></code><br />
"type": "content",
<code>| locations   = <nowiki>{{location|Great Britain}}</nowiki></code><br />
"required": true
<code>| citation    = <nowiki>{{citation|Lastname, Firstname (2001). Trains are good. The Transport Journal.}}</nowiki></code><br />
},
<code>| doi          = <nowiki>{{doi|10.1000/a.abc.2001.100001}}</nowiki></code><br />
"journal": {
<code>| open_access = <nowiki>{{open access | test_date=20 February 2025}}</nowiki></code><br />
"label": "Journal",
<code>}}</code>
"description": "The name of the journal the article appears. Enclose in the {{journal}} template.",
"example": "{{journal|Environmental and Resource Economics}}",
"type": "wiki-template-name",
"default": "{{journal| }}",
"required": true
},
"volume": {
"label": "Volume",
"description": "The journal volume number in which the article appears",
"example": "88",
"type": "number"
},
"issue": {
"label": "Issue",
"description": "The journal issue number in which the article appears",
"example": "143",
"type": "number"
},
"pages": {
"label": "Page(s)",
"description": "The page(s) within the journal in which the article appears",
"example": "425–457",
"type": "number"
},
"abstract": {
"label": "Abstract",
"description": "The full abstract (or summary) of the journal article",
"type": "content",
"required": true
},
"authors": {
"label": "Authors",
"description": "The authors of the publication. Enclose each one in the {{author}} template. Use a pipe (\"|\") to divide first names from last names. ",
"example": "{{author|Steve|Chambers}}",
"type": "wiki-template-name",
"default": "{{author| }}",
"required": true
},
"date": {
"label": "Date of publication\t",
"description": "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}}\n",
"type": "wiki-template-name",
"default": "{{PD| }}",
"required": true
},
"keywords": {
"description": "Relevant keywords each enclosed by the {{KW}} template.",
"example": "{{KW|Active travel}}\n",
"default": "{{KW| }}",
"required": true,
"type": "wiki-template-name"
},
"locations": {
"label": "Locations",
"description": "The location(s) the article applies to and/or case study locations. Enclose in the {{location}} template.\n\n",
"example": "{{location|Manchester}}",
"default": "{{location| }}",
"required": true,
"type": "wiki-template-name"
},
"doi": {
"label": "Publication link",
"description": "The link to the publication. Use the {{DOI}} template.",
"example": "{{doi|10.1007/s10640-024-00936-0}}",
"type": "wiki-template-name",
"default": "{{doi| }}",
"required": true
},
"open_access": {
"label": "Access",
"description": "Use the {{open access}} template to record that the article is open access. For free to view (but not open access) use {{free link}}.",
"example": "{{open access | test_date=20 February 2025}}",
"type": "wiki-template-name",
"default": "{{open access | }}",
"required": true
},
"citation": {
"label": "Citation",
"description": "Citation for the journal article enclosed in the {{citation}} template. Do not include links or DOI here, but that in the Publication field.",
"example": "{{citation|Hearne, D., Yerushalmi, E. The Amenity Value of Bicycle Infrastructure: A Hedonic Application to Greater Manchester, UK. Environ Resource Econ 88, 425–457 (2025).}}",
"type": "wiki-template-name",
"default": "{{citation| }}",
"required": true
}
},
"description": "This template is used on records of journal articles. "
}</templatedata>


==Live example journal article records==
__NOTOC__
*[[Transport's role in creating a fairer, healthier country]]
*[[Who is ready to live a car-independent lifestyle?]]

Latest revision as of 07:03, 16 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 journal article record
To create a journal article record:
  1. Enter the name of the journal article 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 journal articles.

Template parameters

ParameterDescriptionTypeStatus
Title title

Full title of the journal article

Example
The Amenity Value of Bicycle Infrastructure: A Hedonic Application to Greater Manchester, UK
Contentrequired
Journaljournal

The name of the journal the article appears. Enclose in the {{journal}} template.

Default
{{journal| }}
Example
{{journal|Environmental and Resource Economics}}
Templaterequired
Volumevolume

The journal volume number in which the article appears

Example
88
Numberoptional
Issueissue

The journal issue number in which the article appears

Example
143
Numberoptional
Page(s)pages

The page(s) within the journal in which the article appears

Example
425–457
Numberoptional
Abstractabstract

The full abstract (or summary) of the journal article

Contentrequired
Authorsauthors

The authors of the publication. Enclose each one in the {{author}} template. Use a pipe ("|") to divide first names from last names.

Default
{{author| }}
Example
{{author|Steve|Chambers}}
Templaterequired
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.

Default
{{PD| }}
Example
{{PD|April 2024}}
Templaterequired
keywordskeywords

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

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

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

Default
{{location| }}
Example
{{location|Manchester}}
Templaterequired
Publication linkdoi

The link to the publication. Use the {{DOI}} template.

Default
{{doi| }}
Example
{{doi|10.1007/s10640-024-00936-0}}
Templaterequired
Accessopen_access

Use the {{open access}} template to record that the article is open access. For free to view (but not open access) use {{free link}}.

Default
{{open access | }}
Example
{{open access | test_date=20 February 2025}}
Templaterequired
Citationcitation

Citation for the journal article enclosed in the {{citation}} template. Do not include links or DOI here, but that in the Publication field.

Default
{{citation| }}
Example
{{citation|Hearne, D., Yerushalmi, E. The Amenity Value of Bicycle Infrastructure: A Hedonic Application to Greater Manchester, UK. Environ Resource Econ 88, 425–457 (2025).}}
Templaterequired