Template:Collapsible Toggle: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly><onlyinclude><span class="mw-customtoggle-{{{identifier}}}" style="margin-left: 1rem; font-size: 0.8rem;">[toggle]</span></onlyinclude></includeonly>")
 
m (added note about other collapsible templates)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><onlyinclude><span class="mw-customtoggle-{{{identifier}}}" style="margin-left: 1rem; font-size: 0.8rem;">[toggle]</span></onlyinclude></includeonly>
<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==
 
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===
 
<pre>
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.
</pre>
 
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.
 
==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
elements.

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.