This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Querylink: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
imported>AdminBot
m Removing Category:Templates from templates which already belong to other categories
imported>Hardvice
use index.php?title= link instead of direct link
Line 1: Line 1:
<includeonly><span class="plainlinks">[{{SERVER}}{{localurl:{{{link}}}}}{{#ifeq:{{#sub:{{{qs|}}}|0|1}}|&| |?}}{{{qs}}} {{{linktext|{{{link}}}}}}]</span></includeonly><noinclude>
<includeonly><span class="plainlinks">[{{SERVER}}/index.php?title={{{link}}}}}{{#ifeq:{{#sub:{{{qs|}}}|0|1}}|&| |?}}{{{qs}}} {{{linktext|{{{link}}}}}}]</span></includeonly><noinclude>
==Usage==
==Usage==
Produces a "plain" or internal link to an article while allowing a query string (such as <code>&action=edit</code>).
Produces a "plain" or internal link to an article while allowing a query string (such as <code>&action=edit</code>).

Revision as of 06:26, 28 November 2007

Usage

Produces a "plain" or internal link to an article while allowing a query string (such as &action=edit).

{{querylink
| link = <!--Article to link to -->
| linktext = <!--OPTIONAL Override name of link-->
| qs = <!--URL query string-->
}}

Adapted from Wikipedia.