Template:Collapsible Toggle: Difference between revisions
From HorizonXI Wiki
No edit summary |
m (added note about other collapsible templates) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><onlyinclude><span class="mw-customtoggle-{{{identifier}}}" style=" | <includeonly><onlyinclude><span class="mw-customtoggle-{{{identifier}}}" style="font-size: 0.95rem; font-weight: normal;">[<span style="color: #3366cc;">{{{text|toggle}}}</span>]</span></onlyinclude></includeonly> | ||
==Usage== | ==Usage== | ||
Line 30: | Line 29: | ||
elements.}} | elements.}} | ||
And this is below the collapsible content. | And this is below the collapsible content. | ||
==See also== | |||
[[:Template:Collapsible]] for a simpler, all-in-one collapsible template better suited for e.g. inline collapsible content. |
Latest revision as of 21:30, 27 November 2023
Usage
Functions together with Template:Collapsible Content.
parameters
- identifier: necessary to have the same identifier as the Collapsible-Content that is supposed to be toggled.
- text: optional. will display toggle instead.
Example
Here is the {{Collapsible Toggle|identifier=toggle1}} for the element below. This one: {{Collapsible Content|identifier=toggle1|Its a list with * one * two * three elements.}} And this is below the collapsible content.
Here is the [toggle] for the element below.
This one:
Its a list with
- one
- two
- three
And this is below the collapsible content.
See also
Template:Collapsible for a simpler, all-in-one collapsible template better suited for e.g. inline collapsible content.