模板:Subpage other/doc
外观
此页面是Template:Subpage other的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
此模板文档被引用于许多页面。 为了避免造成大规模的影响,所有对此模板文档的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板文档中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
Usage
[编辑]This template checks whether the current page is a subpage or not. A subpage is a page that has a slash:
- <!-- 页面不存在 -->[[Template:Parentpage/Subpage]]
Exception: in article space (mainspace) the slash is part of the title, and there are no subpages. Example, AC/DC is a parent page not a subpage.
Usage example: both Template:Infobox element isotopes and Template:Infobox element isotopes/infotable use documentation page Template:Infobox element isotopes/doc. We only want to categorise the parent page. So in the /doc page we add:
{{Subpage other|<!-- do not categorise -->|<!-- 页面不存在 -->[[Category:Chemical element infobox]]}}
- Note
- WP:Subpage uses an other definition than magic word
{{SUBPAGENAME}}
. This template uses the former definition (pagename has an after-slash part).