Template:Spoiler

From Step Mods | Change The Game
Revision as of 23:38, April 18, 2023 by DoubleYou (talk | contribs)


Purpose & Usage[edit source]

This template allows text to be clicked like a spoiler to show hidden text immediately underneath it.

Parameters[edit source]

  • parameter shown is the 'shown' title of the toggle when collapsed
  • parameter hidden is the hidden content under the toggle when expanded

Examples[edit source]

Code:

{{Spoiler|shown=Instructions|hidden=Hidden content}}

Result:

➕ [Click to show]➖ [Click to hide] Instructions
Hidden content

Code:

{{Spoiler|shown=Procedure|hidden=# Beginning with a list now works.
#*You can nest different types of lists.
#*:It Just Works!}}

Result:

➕ [Click to show]➖ [Click to hide] Procedure
  1. Beginning with a list now works.
    • You can nest different types of lists.
      It Just Works!

Code:

{{Spoiler|shown=A Process|hidden= ===Include a heading===
Headings now work on the first line with no extra things in front of it.}}

Result:

➕ [Click to show]➖ [Click to hide] A Process

Include a heading

Headings now work on the first line with no extra things in front of it.

Known Issues[edit source]

  • Incompatible with CSS extension

See Also[edit source]

No similar templates known.