Template:Redirect: Difference between revisions
Jump to navigation
Jump to search
Englishguy4 (talk | contribs) (link the articles) |
Englishguy4 (talk | contribs) m (dont show second half if not defined) |
||
Line 1: | Line 1: | ||
<includeonly>[[{{{1}}}]] redirects here. For {{{2}}}, see [[{{{3}}}]]. For {{{4}}}, see | <includeonly>[[{{{1}}}]] redirects here. For {{{2}}}, see [[{{{3}}}]].{{#if: {{{4|}}}|For {{{4|}}}, see {{{5|}}}.}}</includeonly> | ||
<noinclude><templatedata> | <noinclude><templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": { | ||
"label": "\"... redirects here.\"", | "label": "\"... redirects here.\"", | ||
"description": "What redirects here.", | "description": "What redirects here.", | ||
Line 10: | Line 10: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "2": { | ||
"label": "\"see ... .\"", | "label": "\"see ... .\"", | ||
"description": "The article for said thing that could be referred to.", | "description": "The article for said thing that could be also referred to.", | ||
"example": "Apple (Company)", | "example": "Apple (Company)", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "3": { | ||
"label": "\"For ...,\"", | "label": "\"For ...,\"", | ||
"description": "The | "description": "The thing that the redirect could also be referring to.", | ||
"example": "the company", | "example": "the company", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "4": { | ||
"label": "\"For ...\"", | "label": "\"For ...\"", | ||
"description": "Another thing that could be referred to.", | "description": "Another thing that could be referred to.", | ||
Line 30: | Line 30: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "5": { | ||
"label": "\"see ... .\"", | "label": "\"see ... .\"", | ||
"description": "The | "description": "The article for said other thing being referred to.", | ||
"example": "Apple (Disambiguation)", | "example": "Apple (Disambiguation)", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
Line 38: | Line 38: | ||
}, | }, | ||
"description": "Distinguish between multiple pages after a redirect.", | "description": "Distinguish between multiple pages after a redirect.", | ||
"format": " | "format": "inline", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "1", | ||
" | "2", | ||
" | "3", | ||
" | "4", | ||
" | "5" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 15:56, 1 September 2024
Distinguish between multiple pages after a redirect.
Parameter | Description | Type | Status | |
---|---|---|---|---|
"... redirects here." | 1 | What redirects here.
| Page name | required |
"see ... ." | 2 | The article for said thing that could be also referred to.
| Page name | required |
"For ...," | 3 | The thing that the redirect could also be referring to.
| String | required |
"For ..." | 4 | Another thing that could be referred to.
| String | optional |
"see ... ." | 5 | The article for said other thing being referred to.
| Page name | optional |