Template:Redirect: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Making it match {{for}}, took off space at the bottom.)
(Forgot to make the whole thing italic, used the actual template for the examples. Uh.. I can't tell why not putting anything in for {{{2}}} isn't working. :u)
Line 1: Line 1:
:<span class="dablink">''{{{1}}}'' redirects here. For {{{2|other uses}}}, see [[:{{{3}}}]].</span><noinclude>
:<span class="dablink">''{{{1}}} redirects here. For {{{2|other uses}}}, see [[:{{{3}}}]].''</span><noinclude>


== Usage ==
== Usage ==
Line 14: Line 14:
!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}}
|}
|}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 21:25, 9 March 2016

{{{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>}}

Examples

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