Template:Category more if exists
This template is used on many 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. |
This template uses Lua: |
A variant of {{Category more}} which links only to pages which actually exist
Usage
{{Category more if exists|Spain}}
produces:
{{Category more if exists|xyx1234567 this page no exist}}
produces:
Multiple link targets
{{Category more if exists|Spain|Japan|France}}
produces:
{{Category more if exists|Planet G45401|Spain|Xyzabcdefistan|Japan|France}}
produces:
{{Category more if exists|Planet G45401|Spain|Xyzabcdefistan|South Qwetryopitania}}
produces:
{{Category more if exists|Planet G45401|Xyzabcdefistan}}
produces:
TemplateData
TemplateData for Category more if exists
<templatedata> { "description": "This templates adds a 'For more information, see ...' statement with a maximum of 5 linked Wiki pages. Each link can be labelled with a user-defined new text. If no label is defined, the link will display with its original page name.", "params": { "1": { "label": "first link", "type": "string", "required": true, "description": "First link to a Wiki page, formatted as 'internal' Wiki-link, f.e. 'WP:WikiProject' or 'articlename'" }, "2": { "label": "second link", "type": "string", "description": "Second link to another Wiki page, same formatting as the first link. Note: 3 more links 3,4,5 can be added manually" } } } </templatedata>