Template:Redirect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div role="note" class="hatnote noexcerpt">{{{redirect|{{{1|}}}}}} redirects here. For | <includeonly><div role="note" class="hatnote noexcerpt">{{{redirect|{{{1|}}}}}} redirects here. For {{{subject|{{{2|}}}}}}, see [[{{{target|{{{3|}}}}}}{{#if: {{{label|}}} {{{4|}}} | {{!}}{{{label|{{{4}}}}}}}}]]</div></includeonly><noinclude>{{documentation|content=Used when a disambiguation page is unnecessary. | ||
== Example == | == Example == | ||
Line 5: | Line 5: | ||
<pre>{{redirect| | <pre>{{redirect| | ||
| redirect = Redirect | | redirect = Redirect | ||
| subject = disambiguation template | | subject = the disambiguation template | ||
| target = Redirect | | target = Redirect | ||
| label = Redirect}}</pre> | | label = Redirect}}</pre> | ||
Line 12: | Line 12: | ||
{{redirect| | {{redirect| | ||
| redirect = Redirect | | redirect = Redirect | ||
| subject = disambiguation template | | subject = the disambiguation template | ||
| target = Template:Redirect | | target = Template:Redirect | ||
| label = Redirect}} | | label = Redirect}} | ||
; Wikitext | ; Wikitext | ||
<pre>{{redirect|Redirect|disambiguation template|Template:Redirect|Redirect}}</pre> | <pre>{{redirect|Redirect|the disambiguation template|Template:Redirect|Redirect}}</pre> | ||
; Result | ; Result | ||
{{redirect|Redirect|disambiguation template|Template:Redirect|Redirect}} | {{redirect|Redirect|the disambiguation template|Template:Redirect|Redirect}} | ||
[[Category:Templates]] [[Category:Disambiguation templates]] | [[Category:Templates]] [[Category:Disambiguation templates]] |
Revision as of 13:42, 27 December 2023
Template documentation
Used when a disambiguation page is unnecessary.
Example
- Wikitext
{{redirect| | redirect = Redirect | subject = the disambiguation template | target = Redirect | label = Redirect}}
- Result
Redirect redirects here. For the disambiguation template, see Redirect
- Wikitext
{{redirect|Redirect|the disambiguation template|Template:Redirect|Redirect}}
- Result
Redirect redirects here. For the disambiguation template, see Redirect
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 |