Template:Journal article record/doc: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Contribute}} | {{Contribute}} | ||
{{Content block|title=How to add a new journal article record|body= | {{Content block|title=How to add a new journal article record|body= | ||
To create a | To create a journal article record: | ||
#Enter the name of the journal article in the box and hit create. | #Enter the name of the journal article in the box and hit create. | ||
#Fill in all the details you have and save the record. | #Fill in all the details you have and save the record. | ||
| Line 18: | Line 18: | ||
==Template data== | ==Template data== | ||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title ", | |||
"description": "Full title of the journal article", | |||
"example": "The Amenity Value of Bicycle Infrastructure: A Hedonic Application to Greater Manchester, UK", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"journal": { | |||
"label": "Journal", | |||
"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> | |||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 07:03, 16 June 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
| How to add a new journal article record |
|---|
To create a journal article record:
|
Examples
- Transport's role in creating a fairer, healthier country
- Who is ready to live a car-independent lifestyle?
Template data
This template is used on records of journal articles.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Full title of the journal article
| Content | required |
| Journal | journal | The name of the journal the article appears. Enclose in the {{journal}} template.
| Template | required |
| Volume | volume | The journal volume number in which the article appears
| Number | optional |
| Issue | issue | The journal issue number in which the article appears
| Number | optional |
| Page(s) | pages | The page(s) within the journal in which the article appears
| Number | optional |
| Abstract | abstract | The full abstract (or summary) of the journal article | Content | 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.
| Template | required |
| 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 |
| keywords | keywords | Relevant keywords each enclosed by the {{KW}} template.
| Template | required |
| Locations | locations | The location(s) the article applies to and/or case study locations. Enclose in the {{location}} template.
| Template | required |
| Publication link | doi | The link to the publication. Use the {{DOI}} template.
| Template | required |
| Access | open_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}}.
| Template | required |
| Citation | citation | Citation for the journal article enclosed in the {{citation}} template. Do not include links or DOI here, but that in the Publication field.
| Template | required |
