Template:About: Difference between revisions
CombustLem (talk | contribs) No edit summary |
CombustLem (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<span class="hatnote"> | <span class="hatnote"> | ||
This page is about {{{about|this topic}}}. For other uses, see {{{ | This page is about {{{about|this topic}}}. For {{{othertext|other uses}}}, see | ||
[[{{{other1|}}}]]{{#if:{{{other2|}}}| or [[{{{other2}}}]]}}. | |||
</span> | </span> | ||
Line 6: | Line 7: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A hatnote indicating the primary topic of a page and linking to other uses.", | "description": "A hatnote indicating the primary topic of a page and linking to other uses, with customizable text and up to two other uses.", | ||
"params": { | "params": { | ||
"about": { | "about": { | ||
Line 14: | Line 15: | ||
"default": "this topic" | "default": "this topic" | ||
}, | }, | ||
"other": { | "othertext": { | ||
"label": " | "label": "Other uses text", | ||
"description": " | "description": "Text describing other uses, e.g., 'other uses', 'other meanings'.", | ||
"type": "string", | |||
"default": "other uses" | |||
}, | |||
"other1": { | |||
"label": "First other uses page", | |||
"description": "Name of the first other uses page (rendered as a wiki link).", | |||
"type": "string", | |||
"default": "" | |||
}, | |||
"other2": { | |||
"label": "Second other uses page", | |||
"description": "Name of the second other uses page (rendered as a wiki link).", | |||
"type": "string", | "type": "string", | ||
"default": "" | "default": "" |