Content deleted Content added
|
|
|||
| Line 6: | Line 6: | ||
|
# The category does NOT exist |
# The category does NOT exist |
||
|
# so just output plaintext |
# so just output plaintext |
||
|
–>{{#if: {{{hide_display|}}} | <!– show nothing –> | |
–>{{#if: {{{hide_display|}}} | <!– show nothing –> | {{#if: {{{bullet|}}} | * }}{{#if:{{{2|}}}|{{{2|}}}|{{{1|}}}}}</span>}}}}</includeonly><noinclude>{{Documentation}}</noinclude> |
||
Latest revision as of 22:41, 5 November 2025
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 greyed-out plaintext.
Optional display text may be added as a second parameter.
Usage
{{Category link if exists|CategoryName|OptionalDisplayText}}
- Simple usage
{{Category link if exists|CategoryName}}- Examples:
- With optional display text
{{Category link if exists|CategoryName|DisplayText}}- Examples:

