Template:Collapsible list/doc: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
(Created page with "== Syntax == <pre style="font-size:95%; overflow:auto;"> {{Collapsible list |framestyle = <!--(optional)--> |title = |titlestyle = <!--(optional)--> |liststyle = <!--(optional)...") |
m (Protected "Template:Collapsible list/doc": Robot: Protecting all pages from category templates ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 19: | Line 19: | ||
<pre style="font-size:95%; overflow:auto;"> | <pre style="font-size:95%; overflow:auto;"> | ||
{{Collapsible list | {{Collapsible list | ||
|title=[[ | |title=[[Doctor]]s | ||
|[[ | |[[First Doctor]] | ||
|[[ | |[[Second Doctor]] | ||
|[[ | |[[Third Doctor]] | ||
|[[ | |[[Fourth Doctor]]}} | ||
</pre> | </pre> | ||
{{Collapsible list |title=[[ | {{Collapsible list | ||
|title=[[Doctor]]s | |||
|[[First Doctor]] | |||
|[[Second Doctor]] | |||
|[[Third Doctor]] | |||
|[[Fourth Doctor]]}} | |||
===Example of a list without borders because it's within an infobox=== | ===Example of a list without borders because it's within an infobox=== | ||
In | In this example, the {{{appearances}}} variable has been changed to use collapsible list. | ||
{{Infobox | {{Infobox Individual | ||
|image =MariaDrinksTea.jpg | |||
|name = Maria Jackson | |||
| | |alias = | ||
|species=[[Human]] | |||
|origin = [[England]] | |||
|actor = [[Yasmin Paige]] | |||
|appearances= | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
{{Collapsible list | {{Collapsible list | ||
|framestyle=border:none; padding:0; <!--Hides borders and improves row spacing--> | |framestyle=border:none; padding:0; <!--Hides borders and improves row spacing--> | ||
|title= | |title= | ||
|1= ''[[Invasion of the Bane]]'' | |||
|2= ''[[Revenge of the Slitheen]]'' | |||
|3= ''[[Eye of the Gorgon]]'' | |||
|4= ''[[Warriors of Kudlak]]'' | |||
|5= ''[[Whatever Happened to Sarah Jane?]]'' | |||
|6= ''[[The Lost Boy]]'' | |||
|7= ''[[The Last Sontaran]]'' | |||
|8= ''[[The Mark of the Berserker]]'' | |||
}} | }} | ||
}} | }} | ||
<pre | <pre> | ||
{{Infobox | {{Infobox Individual | ||
| | |image =MariaDrinksTea.jpg | ||
|name = Maria Jackson | |||
| | |alias = | ||
| | |species=[[Human]] | ||
| | |origin = [[England]] | ||
| | |actor = [[Yasmin Paige]] | ||
| | |appearances= | ||
| | |||
{{Collapsible list | {{Collapsible list | ||
|framestyle=border:none; padding:0; <!--Hides borders and improves row spacing--> | |framestyle=border:none; padding:0; <!--Hides borders and improves row spacing--> | ||
|title= | |title= | ||
|1= ''[[Invasion of the Bane]]'' | |||
|2= ''[[Revenge of the Slitheen]]'' | |||
| | |3= ''[[Eye of the Gorgon]]'' | ||
| | |4= ''[[Warriors of Kudlak]]'' | ||
|5= ''[[Whatever Happened to Sarah Jane?]]'' | |||
|6= ''[[The Lost Boy]]'' | |||
|7= ''[[The Last Sontaran]]'' | |||
|8= ''[[The Mark of the Berserker]]'' | |||
}} | }} | ||
}} | }} | ||
</pre> | </pre> | ||
<noinclude>[[category:template documentation|{{PAGENAME}}]]</noinclude> |
Latest revision as of 01:45, 13 May 2013
Syntax
{{Collapsible list |framestyle = <!--(optional)--> |title = |titlestyle = <!--(optional)--> |liststyle = <!--(optional)--> |1 = <!--(First item in list)---> |2 = <!--(Second item in list)--> |3 = <!--(Third item in list)---> |... }}
- Default state
Specifying expand = true
, or any non-blank value, will set the default state to expanded.
Examples
{{Collapsible list |title=[[Doctor]]s |[[First Doctor]] |[[Second Doctor]] |[[Third Doctor]] |[[Fourth Doctor]]}}
Example of a list without borders because it's within an infobox
In this example, the {{{appearances}}} variable has been changed to use collapsible list.
{{Infobox Individual |image =MariaDrinksTea.jpg |name = Maria Jackson |alias = |species=[[Human]] |origin = [[England]] |actor = [[Yasmin Paige]] |appearances= {{Collapsible list |framestyle=border:none; padding:0; <!--Hides borders and improves row spacing--> |title= |1= ''[[Invasion of the Bane]]'' |2= ''[[Revenge of the Slitheen]]'' |3= ''[[Eye of the Gorgon]]'' |4= ''[[Warriors of Kudlak]]'' |5= ''[[Whatever Happened to Sarah Jane?]]'' |6= ''[[The Lost Boy]]'' |7= ''[[The Last Sontaran]]'' |8= ''[[The Mark of the Berserker]]'' }} }}