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:
<span class="hatnote">
  This page is about {{{about|this topic}}}. For {{{othertext|other uses}}}, see
  [[{{{other1|}}}]]{{#if:{{{other2|}}}| or [[{{{other2}}}]]}}.
</span>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
   "description": "A hatnote indicating the primary topic of a page and linking to other uses, with customizable text and up to two other uses.",
   "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"
    },
    "othertext": {
      "label": "Other uses text",
      "description": "Text describing other uses, e.g., 'other uses', 'other meanings'.",
      "type": "string",
      "default": "other uses"
     },
     },
     "other1": {
     "other1": {
       "label": "First other uses page",
       "label": "Other uses page 1",
       "description": "Name of the first other uses page (rendered as a wiki link).",
       "description": "Page for the first other use or disambiguation.",
       "type": "string",
       "type": "string",
       "default": ""
       "default": ""
     },
     },
     "other2": {
     "other2": {
       "label": "Second other uses page",
       "label": "Other uses page 2",
       "description": "Name of the second other uses page (rendered as a wiki link).",
       "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>