Template:Sidebar with collapsible lists

文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

{{Sidebar with collapsible lists}}是融合{{Sidebar}}与{{collapsible list}}的特性,在内容中显示折叠显示的列表的边栏。

用法

省略不常用的參數。

{{Sidebar with collapsible lists
| name     = {{subst:PAGENAME}}
| pretitle = 
| title    = 
| image    = 
| expanded = {{{expanded|{{{1|}}}}}}

| headingstyle   = 
| listtitlestyle = 
| liststyle      = 
| contentstyle   =   <!--(same as |liststyle = ...?)-->

| heading1   = 
| list1name  = 
| list1title = 
| list1      = 

| heading2   = 
| list2name  = 
| list2title = 
| list2      = 

<!-- ...... -->

| headingN =         <!--(Template:Sidebar's "headingN" and/or "contentN" parameters (where -->
| contentN =         <!-- N is a number) may be used to include uncollapsible lists/content)-->

<!-- ...... -->

| below = 

}}


其中listtitlestyle和liststyle参数等同于{{collapsible list}}的titlestyle与liststyle参数,而listNtitle与listN参数等同{{collapsible list}}的title和列表结构块。要生成列表结构,可以使用{{DumbList}},或者手动添加。

listNname参数用于标示各个需要展开的列表,参见{{collapsible lists option}}.

其他折叠列表相关参数

除上文外,还可以用下列折叠列表相关参数:

listframestyle
设置列表边框样式(参见{{collapsible list}})
listNframestyle
设置listN的边框样式,替换listframestyle
listNtitlestyle
设置listN的标题样式,替换listtitlestyle
listNstyle
设置listN的背景样式,替换liststyle

处理长链接

就像在{{Sidebar}}一样,{{longlink}}也可以用来处理列表中需要换行的链接以防止边框变得太宽。输入{{longlink|longlinkname}}longlinkname是除方括号外的链接文字。

參見