模板:If in page
使用Lua语言编写: |
注意事项
编辑Template:Memo Template:Memo Template:Memo Template:Memo Template:Memo
简介
编辑此模板可用来侦测和匹配页面中是否有指定的mw.ustring模型,并输出为自订结果。
参数及使用方法
编辑范例
编辑- 侦测和匹配Template:F55中是否存在模型,并输出自订结果:
- Template:IFUT
- 侦测和匹配Template:F55中是否存在模型,并输出自订结果:
- Template:IFUT
参数资料
编辑无描述。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
模型 | 1 | 一个能被mw.ustring.match有效侦测和匹配的模型。 | 内容 | 必需 |
存在值 | 2 | 可在页面中侦测到模型的输出值。 | 内容 | 推荐 |
不在值 | 3 | 无法在页面中侦测到模型的输出值。 | 内容 | 推荐 |
页面 | page | 在指定页面上侦测模型,而非在当前的页面。 | 页面名称 | 推荐 |
替换 | subst | If set, then value if present will have %n replaced with capture groups, see doc | 布尔 | 可选 |