模板:Sidebar with collapsible lists
来自菜鸟教程
40px | This template is used on approximately 83,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
55px | This template does not display in the mobile view of Wikipedia; it is desktop only. Read the documentation for an explanation. |
30px | This template uses Lua: |
模板:Tl is a version of 模板:Tl which offers collapsible lists in addition to Sidebar's content parameters.
Usage
模板:Generic template demo Parameters with infrequent use omitted.
{{Sidebar with collapsible lists
| name = {{subst:PAGENAME}}
| pretitle =
| title =
| image =
| templatestyles =
| expanded = {{{expanded|}}}
| 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 =
}}
Parameters
This template takes all 模板:Tl parameters. In addition:
|listntitle=
- The displayed title of the collapsible listn.
|listn=
- The contents of the collapsible listn.
|listnclass=
- A class can be added to target a specific list either with TemplateStyles or microformats. See Template:Sidebar#Classes.
- In the context of TemplateStyles, specific list contents can be targeted like so:
.templateclass .listnclass .sidebar-list-title
for a specific list title and.templateclass .listnclass .sidebar-list
for a specific list. |expanded=
and|listnname=
|expanded=
is used to indicate which (if any) list named|listnname=
is shown expanded when the template is first displayed; see 模板:Tl.|centered list titles=
- Set to anything (though
|centered list titles=y
or|centered list titles=yes
are idiomatic) to make the sidebar list titles centered. This works around some not-great behavior in how centered text interacts with the collapsible toggle.
A |listn=
without a |listntitle=
displays the default title ("List").
Handling long links
See Template:Sidebar#Handling long links.
TemplateStyles
The classes available for styling, besides those listed in Template:Sidebar#TemplateStyles, are:
.sidebar-collapse
- The top-level 模板:Tl class.
.sidebar-list
- The class is a container when either
|listntitle=
or|listn=
is provided in 模板:Tl. .sidebar-list-title
- The class associated with a
|listntitle=
. Every list title will have this class. Use the|centered list titles=
to center text instead of adding CSS here. .sidebar-list-content
- The class associated with a
|listn=
. Every list content will have this class.
Deprecated parameters
These parameters are deprecated for the same reason as the style parameters in Template:Sidebar.
- listtitlestyle and liststyle
- These are the equivalent of, respectively, 模板:Tl's titlestyle and liststyle parameters.
- listframestyle
- Sets the framestyle (see 模板:Tl) for the lists.
- listNframestyle
- Sets the framestyle for listN, overriding listframestyle.
- listNtitlestyle
- Sets the titlestyle for listN, overriding listtitlestyle above.
- listNstyle
- Sets the liststyle for listN, overriding liststyle above.
See also
- Last pre-Lua version
- 模板:Tl
- 模板:Tl
- 模板:Tl
- 模板:Tl
- Wikipedia:UBLIST, for help in using unbulleted lists in fields.