Template:LinkCatIfExists/doc: Difference between revisions
From Guild of Archivists
m (1 revision imported) |
|||
Line 19: | Line 19: | ||
==See also== | ==See also== | ||
* | *{{tlx|LinkCatIfExists2}} — same as this, but with greying of non-existent categories | ||
<includeonly> | <includeonly> | ||
<!-- Categories below this line, please; interwikis at Wikidata --> | <!-- Categories below this line, please; interwikis at Wikidata --> | ||
[[Category: | [[Category:Archive utility templates]] | ||
}}</includeonly> | }}</includeonly> |
Revision as of 22:40, 17 May 2018
This is a documentation subpage for Template:LinkCatIfExists. It contains usage information, categories and other content that is not part of the original template page. |
This 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.
An optional display text may be added as a second parameter
Usage
{{LinkCatIfExists|CategoryName|OptionalDisplayText}}
- Simple usage
{{LinkCatIfExists|CategoryName}}
- Examples:
{{LinkCatIfExists|A non-existent category}}
→ A non-existent category{{LinkCatIfExists|United States}}
→ United States
- With optional display text
{{LinkCatIfExists|CategoryName|DisplayText}}
- Examples:
{{LinkCatIfExists|A non-existent category|Foo}}
→ Foo{{LinkCatIfExists|United States|USA}}
→ USA
See also
{{LinkCatIfExists2}}
— same as this, but with greying of non-existent categories