Difference between revisions of "Template:Link if not current"

From blackwiki
Jump to navigation Jump to search
imported>Petr Matas
(removing TfM)
imported>Pppery
(Add a star on current page to avoid LISTGAP issues)
Line 1: Line 1:
{{#ifeq:{{{1}}}|{{PAGENAME}}||
+
{{#ifeq:{{{1}}}|{{PAGENAME}}|*|
 
*[[{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]]}}<noinclude>
 
*[[{{{1}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]]}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 14:15, 19 February 2017

  • [[{{{1}}}|{{{1}}}]]
Template documentation[view] [edit] [history] [purge]

Use this template to avoid producing a self link.

Usage

{{Link if not current|Article}} produces

  • a list item linking to Article if the current page's title is not Article,
  • nothing if it is.

Parameters

  • Parameter 1 is necessary, as it is the link.
  • Parameter 2 is optional, and it is the text that is displayed over the link. If parameter 2 doesn't exist, it defaults to parameter 1.

See also