Template:Category link if exists/doc
Appearance
This is a documentation subpage for Template:Category link if exists. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 65,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Due to a server limit of 500 "expensive parser function" calls (e.g. #ifexist:, PAGESIZE:, and PAGESINCATEGORY:), this template will only work properly if the page using it has not already exceeded the limit. When the limit is exceeded, the page using this template or module is categorised in Category:Pages with too many expensive parser function calls. (further information) |
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
[edit]{{Category link if exists|CategoryName|OptionalDisplayText}}
- Simple usage
{{Category link if exists|CategoryName}}
- Examples:
{{Category link if exists|A non-existent category}}
→ A non-existent category{{Category link if exists|United States}}
→ United States
- With optional display text
{{Category link if exists|CategoryName|DisplayText}}
- Examples:
{{Category link if exists|A non-existent category|Foo}}
→ Foo{{Category link if exists|United States|USA}}
→ USA
See also
[edit]- Template:Category see also if exists
- Template:Category if exists – conditionally adds a parent category
- Template:Cat in use — allows checking of whether category is populated
- Template:Link if exists