模板:IncludeAt
本模板原先来自英文萌娘百科的Template:IncludeAt,依照 CC BY-SA 3.0 授权被引入;原始贡献者的名字可以在这里看到。 经过双方编辑者的修改,本模板可能已与它的来源大不相同。 |
Template Data
Meta template for including different information according to the namespace or the page they are included in. Common usage includes category management (e.g. do not include document page (where examples are given) into categories).
参数 | 说明 | 类型 | 状态 | |
---|---|---|---|---|
Anytalk | anytalk | Information to be included at any talkpage. | 字符串 | 可选 |
Main | main | Information to be included at (main) namespaces. | 字符串 | 可选 |
User | user | Information to be included at User namespaces. | 字符串 | 可选 |
Project | project | Information to be included at Project namespaces. | 字符串 | 可选 |
File | file | 无描述 | 未知 | 可选 |
Mediawiki | mediawiki | 无描述 | 未知 | 可选 |
Template | template | Information to be included at Template namespaces. | 字符串 | 可选 |
Help | help | Information to be included at Help namespaces. | 字符串 | 可选 |
Category | category | Information to be included at Category namespaces. | 字符串 | 可选 |
Pagename | pagename | The FULL name of a page. | 字符串 | 可选 |
Page | page | Information to be included at "pagename". | 字符串 | 可选 |
Pagename2 | pagename2 | The FULL name of a page. | 字符串 | 可选 |
Page2 | page2 | Information to be included at "pagename2". | 字符串 | 可选 |
Pagename3 | pagename3 | The FULL name of a page. | 字符串 | 可选 |
Page3 | page3 | Information to be included at "pagename3". | 字符串 | 可选 |
Other | other | Information to be included at any pages not matching any defined selections. | 字符串 | 推荐 |
Don't include | noinclude | If this argument is "true" (the word ONLY, case insensitive), then nothing will be included, even if rules are met. | 字符串 | 可选 |
Demonstration Namespace ID | demospaceid | The ID of a namespace for demonstration. This "fake" ID will replace the actual namespace ID of the page the template is located on, leading it to act as if it is placed at the specified namespace. | 数值 | 可选 |
Syntax
{{IncludeAt |anytalk= |main= |user= |project= |template= |help= |category= |pagename= |page= |pagename2= |page2= |pagename3= |page3= |other= |noinclude= |demospaceid= }}
Delete unused parameters; the template sensitive to whether a parameter is defined.
Behaviour
parameters
If a parameter is defined(even if it is null or whitespaces), the template will attempt to match its case.
If a parameter is not defined, then the template will ignore that case when matching; it will usually be encompassed by the parameter other
instead.
Here are some selected behaviors of IncludeAt:
Code | Result in main namespace | Result in template namespace | Comment |
---|---|---|---|
<code>{{IncludeAt
|
main namespace
|
other namespaces
|
The template parameter is not defined, so IncludeAt disregard it during check. Only main namespace cases are checked and template namespace cases are caught by the other parameter.
|
<code>{{IncludeAt
|
main namespace
|
template namespace
|
The two cases here are both defined. IncludeAt checks and provide results in both cases. |
<code>{{IncludeAt
|
main namespace
|
(empty result)
|
Notice that both cases here are still defined: the template parameter is present but the value is an empty string. IncludeAt checks and provide results in both cases, and for template namespace cases, it faithfully reproduces the empty string.
|
<code>{{IncludeAt
|
main namespace
|
(empty result)
|
IncludeAt do not mangle with the other parameter (the default case); even if it wasn't explicitly defined, it will still catch all unmatched cases. The default value of other is an empty string.
|
<code>{{IncludeAt}}</code>
|
(empty result)
|
(empty result)
|
An IncludeAt with no defined parameters. The other parameter will always be outputted and its default is an empty string.
|
When a parameter is deemed undefined, the template adds NULL
or NULLPAGENEVERCHECK
to the comparison argument to prevent matches. This means that, in theory, if the template is placed on a page with a name like {{{pagename}}}NULLPAGENEVERCHECK
, the template will misbehave.
demospaceid
demospaceid
should be a positive integer. If it is not a number (including nonexistent), the template falls back on using the namspace number of the page it is located on; if it is a number but not an integer, the decimals are truncated by the template. You may use the magicword {{NAMESPACENUMBER:(the page you want to emulate)}}
or refer to the MediaWiki Manual to obtain the namespace number you need.
上述文档嵌入自Template:IncludeAt/doc。 (编辑 | 历史) 编者可以在本模板的沙盒 (创建 | 镜像)和测试样例 (创建)页面进行实验。 请在/doc子页面中添加分类。本模板的子页面。 |