Template:Redirect: Difference between revisions

From Inkipedia, the Splatoon wiki
(Created a basic redirect notice template)
 
(Added one extra use case)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
''{{{1}}}'' redirects here. For {{{2|other uses}}}, see [[:{{{3}}}]].
:<span class="dablink">''{{{1}}} redirects here. For {{if||{{{2|}}}|{{{2}}}|other uses}}, see [[:{{{3}}}]]. {{#if:{{{4|}}}|For {{{4}}}, see [[:{{{5}}}]].}}''</span><noinclude>


<noinclude>
== Usage ==
== Usage ==
; Using this template does not create a redirect.
; Using this template does not create a redirect.
Line 9: Line 8:


{{t|Redirect|Redirect Page|other use|Other Page}}
{{t|Redirect|Redirect Page|other use|Other Page}}
{{t|Redirect|Redirect Page|other use|Other Page|another use|Another Page}}
Note if further uses are required, it would be worth instead making a disambiguation page.


== Examples ==
== Examples ==
{| align="left" width="80%" cellpadding="1px" style="background:#FFFFFF; text-align:left; border: 3px solid #a9de00; {{roundy}}"
{| align="left" width="80%" cellpadding="1px" style="text-align:left; border: 3px solid #a9de00; border-radius: 20px;"
!Code
!Code
!Result
!Result
|-
|-
|<nowiki>{{Redirect|Inkipedia||Main Page}}</nowiki>
|<pre>{{Redirect|Inkipedia||Main Page}}</pre>
|''Inkipedia'' redirects here. For other uses, see [[:Main Page]].
|{{Redirect|Inkipedia||Main Page}}
|-
|-
|<nowiki>{{Redirect|Inkipedia|the main page|Main Page}}</nowiki>
|<pre>{{Redirect|Inkipedia|the main page|Main Page}}</pre>
|''Inkipedia'' redirects here. For the main page, see [[:Main Page]].
|{{Redirect|Inkipedia|the main page|Main Page}}
|}
|}
</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 15:13, 25 February 2024

{{{1}}} redirects here. For other uses, see [[:{{{3}}}]].

Usage

Using this template does not create a redirect.

This template should be used if a redirect might cause confusion.

{{Redirect|<Redirect Page>|<>|<Other Page>}}

{{Redirect|<Redirect Page>|<other use>|<Other Page>}}

{{Redirect|<Redirect Page>|<other use>|<Other Page>|<another use>|<Another Page>}}

Note if further uses are required, it would be worth instead making a disambiguation page.

Examples

Code Result
{{Redirect|Inkipedia||Main Page}}
Inkipedia redirects here. For other uses, see Main Page.
{{Redirect|Inkipedia|the main page|Main Page}}
Inkipedia redirects here. For the main page, see Main Page.