模板:Template category

文件圖示 模板文件[檢視] [編輯] [歷史] [清除快取]

{{Template category}}應該放置於歸類模板頁面及相關子頁面的分類的頂端。

用法

完整語法

{{Template category
| type = 
| topic = 
| description = 
| rhs = 
| container = 
| help = 
}}

參數

本模板可以不設參數直接使用,即使用代碼{{Template category}}

不設參數

下面是可用於使本模板提供更多實用信息的參數:

type


設置type為(目前的)十一個值之一,會顯示分類用於歸類的模板類型的預設說明。這些值有:
  • ambox
  • campaignbox
  • conversion
  • external link
  • formatting
  • function
  • meta
  • navbox
  • navigation
  • sidebar
  • stub
  • timeline
  • userbox
type設置為了不是這些值的其他內容,默認的說明「在本分類中列出的頁面為模板」會原樣顯示。
只設type
{{Template category |type=sidebar}}
更多type的輸出示例請見下面的示例。

topic


添加默認說明「與topic相關的模板」,其中topic通常為與分類相關的主條目的wikilink。(如美國Category:美國模板
只設topic
{{Template category |topic=[[美国]]}}
typetopic
{{Template category |type=infobox |topic=[[美国]]}}

description


Use this if a customised description is needed instead of – or, if topic also used, to follow – the default description above.
type, topic, description
{{Template category
| type = navbox
| topic = [[China]]
| description = <br/>{{small|For templates relating specifically to the [[People's Republic of China|People's Republic of China (PRC)]] or the current [[Republic of China|Republic of China (ROC, "Taiwan")]], see, respectively, {{c|People's Republic of China templates}} and {{c|Republic of China (Taiwan) templates}}.}}
}}
只設description
{{Template category |description=This text is supplied by the ''description'' parameter.}}

onright / rhs


Use this to place right-aligned boxes beside the template, such as {{portal}} (to provide a link or links to related portal or portals) and/or {{Commons category}} (to provide a link to the same or a similarly-named category at the Commons). If more than one box is included, ensure the widest one appears first (see example below) otherwise overlapping may occur.
topic, rhs
{{Template category
| topic = [[美国]]
| rhs = {{Commons category|United States|美国}}{{portal|美国}}
}}

container


Set container to "true" (without quotemarks) to identify the category as a container category, i.e. a category meant to contain only subcategories. A note requesting that no templates are added to the template category is then included.
只設container
{{Template category |container=true}}
An alternative to using container is to place {{Parent category}} after the {{Template category}} template:
{{Parent category}}跟隨{{Template category}}
{{Template category
| type = ''type''
| topic = ''[[topic]]''
| description = 这是''description''参数提供的文字。
}}
{{Parent category}}

help


Use this to replace the default instructions as to how to add a template to the category (see the "Further template category notes" section) or, if set to nothing, remove them.

參見

其他分類頂部模板