Template:Footnote: Difference between revisions

Template page
(Created page with "== Template data == Description: <templatedata> { "description": "Inserts an explanatory footnote. Notes can be named and grouped.", "params": { "1": { "aliases": [ "reference", "text", "content" ], "label": "Note", "description": "Text of the note", "type": "content", "suggested": true }, "name": { "label": "Ref. name", "description": "Reference name of the note", "type": "string", "suggested": true }, "group": {...")
 
(Blanked the page)
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Template data ==
 
Description: <templatedata>
{
"description": "Inserts an explanatory footnote. Notes can be named and grouped.",
"params": {
"1": {
"aliases": [
"reference",
"text",
"content"
],
"label": "Note",
"description": "Text of the note",
"type": "content",
"suggested": true
},
"name": {
"label": "Ref. name",
"description": "Reference name of the note",
"type": "string",
"suggested": true
},
"group": {
"label": "Reference group",
"description": "Styled group to which the note belongs",
"type": "string",
"suggested": true,
"suggestedvalues": [
"upper-alpha",
"lower-greek",
"note",
"lower-roman",
"upper-roman"
]
}
}
}
</templatedata>

Latest revision as of 23:32, 28 June 2023