Template talk:Collapsible list
Nested listsI have problems with nested lists. Consider this code: {{Collapsible list | title=Figures
| 1 = {{Collapsible list | title=Red figures | 1=Red circle | 2=Red square | 3= Red triangel}}
| 2 = {{Collapsible list | title=Green figures | 1=Green circle | 2=Green square | 3= Green triangel}}
| 3 = {{Collapsible list | title=Blue figures | 1=Blue circle | 2=Blue square | 3= Blue triangel}}
}}
which produces this list: Figures
When I click on the "show" link for the outer list, the three inner lists are also expanded, but their links say "show". When I click on any inner "show" links, the outer list collapses. Why does it behave like that? Dipsacus fullonum (talk) 12:17, 12 May 2024 (UTC) Info on `list_style`Where can I find information on how to use `list_style`? Closed Limelike Curves (talk) 16:16, 7 August 2024 (UTC) Title invisible in infoboxes when in dark modeI'm not familiar enough with MediaWiki's source code to figure out where exactly this goes wrong, so I don't know where to file a bug. Due to the rule @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .mw-parser-output [style*="background"] { color: #202122; } } the color of collapsible list title text exactly matches the background of infoboxes ( Support for parameters from template hiddenThis could have support for some parameters used in template hidden so that same module could be used for both (and replace need for second template). It seems headerstyle and contentstyle are only fields that might be needed to add support (alternate names for parameters)? Ipr1 (talk) 14:35, 3 February 2025 (UTC) |