Template:Cite DRC notebook/doc: Difference between revisions
From Guild of Archivists
(Remove wiki syntax.) |
(Document the new 'quote' parameter.) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "This template is a simpler to use alternative to the cite journal template, specifically tailored for citing DRC notebooks from the DRC research notebooks area.", | |||
"params": | "params": | ||
{ | { | ||
"notebook": | |||
{ | |||
"label": "Notebook", | |||
"description": "The name of the notebook. Should correspond to the tail end of a page name in the [[Reference:DRC research notebooks]] area.", | |||
"example": "King Ri'neref", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"notebook-nolink": | "notebook-nolink": | ||
{ | { | ||
Line 11: | Line 20: | ||
"default": "[[Reference:DRC research notebooks/{{{notebook}}}|{{notebook}}} notebook]]" | "default": "[[Reference:DRC research notebooks/{{{notebook}}}|{{notebook}}} notebook]]" | ||
}, | }, | ||
" | "quote": { | ||
"label": "Quote", | |||
"label": " | "description": "An optional quote from the source material that is relevant to the fact or claim being cited.", | ||
"description": " | "type": "string" | ||
"type": " | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 07:25, 3 December 2024
This template is a simpler to use alternative to the cite journal template, specifically tailored for citing DRC notebooks from the DRC research notebooks area.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Notebook | notebook | The name of the notebook. Should correspond to the tail end of a page name in the [[Reference:DRC research notebooks]] area.
| Page name | required |
Notebook (no automatic wikilink) | notebook-nolink | The name of the notebook. Should be used if the reference page name doesn't follow the standard format.
| Content | optional |
Quote | quote | An optional quote from the source material that is relevant to the fact or claim being cited. | String | optional |