Template:Cite journal/doc: Difference between revisions
No edit summary |
(Document the new 'quote' parameter.) |
||
Line 51: | Line 51: | ||
"type": "content", | "type": "content", | ||
"default": "[[{{{game-page}}}|{{{game}}}]]" | "default": "[[{{{game-page}}}|{{{game}}}]]" | ||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "An optional quote from the source material that is relevant to the fact or claim being cited.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 62: | Line 67: | ||
"game", | "game", | ||
"game-page", | "game-page", | ||
"game-nolink" | "game-nolink", | ||
"quote" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 07:25, 3 December 2024
This template is a way to ensure that journals and other notebooks are cited using the appropriate citation formatting.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Author | author | The author of the journal or document. When citing DRC notebooks, use "DRC". Per the citation guidelines this shouldn't be a wikilink.
| String | required |
Journal or document title | journal | The title of the journal or document. A wikilink to the corresponding reference page is added automatically.
| String | required |
Journal or document page name | journal-page | The name of the journal or document's reference page on the wiki. Use if the reference page name doesn't follow the standard format.
| Page name | optional |
Journal or document title (no automatic wikilink) | journal-nolink | The title of the journal, notebook, or document. May contain arbitrary wiki markup; no automatic wikilink is added.
| Content | optional |
Game name | game | The name of the game that the journal or document is from. A wikilink to the game's page is added automatically.
| String | required |
Game page name | game-page | The name of the game's page on the wiki. Use if the game page name doesn't match the displayed name.
| Page name | optional |
Game name (no automatic wikilink) | game-nolink | The name of the game that the journal or document is from. May contain arbitrary wiki markup; no automatic wikilink is added.
| Content | optional |
Quote | quote | An optional quote from the source material that is relevant to the fact or claim being cited. | String | optional |