Template:Journal record/doc: Difference between revisions

From Transport Knowledge Wiki
__NOTOC__
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Contribute}}
{{Contribute}}
{{Main page block|title=How to add a new journal record|body=
{{Content block|title=How to add a new journal record|body=
This template is used for journal records. It is intended for the journal publication. For the journal articles use the [[:template:Journal article record|Journal article record]] template.
This template is used for journal publications. For the journal articles use the [[:template:Journal article record|Journal article record]] template. To create a new record:
#Enter the name of the journal in the box and hit create.
#Fill in all the details you have for the journal.
<inputbox>
type=create
width=100
buttonlabel= Create
placeholder= Enter the name of the new journal record
preload=Template:Journal record/preload
</inputbox>
}}


'''To create a new record:'''
==Examples==
*[[Journal of Transport and Health]]
*[[IPPR Progressive Review]]


#Copy either the blank or example code below.
==Template data==
#Search for the record name you want to create using the search box above, for example [[New Transport Journal]].
<templatedata>
#Click on the red link that appears to create it.
{
#Paste the code into the new record.
"params": {
#Fill in all the details you have for the journal.}}
"publisher": {
"label": "Publisher",
"description": "Publisher of the journal",
"example": "Wiley",
"required": true,
"type": "content"
},
"issn": {
"label": "ISSN",
"description": "ISSN of the journal",
"example": "{{issn|2573-2331}}",
"required": true,
"type": "content",
"default": "{{issn| }}"
}
},
"description": "Used for journal records",
"paramOrder": [
"publisher",
"issn"
]
}
</templatedata>
 
__NOTOC__


==Blank code==
<code>{{journal record</code><br />
<code>| publisher    = </code><br />
<code>| issn        = </code><br />
<code>}}</code>


__NOTOC__
__NOTOC__

Latest revision as of 14:08, 7 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 record
This template is used for journal publications. For the journal articles use the Journal article record template. To create a new record:
  1. Enter the name of the journal in the box and hit create.
  2. Fill in all the details you have for the journal.

Examples

Template data

Used for journal records

Template parameters

ParameterDescriptionTypeStatus
Publisherpublisher

Publisher of the journal

Example
Wiley
Contentrequired
ISSNissn

ISSN of the journal

Default
{{issn| }}
Example
{{issn|2573-2331}}
Contentrequired