Template:About: Difference between revisions
CombustLem (talk | contribs) No edit summary Tag: Reverted |
CombustLem (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A hatnote indicating the primary topic of a page and linking to | "description": "A hatnote indicating the primary topic of a page and linking to other uses.", | ||
"params": { | "params": { | ||
"about": { | "about": { | ||
Line 14: | Line 9: | ||
"type": "string", | "type": "string", | ||
"default": "this topic" | "default": "this topic" | ||
}, | }, | ||
"other1": { | "other1": { | ||
"label": " | "label": "Other uses page 1", | ||
"description": " | "description": "Page for the first other use or disambiguation.", | ||
"type": "string", | "type": "string", | ||
"default": "" | "default": "" | ||
}, | }, | ||
"other2": { | "other2": { | ||
"label": " | "label": "Other uses page 2", | ||
"description": " | "description": "Page for the second other use or disambiguation.", | ||
"type": "string", | "type": "string", | ||
"default": "" | "default": "" | ||
Line 37: | Line 26: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<span class="hatnote"> | |||
This page is about {{#if: {{{about|}}} | {{{about}}} | this topic }}. | |||
For {{#if: {{{other1|}}} | {{{other1}}} | other uses }}, | |||
{{#if: {{{other2|}}} | | |||
see [[{{{other2}}}]]. | |||
{{#if: {{{other3|}}} | or [[{{{other3}}}]] }}. | |||
}} | |||
</span> |