Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is a metatemplate for the creation of sidebar templates with collapsible lists, i.e. boxes that are vertically-aligned navigational templates.
- For the non-collapsible version see
{{Sidebar}}. - This template is converted from the last non-lua version of Wikipedia Sidebar with collapsible lists
- Dependencies
-
- Uses
- {{Sidebar}}
- {{Sidebar with collapsible lists/row}}
- Used by
- {{AngelEpicArcNav}}
- {{AmarrEpicArcNav}}
- {{CaldariEpicArcNav}}
- {{GallenteEpicArcNav}}
- {{GuristasEpicArcNav}}
- {{MinmatarEpicArcNav}}
- {{SistersOfEVEEpicArcNav}}
- Syntax
-
- For UnuWiki navigational sidebar with collapsible lists
- The UniWiki navigational sidebar with collapsible lists uses a subset of the available parameters and only the parameters used are documented.
{{Sidebar
| name = {{subst:PAGENAME}}
| topimage =
| topcaption =
| pretitle =
| title =
| image =
| caption =
| above =
| expanded = {{{1|}}}
| contentclass=
| listclas=
| heading1 =
| list1name =
| list1title =
| list1 =
| heading2 =
| list2name =
| list2title =
| list2 =
| heading3 =
| content3 =
<!-- More heading<x>, list<x>/content<x> blocks as required up to a maximum of 35 -->
| below =
| navbar = off
}}
- This template uses mostly the same parameter set as
{{Sidebar}}see there for the shared parameters.
- Parameters (Data)
- expanded
- Used to identify which list is to be shown initially expanded. Use the
list<x>nameof the wanted list or useallto show all lists expanded. - This parameter should normally not be hard coded but being offered as a parameter from the template call.
- Without this parameter all lists show as collapsed
- list<x>name
- x is 1 till 35 - Target of the
expandedparameter. A list without this parameter or empty can not be initially expanded. - list<x>title
- x is 1 till 35 - Text in the non-collapsible part, defaults to "List". Use to leave empty.
- list<x>
- x is 1 till 35 - The contents of the collapsible part of the list. The list is injected into
{{Sidebar}}content<x>.
- If one or more lists should always be expanded the
content<x>can be used. - If both
list<x>andcontent<x>are used list has the preference.
- If one or more lists should always be expanded the
- Parameters (Format)
-
- listclass
- Name of the CSS class(es) to be applied to all list<x> parameters. i.e.
plainlistto achieve{{Plainlist}}effect on the list.
- Sample
- (1) Using the following as the content of a template called example, calling {{example}} has all lists collapsed. Using {{example|all}} shows all list expanded and {{example|two}} only expands list 2.
|
| Sidebar title |
|---|
| Heading 1 |
|
First list
|
| Heading 2 |
|
List
|
| Heading 3 |
|
| Heading 4 |
|
{{Sidebar with collapsible lists
| topimage = [[File:Agent.png]]
| title = Sidebar title
| expand = {{{1|}}}
| contentclass= plainlist
| heading1 = Heading 1
| list1name = one
| list1title = First list
| list1 =
* link 1-1
* link 1-2
* link 1-3
| heading2 = Heading 2
| list2name = two
| list2title =
| list2 =
* link 2-1
* link 2-2
* link 2-3
| heading3 = Heading 3
| list3name = three
| list3title =
| list3 =
* link 3-1
* link 3-2
* link 3-3
| heading4 = Heading 4
| content4 =
* link 4-1
* link 4-2
* link 4-3
| navbar = off
}}
- (2) Using
listclassinstead ofcontentclasscauses the class to only be applied to the list parameter. The class(es) inlistclassoverride the classes incontentclassfollowing the normal rules for CSS.
|
| Sidebar title |
|---|
| Heading 1 |
|
First list
|
| Heading 2 |
|
List
|
| Heading 3 |
|
| Heading 4 |
|
{{Sidebar with collapsible lists
| topimage = [[File:Agent.png]]
| title = Sidebar title
| expand = {{{1|}}}
| heading1 = Heading 1
| list1name = one
| list1title = First list
| list1 =
* link 1-1
* link 1-2
* link 1-3
| heading2 = Heading 2
| list2name = two
| list2title =
| list2 =
* link 2-1
* link 2-2
* link 2-3
| heading3 = Heading 3
| list3name = three
| list3title =
| list3 =
* link 3-1
* link 3-2
* link 3-3
| heading4 = Heading 4
| content4 =
* link 4-1
* link 4-2
* link 4-3
| navbar = off
}}
Visit Template:Sidebar with collapsible lists/doc to edit this text! (How does this work?) (Refresh this text - why?)
