模板:Ifexists

出自Terraria Wiki
跳至導覽 跳至搜尋
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg 文檔 以下文檔來自Template:Ifexists/doc。(編輯 | 歷史

This template is similar to {{#ifexist:}} as it checks the existence of a given page. The difference is that the checked page is not added to the list of wanted pages, and that it does not increase the expensive parser function count.

Usage

{{ ifexists | <page name> | <then> | <else> | redirects = include/exclude/only }}

First unnamed parameter

Name of the page, including namespace.

Second unnamed parameter

Wikitext for if the page exists.

Third unnamed parameter

Wikitext for if page does not exist.

redirects

Whether to consider redirects, defaults to include.

Examples

Code Result
{{ifexists|Category:Terraria|exists|does not exist}} exists
{{ifexists|Foobar|exists}}
{{ifexists|Foobar|3=does not exist}} does not exist
{{ifexists|Template:L10n|exists|does not exist|redirects=exclude}} does not exist