Template:Collapsible Toggle: Difference between revisions

From HorizonXI Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><onlyinclude><span class="mw-customtoggle-{{{identifier}}}" style="cursor: pointer;">[<span style="color: #3366cc;">{{{text|toggle}}}</span>]</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==
==Usage==

Revision as of 16:59, 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.