Template:Sidebar with collapsible lists/doc
From EVE University Wiki
- 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
- {{SistersOfEVEEpicArcNav}}
- {{CaldariEpicArcNav}}
- 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 = | heading1 = | list1name = | list1title = | list1 = | heading2 = | list2name = | list2title = | list2 = | heading3 = | list3name = | list3title = | list3 = <!-- More heading<x>, list<x> blocks as required up to a maximum of 35 --> | below = | navbar = off }}
- Parameters (Data)
- This template uses mostly the same parameter set as
{{Sidebar}}
see there for the shared parameters.- expanded
- Used to identify which list is to be shown initially expanded. Use the
list<x>name
of the wanted list or useall
to 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
expanded
parameter. 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.
- If one or more lists should always be expanded the Sidebar
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 Sidebar
- Sample
- 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
link 1-1
link 1-2 |
Heading 2 |
List
link 2-1
link 2-2 |
Heading 3 |
link 3-1
link 3-2 |
Heading 4 |
link 4-1 |
{{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<br> link 1-2<br> link 1-3<br> | heading2 = Heading 2 | list2name = two | list2title = | list2 = link 2-1<br> link 2-2<br> link 2-3<br> | heading3 = Heading 3 | list3name = three | list3title = | list3 = link 3-1<br> link 3-2<br> link 23-3<br> | heading4 = Heading 4 | content4 = link 4-1<br> link 4-2<br> link 4-3<br> | navbar = off }}