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}} | ||
{{ | {{Content block|title=How to add a new journal record|body= | ||
This template is used for journal | 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> | |||
}} | |||
==Examples== | |||
*[[Journal of Transport and Health]] | |||
*[[IPPR Progressive Review]] | |||
==Template data== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"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__ | |||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 14:08, 7 June 2025
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+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:
|
Examples
Template data
Used for journal records
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Publisher | publisher | Publisher of the journal
| Content | required |
| ISSN | issn | ISSN of the journal
| Content | required |
