Template:Collapsible list/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
m (change source to syntaxhighlight)
Line 12: Line 12:


== Syntax ==
== Syntax ==
<source lang="html" style="font-size:95%;overflow:auto;">
<syntaxhighlight lang="html" style="font-size:95%;overflow:auto;">
{{Collapsible list
{{Collapsible list
| expand =
| expand =
Line 26: Line 26:
| <!-- etc -->
| <!-- etc -->
}}
}}
</syntaxhighlight>
</source>


== Parameters ==
== Parameters ==
Line 43: Line 43:


== Examples ==
== Examples ==
<source lang="Moin" style="font-size:95%;overflow:auto;">
<syntaxhighlight lang="Moin" style="font-size:95%;overflow:auto;">
{{Collapsible list
{{Collapsible list
| title = [[European Free Trade Association]] members
| title = [[European Free Trade Association]] members
Line 51: Line 51:
| [[Switzerland]]
| [[Switzerland]]
}}
}}
</syntaxhighlight>
</source>
{{collapsible list |title=[[European Free Trade Association]] members |[[Iceland]] |[[Liechtenstein]] |[[Norway]] |[[Switzerland]]}}
{{collapsible list |title=[[European Free Trade Association]] members |[[Iceland]] |[[Liechtenstein]] |[[Norway]] |[[Switzerland]]}}


Line 91: Line 91:
|short_description =
|short_description =
}}
}}
<source lang="html" style="font-size:95%; overflow:auto;">
<syntaxhighlight lang="html" style="font-size:95%; overflow:auto;">
{{Infobox settlement
{{Infobox settlement
|official_name = City of Hamilton
|official_name = City of Hamilton
Line 117: Line 117:
(...etc...)
(...etc...)
}}
}}
</syntaxhighlight>
</source>


== TemplateData ==
== TemplateData ==