Template:About: Difference between revisions
Appearance
CombustLem (talk | contribs) Created page with "<span class="hatnote"> This page is about {{{about|this topic}}}. For other uses, see {{{other|[[{{{other|}}}]]}}}. </span>" |
CombustLem (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
This page is about {{{about|this topic}}}. For other uses, see {{{other|[[{{{other|}}}]]}}}. | This page is about {{{about|this topic}}}. For other uses, see {{{other|[[{{{other|}}}]]}}}. | ||
</span> | </span> | ||
<templatedata> | |||
{ | |||
"description": "A hatnote indicating the primary topic of a page and linking to other uses.", | |||
"params": { | |||
"about": { | |||
"label": "About text", | |||
"description": "The subject this page is about.", | |||
"type": "string", | |||
"default": "this topic" | |||
}, | |||
"other": { | |||
"label": "Other uses page", | |||
"description": "Page for other uses or disambiguation.", | |||
"type": "string", | |||
"default": "" | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 03:08, 22 July 2025
This page is about this topic. For other uses, see [[]].
A hatnote indicating the primary topic of a page and linking to other uses.
Parameter | Description | Type | Status | |
---|---|---|---|---|
About text | about | The subject this page is about.
| String | optional |
Other uses page | other | Page for other uses or disambiguation.
| String | optional |