Template:Sidebar with collapsible lists/doc: Difference between revisions

From BoyWiki
(Created page with "== Usage == {{Sidebar with collapsible lists | name = {{subst:PAGENAME}} | pretitle = | title = | image = | templatestyles = | expanded = {{{expanded|}}} | heading1 = example one | list1name = example one.1 | list1title = example one.1.2 | list1 = text txt text | heading2 = example 2 | list2name = example 2.1 | list2title = example 2.3 | list2 = text txt text <!-- ...... --> | headingN = <!-- Template:Sidebar's "headingN" and/or...")
 
No edit summary
 
Line 24: Line 24:
<!-- ...... -->
<!-- ...... -->


| below =  
| below = Example Sidebar with collapsible lists


}}
}}
syntaxhighlight lang="html">
<syntaxhighlight lang="html">
{{Sidebar with collapsible lists
{{Sidebar with collapsible lists
| name    = Sidebar with collapsible lists/doc
| name    = Sidebar with collapsible lists/doc

Latest revision as of 20:17, 27 June 2022

Usage

{{Sidebar with collapsible lists
| name     = Sidebar with collapsible lists/doc
| 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 = 

}}