4,056
edits
No edit summary |
m (added templatedata, minor correction in the code) |
||
Line 53: | Line 53: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly>:''{{#if:{{{3|{{{about|}}}}}}|This article is about {{{3|{{{about|}}}}}}. For other uses of "{{{2|{{{1}}}}}}", see [[{{{1}}} (disambiguation)]]|The name or term "{{{2|{{{1}}}}}}" refers to more than one concept. For a list of other uses, see [[{{{1}}} (disambiguation)]].}}''</ | <includeonly>:''{{#if:{{{3|{{{about|}}}}}}|This article is about {{{3|{{{about|}}}}}}. For other uses of "{{{2|{{{1}}}}}}", see [[{{{1}}} (disambiguation)]]|The name or term "{{{2|{{{1}}}}}}" refers to more than one concept. For a list of other uses, see [[{{{1}}} (disambiguation)]]}}.''</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Disambiguation", | |||
"description": "The name of the disambiguation page WITHOUT the (disambiguation)", | |||
"required": true, | |||
"type": "wiki-page-name" | |||
}, | |||
"2": { | |||
"label": "Name/term", | |||
"description": "\"The name or term\" version of the disambiguation code.", | |||
"type": "content" | |||
}, | |||
"3": { | |||
"label": "Subject", | |||
"description": "The subject of the article", | |||
"required": true | |||
}, | |||
"about": { | |||
"label": "About description", | |||
"description": "Describe what this article is about.", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Use this template at the top of an article when there are three or more uses for the term in question in order to link to the term's disambiguation page. There are three different ways to use it, depending on what's being edited and how.\n", | |||
"paramOrder": [ | |||
"1", | |||
"3", | |||
"about", | |||
"2" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |