4,056
edits
imported>Katie5000 No edit summary |
m (templatedata adjustment) |
||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 53: | Line 53: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly> | <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": "content" | |||
}, | |||
"2": { | |||
"label": "Name/term", | |||
"description": "\"The name or term\" version of the disambiguation code.", | |||
"type": "content" | |||
}, | |||
"3": { | |||
"label": "About", | |||
"description": "Simple \"This article is about\" version of the disambiguation code.", | |||
"type": "content" | |||
}, | |||
"about": { | |||
"label": "Descriptive about", | |||
"description": "Descriptive \"This article is about\" version of the disambiguation code where more detail can be added.", | |||
"type": "content" | |||
} | |||
}, | |||
"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> | |||