Template:Dynamic navigation box with image
维基百科,自由的百科全书
{{{body}}}
Template:Interwiki class-sisterproject
The image is at the upper left hand corner of the navbox, and does overlap with the title.
目录 |
[编辑] Blank
{{Dynamic navigation box with image | name = {{subst:PAGENAME}} | image = [[Image:|35px]] | title = [[]] | color = | body = }}
[编辑] Parameters
[编辑] Mandatory
- name
- Future implementations will use this for v-d-e.
- title
- Text that appears centered in the titlebar (the top bar). Usually this is the template's topic, i.e. a succinct description of the body contents.
- body
- The material contained by the template, usually a list or list of links. Use | to separate links. It is not possible to include a pipe ("|") in the contents as this symbol is used to separate parameters. Format is inline.
- image
- The image. Must include
[[Image:...|?px|alt text]]
[编辑] Optional
- color
- Header color. Default is #eee. Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different titlebar colors will probably look unpleasant.
[编辑] Example
[编辑] Code
Adapted from Template:Municipalities of the district of Vevey:
{{Dynamic navigation box with image | name = {{subst:PAGENAME}} | image = [[Image:Vaud-coat of arms.svg|35px|Coat of Arms of the Canton of Vaud]] | title = [[Municipalities of the canton of Vaud|Municipalities]] in the [[district of Vevey]] | color = #efefef | body =[[Blonay]] | [[Chardonne]] | [[Corseaux]] | [[Corsier-sur-Vevey]] | [[Jongny]] | [[La Tour-de-Peilz]] | [[Montreux]] | [[Saint-Légier-La Chiésaz]] | [[Vevey]] | [[Veytaux]] }}
[编辑] Result
Blonay | Chardonne | Corseaux | Corsier-sur-Vevey | Jongny | La Tour-de-Peilz | Montreux | Saint-Légier-La Chiésaz | Vevey | Veytaux
[编辑] See also
縮放模式 | 標題顏色† | 圖像 | 群組 | 樣式參數 | 範例模板 | |
---|---|---|---|---|---|---|
{{Navigation}} | NavFrame | NavHead | 否 | 否 | 否 | {{OPEC}} |
{{Navigation with image}} | NavFrame | NavHead | 框內 左/右側 | 否 | 否 | {{Cetaceans}} |
{{Navigation with columns}} | NavFrame | NavHead | 否 | 否 | 否 | |
{{Dynamic navigation box}} | collapsible | navbox | 否 | 否 | 是 | {{AACO}} |
{{Dynamic navigation box with image}} | NavFrame | NavHead | 左上角 | 否 | 否 | {{SlovakPMs}} |
{{Navbox generic}} | collapsible | navbox | 框內右側 | 是 | 是 | {{台北市重要古蹟}} |
{{NavigationBox}} | 否 | navbox | 整體表格的右側 | 否 | 否 | {{上古天皇}} |
{{Commons:NavigationBox}} | 否 | #ccccff | 整體表格的右側 | 否 | 否 | |
{{Commons:Dynamic navigation box}} | NavFrame | #ccccff | 否 | 否 | 否 | |
{{Commons:Dynamic navigation box with image}} | NavFrame | NavHead | 左上角 | 否 | 否 | |
† header或title的背景顏色 is inherited from the class listed bellow. The templates have color parameters that override the default. |
類型 | CSS Classes | 何時會折疊 | Custom initial state | Nesting | Header color | 字體大小 |
---|---|---|---|---|---|---|
NavFrame div | NavFrame, NavHead, NavContent | 3個或以上 | 否 | 是 | #efefef | 95% |
Collapsible table | collapsible, navbox | 2個或以上 | 是 | 否 | #ccccff | 90% |
For the technically minded, see Common.css and Common.js. |