Template:See also/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 16:
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"1": {
"label": "Page 1",
"description": "The name of the first page you want to link to.",
"type": "string",
"required": true
},
"2": {
"label": "Page 2",
"description": "The name of the second page you want to link to.",
"type": "string"
},
"3": {
"label": "Page 3",
"description": "The name of the third page you want to link to.",
"type": "string"
}
},
"description": "This template produces a \"See also: <list of articles>\" hatnote used to point to a small number of related pages. It is normally placed at the top of sections, just below the section heading.",
"format": "inline"
}
</templatedata>