Difference between revisions of "Template:LinkCatIfExists"

From blackwiki
Jump to navigation Jump to search
imported>BrownHairedGirl
(Created page with '<includeonly>{{#ifexist: Category:{{{1|}}} | [[:Category:{{{1|}}}{{!}}{{#if: {{{2|}}}|{{{2|}}}|{{{1|}}}}}]]}}</includeonly><noinclude>{{Documentation}}</noinclude>')
 
imported>BrownHairedGirl
(fix])
Line 1: Line 1:
<includeonly>{{#ifexist: Category:{{{1|}}} | [[:Category:{{{1|}}}{{!}}{{#if: {{{2|}}}|{{{2|}}}|{{{1|}}}}}]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
+
<includeonly>{{#ifexist: Category:{{{1|}}} | [[:Category:{{{1|}}}{{!}}{{#if: {{{2|}}}|{{{2|}}}|{{{1|}}}}}|{{#if: {{{2|}}}|{{{2|}}}|{{{1|}}}}}]]}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 08:41, 11 January 2017

Template documentation[view] [edit] [history] [purge]

This is a simple helper template, to be used in other templates. It displays a link to a category if that category exists; otherwise it just displays plaintext.

Optional display text may be added as a second parameter.

Usage

{{LinkCatIfExists|CategoryName|OptionalDisplayText}}

Simple usage
{{LinkCatIfExists|CategoryName}}
Examples:
With optional display text
{{LinkCatIfExists|CategoryName|DisplayText}}
Examples:

See also