Template:About: Difference between revisions
Appearance
Created page with "''This article is about {{{1}}}. For {{{2}}}, see [[{{{3}}}]].'' <noinclude> == Usage == <pre>{{About|Use1|Use2|Article2}}</pre> creates {{About|Use1|Use2|Article2}} <span style="color:#a00;">'''Note:''' This template should be replaced by something more official and more versatile in the future.</span> See [https://en.wikipedia.org/wiki/Template:About Wikipedia]. </noinclude>" |
added template data |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Hatnote|This article is about {{{1}}}. For {{{2}}}, see [[{{{3}}}]]. {{#if:{{{5|}}}|For {{{4}}}, see [[{{{5}}}]].}} }} | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<pre>{{About|Use1|Use2|Article2}}</pre> | <pre>{{About|Use1|Use2|Article2}}</pre> | ||
creates | creates | ||
{{About|Use1|Use2|Article2}} | |||
{{About|Use1|Use2|Article2}} | <pre>{{About|Use1|Use2|Article2|Use3|Article3}}</pre> | ||
creates | |||
{{About|Use1|Use2|Article2|Use3|Article3}} | |||
<span style="color:#a00;">'''Note:''' | <big><span style="color:#a00;">'''Note:'''</span> It might be good to replace this template with something more versatile in the future. See [https://en.wikipedia.org/wiki/Template:About Wikipedia].</big> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"description": "The subject of this page.", | |||
"required": true | |||
}, | |||
"2": { | |||
"description": "The title of a separate page.", | |||
"required": true | |||
}, | |||
"3": { | |||
"description": "The subject of a separate page.", | |||
"required": true | |||
}, | |||
"4": { | |||
"description": "The subject of an additional separate page." | |||
}, | |||
"5": { | |||
"description": "The title of an additional separate page." | |||
} | |||
}, | |||
"description": "Creates a hatnote describing the subject of this page and one or two easily-confused pages." | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 11:19, 23 May 2025
This article is about {{{1}}}. For {{{2}}}, see [[{{{3}}}]].
Usage
{{About|Use1|Use2|Article2}}
creates
This article is about Use1. For Use2, see Article2.
{{About|Use1|Use2|Article2|Use3|Article3}}
creates
Note: It might be good to replace this template with something more versatile in the future. See Wikipedia.
Creates a hatnote describing the subject of this page and one or two easily-confused pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The subject of this page. | Unknown | required |
2 | 2 | The title of a separate page. | Unknown | required |
3 | 3 | The subject of a separate page. | Unknown | required |
4 | 4 | The subject of an additional separate page. | Unknown | optional |
5 | 5 | The title of an additional separate page. | Unknown | optional |