Template:Refn/doc: Difference between revisions

Content deleted Content added
link to Wikipedia help pages about this template
add templatedata
 
Line 2: Line 2:


{{En-WP attribution notice|Template:Refn}}
{{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>