跳转到内容

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

维基百科,自由的百科全书
删除的内容 添加的内容
MerlIwBot留言 | 贡献
机器人添加:pl:Szablon:Wykryj dyskusję
Tjmj留言 | 贡献
移至子分類
 
(未显示2个用户的2个中间版本)
第1行: 第1行:
<includeonly><!-- 在這裡加入模板的保護標識 --></includeonly>
{{Documentation subpage}}
{{Documentation subpage}}
<!-- 在本行下編輯模板說明 -->
<!-- 在本行下編輯模板說明 -->
第76行: 第75行:


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.

[[File:fmn.xnimg.cn/fmn037/20100107/0105/p_large_wZcU_079200041cac2d0f.jpg]]
=== 參見 ===
=== 參見 ===


{{namespace detect see also}}
{{namespace detect see also}}


<includeonly>
<includeonly>{{sandbox other||
[[Category:命名空間操作模板]]
<!-- 本行下加入模板的分類 -->
[[Category:維基百科元模板]]
[[Category:討論頁模板]]
}}</includeonly>

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

[[as:সাঁচ:Talk other]]
[[cy:Nodyn:Talk other]]
[[en:Template:Talk other]]
[[ia:Patrono:Talk other]]
[[ja:Template:Talk other]]
[[km:ទំព័រគំរូ:Talk other]]
[[ko:틀:토론 기타]]
[[ne:ढाँचा:Talk other]]
[[no:Mal:Diskusjon annen]]
[[or:ଛାଞ୍ଚ:Talk other]]
[[pl:Szablon:Wykryj dyskusję]]
[[sco:Template:Talk other]]
[[sl:Predloga:Talk other]]
[[th:แม่แบบ:Talk other]]
[[uk:Шаблон:Talk other]]
[[uz:Andoza:Talk other]]
</includeonly>

2021年10月16日 (六) 07:05的最新版本

This is the {{talk other}} meta-template.

This template helps other templates detect if they are on a talk page or some "other" type of page.

用法[编辑]

這模板包含兩個參數,像這樣:

{{talk other |討論頁產生文字|其他頁產生文字}}

如果把這模板放在討論頁上,模板返回:

討論頁產生文字

如果把這模板放在其他頁面上,模板返回:

其他頁產生文字

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

{{talk other | [[Category:Some talk page category]] }}

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

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

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

Demospace[编辑]

為進行測試和示範,這模板有一個參數名為demospace

  • 如果值為talk,則返回討論頁產生文字。
  • 如果值為other或其他值,則返回其他頁產生文字。
  • 如果參數為空或未被定義,頁面決定結果。

像這樣:

{{talk other 
|討論頁產生文字
|其他頁產生文字
|demospace = talk
}}

無論在什麼頁面都會返回:

討論頁產生文字

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:

{{talk other 
| Talk pages text 
| Other pages text 
| demospace = {{{demospace|}}}
}}

Technical details[编辑]

This template detects all types of talk pages as type talk. That is, "Talk:", "User talk:", "File talk:" and so on are all of type talk.

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

參見[编辑]

便於偵測命名空間的模板群:

更複雜的命名空間偵測模板:

Technical stuff: