Editing Template:About
Appearance
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<span class="hatnote"> | <span class="hatnote"> | ||
This page is about {{{about|this topic}}}. For {{{ | 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" | ||
}, | }, | ||
" | "othertext": { | ||
"label": " | "label": "Other uses text", | ||
"description": " | "description": "Text describing other uses, e.g., 'other uses', 'other meanings'.", | ||
"type": "string", | "type": "string", | ||
"default": "other uses" | "default": "other uses" | ||
}, | }, | ||
"other": { | "other1": { | ||
"label": " | "label": "First other uses page", | ||
"description": " | "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": "" |