Template:Softredirect: Difference between revisions

(Automatically detecting page name)
(+Custom Wikis)
Line 5: Line 5:
[[Image:SoftRedirect.png]]<span class="redirectText">[[{{{1}}}:{{{2|{{PAGENAME}}}}}|{{{2|{{PAGENAME}}}}}]]</span><br />
[[Image:SoftRedirect.png]]<span class="redirectText">[[{{{1}}}:{{{2|{{PAGENAME}}}}}|{{{2|{{PAGENAME}}}}}]]</span><br />


on [[{{{1}}}:|{{#ifeq: {{{1|}}} | igwn | Independent Gaming Wiki Network}}{{#ifeq: {{{1|}}} | gtm | Grand Theft Mods}}]].
on [[{{{1}}}:|{{#if: {{{3|}}} | {{#ifeq: {{{1|}}} | igwn | Independent Gaming Wiki Network}}{{#ifeq: {{{1|}}} | gtm | Grand Theft Mods}} | {{{3}}}}}]].


</includeonly>
</includeonly>
Line 23: Line 23:
<code><nowiki>{{softredirect|gtm|Modifications}}</nowiki></code>
<code><nowiki>{{softredirect|gtm|Modifications}}</nowiki></code>


If the destination page on the other wiki is the same name as the page being redirected, the page name can be omitted. For example:
If the destination page on the other wiki has the same name as the page being redirected, the page name can be omitted. For example:


<code><nowiki>{{softredirect|gtm}}</nowiki></code>
<code><nowiki>{{softredirect|gtm}}</nowiki></code>
If you're using this template to link to a wiki besides IGWN or GTM, a third parameter can be added to manually specify the name of the wiki. For example:
<code><nowiki>{{softredirect|wp|Mod (video gaming)|Wikipedia}}</nowiki></code>
That code will produce a link to [[wp:Mod (video gaming)|Mod]] on Wikipedia (because <code>wp</code> is the interwiki code used for Wikipedia. The thrd parameter, "Wikipedia", is used to provide the name of the wiki.


[[Category:Templates]]
[[Category:Templates]]


</noinclude>
</noinclude>

Revision as of 04:59, 11 January 2012


This template is used for creating soft redirects to Independent Gaming Wiki Network and Grand Theft Mods. The usual redirect syntax #REDIRECT [[mods:PAGE NAME]] doesn't work for interwiki redirects, so this template provides a clickable link instead.

To use this template, use the following format:

{{softredirect|interwiki code|page name}}

In the above example code, interwiki code refers to the prefix used for linking to the destination wiki. For IGWN this is igwn and for Grand Theft Mods it is gtm.

In addition, page name refers to the name of the destination article on that wiki.

For example, to link to GTM's Modifications page, use the following code:

{{softredirect|gtm|Modifications}}

If the destination page on the other wiki has the same name as the page being redirected, the page name can be omitted. For example:

{{softredirect|gtm}}

If you're using this template to link to a wiki besides IGWN or GTM, a third parameter can be added to manually specify the name of the wiki. For example:

{{softredirect|wp|Mod (video gaming)|Wikipedia}}

That code will produce a link to Mod on Wikipedia (because wp is the interwiki code used for Wikipedia. The thrd parameter, "Wikipedia", is used to provide the name of the wiki.