模板:维基/文档

来自骷髅女孩Wiki
Junchnzy讨论 | 贡献2023年12月19日 (二) 10:37的版本 (创建页面,内容为“{{模板说明/开始}} '''Linkless exists''' checks whether a page exists. It differs from alternatives such as {{维基|Help:Magic words#Conditional|#ifexist:}} in that the page containing this template is not recorded as linking to or transcluding the page being checked. This has the advantage of avoiding spurious wikilinks, especially to disambiguation pages which should not have incoming links, but has the disadvantage that the containing page may not b…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Linkless exists checks whether a page exists. It differs from alternatives such as #ifexist: in that the page containing this template is not recorded as linking to or transcluding the page being checked. This has the advantage of avoiding spurious wikilinks, especially to disambiguation pages which should not have incoming links, but has the disadvantage that the containing page may not be updated automatically if the checked page is created or deleted later.

Usage

The template requires one parameter: the name of the page to be checked. Include a namespace where necessary. There are two other optional parameters: the text to appear if the page is present, and the text to appear if it is absent. By default, these are set to "true" and "", which evaluate as true and false respectively within expressions. {{Linkless exists|Main Page|working|broken}} is an efficient shortcut for {{#if:{{Linkless exists|Main Page}}|working|broken}}.

TemplateData

Linkless exists checks whether a page exists without recording a wikilink or transclusion

[编辑模板数据]

模板参数

参数描述类型状态
11

The name of the page to be checked

字符串必需
22

The text to appear if the page is present

默认值
true
示例值
page found
字符串可选
33

The text to appear if the page is absent

默认值
(blank string)
示例值
page not found
字符串可选

本文档是一个模板说明,应当在主模板页面中显示。访问模板:模板说明查看详情。