More languages
More actions
(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": {...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{name|}}} | |||
|{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{#switch: {{{group|}}} | |||
{ | | note | ||
| upper-alpha | |||
| upper-roman | |||
| lower-alpha | |||
| lower-greek | |||
| lower-roman = {{{group|}}} | |||
| #default = lower-alpha | |||
}} | |||
}} | |||
|{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{#switch: {{{group|}}} | |||
| note | |||
| upper-alpha | |||
| upper-roman | |||
| lower-alpha | |||
| lower-greek | |||
| lower-roman = {{{group|}}} | |||
| #default = lower-alpha | |||
}} | |||
}} | |||
}}</includeonly><noinclude> | |||
{{documentation}} | |||
</noinclude> | |||
} | |||
</ |