Template:Cite dialog/doc: Difference between revisions
No edit summary |
(Document the new 'quote' parameter.) |
||
Line 50: | Line 50: | ||
"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" | |||
} | } | ||
}, | }, |
Latest revision as of 07:25, 3 December 2024
This template is a way to ensure that dialog scenes are cited using the appropriate citation formatting.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Speaker | speaker | The person speaking in the dialog scene.
| String | required |
Scene title | scene | A short name for the dialog scene. A wikilink to the corresponding reference page is added automatically.
| String | required |
Scene page name | scene-page | The name of the dialog scene's reference page on the wiki. Use if the reference page name doesn't follow the standard format.
| Page name | optional |
Scene title (no automatic wikilink) | scene-nolink | A short name for the dialog scene. May contain arbitrary wiki markup; no automatic wikilink is added.
| Content | optional |
Game name | game | The game that the dialog scene 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 |