Template:Category other/doc:修订间差异

模板页面
(导入1个版本:​导入自求闻百科的页面[页面文字原许可:CC BY-SA 4.0])
(繁简转换 by ZF-bot
 
第1行: 第1行:
<includeonly><!-- 在這裡加入模板的保護標識 --></includeonly>
<includeonly><!-- 在这里加入模板的保护标识 --></includeonly>
<!-- 在本行下編輯模板明 -->
<!-- 在本行下编辑模板明 -->


是 {{tl|category other}} 元模板。
是 {{tl|category other}} 元模板。


本模板助其他模板偵測頁面是否「Category:」或「其他」型。
本模板助其他模板侦测页面是否「Category:」或「其他」型。


== 用法 ==
== 用法 ==
第72行: 第72行:
</pre>
</pre>


== 技術細節 ==
== 技术细节 ==


This template detects "Category talk:" pages as type '''other'''.
This template detects "Category talk:" pages as type '''other'''.
第78行: 第78行:
This template works like {{tl|main talk other}}, for more examples and technical details see full documentation there.
This template works like {{tl|main talk other}}, for more examples and technical details see full documentation there.


== 參見 ==
== 参见 ==
{{namespace detect see also}}
{{namespace detect see also}}


<includeonly>
<includeonly>
<!-- 本行下加入模板的分 -->
<!-- 本行下加入模板的分 -->
[[Category:求百科元模板]]
[[Category:求百科元模板]]


<!-- 本行下加入模板的跨接 -->
<!-- 本行下加入模板的跨接 -->





2023年9月24日 (日) 21:55的最新版本


这是 {{category other}} 元模板。

本模板帮助其他模板侦测页面是否为“Category:”或“其他”类型。

用法

This template usually takes two parameters, like this:

{{category other | Category page text | Other pages text }}

If the template is on a "Category:" page, it will return this:

Category page text

If the template is on any other page, it will return this:

Other pages text

A typical usage case could be to make it so that a template only adds a category when on category pages. Thus not adding other pages that just show the template. Like this:

{{category other | [[Category:Some category maintenance category]] }}

Or to warn that a template should not be used on other pages:

{{category other | | This template should only be used on category pages. }}

Note that in the first case above the "other" parameter was not used, and in the second example the "category" parameter was left empty.

Demospace

For testing and demonstration purposes this template can take a parameter named demospace.

  • If it has the value category it returns the category page text.
  • It if has the value other or any other value such as the name of some other namespace it returns the other pages text.
  • If the parameter is empty or undefined, the actual page type determines the result.

Like this:

{{category other 
| Category page text 
| Other pages text 
| demospace = category
}}

No matter on what kind of page the code above is used it will return this:

Category page text

You can make it so your template also understands the demospace parameter. That means you can demonstrate the different appearances of your template in the documentation for your template. Then do like this:

{{category other 
| Category page text 
| Other pages text 
| demospace = {{{demospace|}}}
}}

技术细节

This template detects "Category talk:" pages as type other.

This template works like {{main talk other}}, for more examples and technical details see full documentation there.

参见

便于侦测名字空间的模板群:

更复杂的名字空间侦测模板:

Technical stuff: