Template:Note/doc: Difference between revisions
From Warwick Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
"label": "note text", | "label": "note text", | ||
"description": "The text of the note.", | "description": "The text of the note.", | ||
"type": "content" | "type": "content", | ||
"suggested": true | |||
}, | }, | ||
"name": { | "name": { | ||
Line 16: | Line 17: | ||
"label": "name", | "label": "name", | ||
"description": "An optional name for the note, allowing it to be reused, or the name of a previously named note that is being reused.", | "description": "An optional name for the note, allowing it to be reused, or the name of a previously named note that is being reused.", | ||
"type": " | "type": "line", | ||
"suggested": true | |||
} | } | ||
}, | }, |
Latest revision as of 19:30, 3 July 2025
{{note}} is a simple template for creating reference-based notes. To use it, you'd type {{note|the text of the note}}, replacing "the text of the note" with whatever you want. Then you must make sure that {{notelist}} is placed somewhere at the bottom of the page, such as below {{reflist}} in the "Footnotes" section. For named notes, use |name= or |n=.
Template Data
Used for inserting footnotes. If used, please make sure that the notelist template is then used near the bottom of the page as well.
Parameter | Description | Type | Status | |
---|---|---|---|---|
note text | 1 | The text of the note. | Content | suggested |
name | name n | An optional name for the note, allowing it to be reused, or the name of a previously named note that is being reused. | Line | suggested |