Template:Journal article record/doc: Difference between revisions
From Transport Knowledge Wiki
No edit summary |
|||
| Line 24: | Line 24: | ||
<code>| doi = </code><br /> | <code>| doi = </code><br /> | ||
<code>}} </code><br /> | <code>}} </code><br /> | ||
==Example code== | |||
<code>{{journal record</code><br /> | |||
<code>| title = Trains are good</code><br /> | |||
<code>| abstract = Imagine this text is much longer than this.</code><br /> | |||
<code>| authors = <nowiki>{{author|Firstname|Lastname}}</nowiki></code><br /> | |||
<code>| keywords = <nowiki>{{KW|Trains}}</nowiki></code><br /> | |||
<code>| locations = <nowiki>{{location|Great Britain}}</nowiki></code><br /> | |||
<code>}}</code> | |||
==Example Live journal article records== | ==Example Live journal article records== | ||
*[[Transport's role in creating a fairer, healthier country]] | *[[Transport's role in creating a fairer, healthier country]] | ||
*[[Who is ready to live a car-independent lifestyle?]] | *[[Who is ready to live a car-independent lifestyle?]] | ||
Revision as of 09:42, 5 December 2024
| You can add to the wiki | |||||
|---|---|---|---|---|---|
+report |
+book |
+video |
+journal |
+article |
+org |
Blank code
{{journal article record
| title =
| abstract =
| journal=
| date =
| volume =| issue= | pages=
| authors =
| keywords =
| locations =
| citation =
| doi =
}}
Example code
{{journal record
| title = Trains are good
| abstract = Imagine this text is much longer than this.
| authors = {{author|Firstname|Lastname}}
| keywords = {{KW|Trains}}
| locations = {{location|Great Britain}}
}}
