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

From RidgeRun Developer Wiki
m (1 revision imported)
 
No edit summary
Line 5: Line 5:
{{Lua|Module:Sidebar}}
{{Lua|Module:Sidebar}}


{{tl|Sidebar with collapsible lists}} is a version of {{tl|Sidebar}} which offers [[Help:Collapsing|collapsible]] lists as an alternative to Sidebar's ''content'' parameters.
Sidebar with collapsible lists is a version of {{tl|Sidebar}} which offers [[Help:Collapsing|collapsible]] lists as an alternative to Sidebar's ''content'' parameters.


== Usage ==
== Usage ==
Line 16: Line 16:


<pre style="overflow:auto;">
<pre style="overflow:auto;">
{{Sidebar with collapsible lists
Sidebar with collapsible lists
| name    = {{subst:PAGENAME}}
| name    = {{subst:PAGENAME}}
| pretitle =  
| pretitle =  
Line 59: Line 59:
: These are the equivalent of, respectively, {{tl|Collapsible list}}'s ''titlestyle'' and ''liststyle'' parameters.
: These are the equivalent of, respectively, {{tl|Collapsible list}}'s ''titlestyle'' and ''liststyle'' parameters.


{{Sidebar with collapsible lists |list1={{{list1}}} without {{{list1title}}} |navbar=off}}
Sidebar with collapsible lists |list1={{{list1}}} without {{{list1title}}} |navbar=off}}
Any ''listN'' used without an accompanying ''listNtitle'' is still presented as a collapsible list under {{tlf|Collapsible list}}'s default title ("List"); see example opposite.&nbsp;{{smaller|''[Perhaps "listN"s without "listNtitle"s should be treated as "contentN"s..?]''}}
Any ''listN'' used without an accompanying ''listNtitle'' is still presented as a collapsible list under {{tlf|Collapsible list}}'s default title ("List"); see example opposite.&nbsp;{{smaller|''[Perhaps "listN"s without "listNtitle"s should be treated as "contentN"s..?]''}}


Line 78: Line 78:


== See also ==
== See also ==
* {{diff|Template:Sidebar with collapsible lists|next|544062416|Last pre-Lua version}}
* Template:Sidebar with collapsible lists|next|544062416|Last pre-Lua version}}
* {{tl|Collapsible list}}
* {{tl|Collapsible list}}
* {{tl|Collapsible lists option}}
* {{tl|Collapsible lists option}}

Revision as of 16:19, 25 July 2024

Sidebar with collapsible lists is a version of {{Sidebar}} which offers collapsible lists as an alternative to Sidebar's content parameters.

Usage

Parameters with infrequent use omitted.

Sidebar with collapsible lists
| name     = {{subst:PAGENAME}}
| pretitle = 
| title    = 
| image    = 
| expanded = {{{expanded|{{{1|}}}}}}

| headingstyle   = 
| listtitlestyle = 
| liststyle      = 
| contentstyle   =   <!--(same as |liststyle = ...?)-->

| 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 = 

}}

Parameters

The topmost parameters (including name, outertitle, topimage, pretitle, title, image, headingstyle, contentstyle) are described at {{Sidebar}}. Other {{Sidebar}} parameters not shown here (e.g. navbar) may also be used.

expanded and listNname
expanded is used to indicate which (if any) list named listNname is shown expanded when the template is first displayed; see {{Collapsible lists option}}.
listtitlestyle and liststyle
These are the equivalent of, respectively, {{Collapsible list}}'s titlestyle and liststyle parameters.

Sidebar with collapsible lists |list1={{{list1}}} without {{{list1title}}} |navbar=off}} Any listN used without an accompanying listNtitle is still presented as a collapsible list under {{Collapsible list}}'s default title ("List"); see example opposite. [Perhaps "listN"s without "listNtitle"s should be treated as "contentN"s..?]

Other parameters

In addition to the above, the following collapsible list-related parameters are also available:

listframestyle
Sets the framestyle (see {{Collapsible list}}) for the lists.
listNframestyle
Sets the framestyle for listN, overriding listframestyle.
listNtitlestyle
Sets the titlestyle for listN, overriding listtitlestyle above.
listNstyle
Sets the liststyle for listN, overriding liststyle above.

Handling long links

As with the sidebar template, {{normalwraplink}} may be used to handle links that should wrap within the sidebar or otherwise need to be made to wrap, in order to prevent the sidebar from becoming too wide. Use {{normalwraplink|longlinkname}}, where |longlinkname is the long link without its square brackets.

Use the |wraplinks=true parameter to turn link wrapping off for the whole template.

Examples

Examples of this template can be found by checking the template's backlinks with What links here.

See also