Template:Redirect: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><div role="note" class="hatnote noexcerpt">{{{redirect|{{{1|}}}}}} redirects here. For the {{{subject|{{{2|}}}}}}, see [[{{{target|{{{3|}}}}}}{{#if: {{{label|}}} {{{4|}}} | {{!}}{{{label|{{{4}}}}}}}}]]</div></includeonly><noinclude>{{documentation|content=Used when a disambiguation page is unnecessary. === Example 1 === ; Wikitext <pre>{{redirect|Hatnote}}</pre> ; Result {{redirect|Hatnote}} ; Wikitext <pre>{{See also|Hatnote|custom=Custom text}}</pre>...") |
No edit summary |
||
Line 19: | Line 19: | ||
== Template data == | == Template data == | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": {}, | ||
"2": {}, | "2": {}, | ||
"3": {}, | "3": {}, | ||
"4": {}, | "4": {}, | ||
" | "redirect": {}, | ||
" | "subject": {}, | ||
" | "target": {}, | ||
" | "label": {} | ||
} | } | ||
} | }</templatedata>}}</noinclude> | ||
</templatedata>}}</noinclude> |
Revision as of 13:33, 27 December 2023
Template documentation
Used when a disambiguation page is unnecessary.
Example 1
- Wikitext
{{redirect|Hatnote}}
- Result
Hatnote redirects here. For the , see [[]]
- Wikitext
{{See also|Hatnote|custom=Custom text}}
- Result
See also: Custom text
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | Unknown | optional |
2 | 2 | no description | Unknown | optional |
3 | 3 | no description | Unknown | optional |
4 | 4 | no description | Unknown | optional |
redirect | redirect | no description | Unknown | optional |
subject | subject | no description | Unknown | optional |
target | target | no description | Unknown | optional |
label | label | no description | Unknown | optional |