模板:Tnavbar-collapsible
外观
模板介绍
使用方法
Simply place the following code in the header area of collapsible tables to add left justified view/talk/edit link functionality:
{{Tnavbar-collapsible| Heading wikitext |{{subst:FULLPAGENAME}}}}
Parameters
Mandatory
- 1
- (the first unnamed parameter) Text that appears centered in the titlebar (the top bar).
- 2
- (the second unnamed parameter) The name of the template, which is needed for the "" links to work properly on all of the pages where the template is used on. You can use
{{subst:FULLPAGENAME}}as a shortcut for this value.
Optional
- plain
- If set to
plain=1then will be expanded to the longer form of . - fontcolor
- Specifies the title text color and the link color of the .
- width
- Specifies the width of . Unit is em. Default is 8em.
- margin
- 固定设定距离左边的距离
例如:{{Tnavbar-collapsible| 標題 |{{subst:PAGENAME}}|margin=20px}}
参见
- {{navbar}}
- This template transcludes navbar, the source is more customizable.
- {{tnavbar-header}}
- Positions on the right edge of the line, often used in non-collapsible navbox heading.
Make use of meta-template to reduce code bloat and simplify editing:
| 可折叠? | 标题颜色 | 图像 | 组别 | 样式(主体) 参数 |
范例 | |
|---|---|---|---|---|---|---|
| {{Navbox}} | 是 | navbox | 主体左/右侧 | 是 | 是 | {{维基帮助导航}} |
| {{Navbox with collapsible groups}} | 是 | navbox | 主体左/右侧和/或在每列表中 | 是 | 是 | {{ATI}} |
| {{Navbox with columns}} | 是 | navbox | 栏左/右侧 | 否 | 是 | {{日本都道府县知事}} |
| {{NavboxV2}} | 是 | navbox | 以上全部 | 是 | 是 | {{广州地铁车站}} |
| 类别 | CSS class | Javascript | 何时折叠 | 自定义 初始状态 |
套叠结构 |
|---|---|---|---|---|---|
| Collapsible tables | mw-collapsible | jQuery.makeCollapsible | 页面有两块或以上autocollapse模板 | 是 | 是 |