Template:Main other
This is the {{main other}} meta-template.
This template helps other templates detect if they are on a main space (article) page or some "other" type of page.
用法
编辑本模板通常使用2個參數
{{main other | 條目名字空間用文字 | 其他名字空間用文字 }}
模板用於條目時,顯示條目名字空間用文字
其他頁面則顯示其他名字空間用文字
典型用法像是只想對條目加入分類,在其他名字空間不加入時:
{{main other | [[Category:某條目維護分類]] }}
或是警告模板不該用於其他名字空間頁面:
{{main other | | 這個模板只應該用於條目。 }}
Note that in the first case above the "other" parameter was not used, and in the second example the "main" parameter was left empty.
Demospace
编辑For testing and demonstration purposes this template can take a parameter named demospace.
- If it has the value main it returns the article 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:
{{main other | Article text | Other pages text | demospace = main }}
No matter on what kind of page the code above is used it will return this:
- Article 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:
{{main other | Article text | Other pages text | demospace = {{{demospace|}}} }}
Technical details
编辑This template detects article "Talk:" pages as type other.
This template works like {{main talk other}}, for more examples and technical details see full documentation there.
參見
编辑便於偵測名字空間的模板群:
- {{main other}} – 用於條目模板。
- {{talk other}} – 用於討論頁模板。
- {{user other}} – 用於用戶頁模板。
- {{wikipedia other}} – 用以偵測"Wikipedia:"計畫頁面。
- {{file other}} – 用於檔案(圖像)模板
- {{template other}} – 用以偵測模板頁。
- {{help other}} – 用於幫助頁模板。
- {{category other}} – 用於分類頁模板。
- {{portal other}} – 用於主題頁模板。
更複雜的名字空間偵測模板:
- {{main talk other}} – 區分某些名字空間。
- {{main talk category other}} – 區分某些名字空間。
- {{namespace detect}} – 多功能模板。
- {{namespace detect showall}} – 超多功能模板。
- {{talkspace detect}} - 偵測不同名字空間的討論頁面。
Technical stuff:
- Wikipedia:名字空間 – Lists all the namespaces.
- Help:魔術字 – About
{{NAMESPACE}}
etc. - Help:解析器函数 – About
{{#ifeq:|||}}
etc.
上述文档嵌入自Template:Main other/doc。 (编辑 | 历史) 编者可以在本模板的沙盒 (创建 | 镜像)和测试样例 (创建)页面进行实验。 请在/doc子页面中添加分类。本模板的子页面。 |