Template:Refn/doc: Difference between revisions

add templatedata
(Created page with "{{En-WP attribution notice|Template:Refn}}")
 
(add templatedata)
 
(One intermediate revision by the same user not shown)
Line 1:
See [[:w:Template:Refn]] and [[:wp:Nesting footnotes]] for usage of this template.
 
{{En-WP attribution notice|Template:Refn}}
 
== TemplateData ==
<templatedata>
{
"params": {
"1": {
"label": "content",
"description": "The content of the footnote.",
"type": "content",
"required": true,
"suggested": true,
"aliases": [
"refn"
]
},
"name": {
"description": "The name of the footnote. Corresponds to the \"name\" attribute of the <ref> tag.",
"type": "string"
},
"group": {
"label": "group",
"description": "The reference group. Corresponds to the \"group\" attribute on the <ref> tag.",
"type": "string"
}
},
"description": "This template is used to create footnotes in Wikipedia, as an alternative and complement to the <ref> tag.",
"paramOrder": [
"1",
"name",
"group"
],
"format": "inline"
}
</templatedata>