Template:Spoiler: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 17: Line 17:


'''Code:'''
'''Code:'''
<pre>{{Spoiler|shown=Click Me!|hidden=<br>
<pre>{{Spoiler|shown=Click To Reveal Hidden List|hidden=<br>
# Beginning with a list}}</pre>
# Beginning with a list}}</pre>


'''Result:'''
'''Result:'''
{{Spoiler|shown=Click Me!|hidden=<br>
{{Spoiler|shown=Click To Reveal Hidden List|hidden=<br>
# Beginning with a list}}
# Beginning with a list}}


'''Code:'''
'''Code:'''
<pre>{{Spoiler|shown=Click Me!|hidden=<br>
<pre>{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=<br>
==Beginning with a heading==
some text
==Include a heading==
some text
<br>
}}</pre>
}}</pre>


'''Result:'''
'''Result:'''
{{Spoiler|shown=Click Me!|hidden=<br>
{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=<br>
==Beginning with a heading==
some text
==Include a heading==
some text
<br>
}}
}}


== Known Issues ==
== Known Issues ==
* Wiki markup for lists and headings will not be honored unless a <code><nowiki><br></nowiki></code> tag is used.
* Wiki markup for lists will not be honored unless a <code><nowiki><br></nowiki></code> tag is used at the beginning of the hidden text followed by a line break in the markup.
* Wiki markup for headings will not be honored unless a <code><nowiki><br></nowiki></code> tag is used at the beginning of the hidden text and followed by a line break in the markup AND a line break in the markup followed by a <code><nowiki><br></nowiki></code> tag.
* Incompatible with CSS extension
* Incompatible with CSS extension



Revision as of 17:04, March 22, 2021


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 text clicked to show the hidden content
  • parameter hidden is the hidden content
  • parameter h2 if set to 1 will make the shown text have the initial display property (useful for the header 2 level, since it is underlined).

Examples[edit source]

Code:

{{Spoiler|shown=Click Me!|hidden=Where did this come from?}}

Result:

➕ Click Me!
Where did this come from?

Code:

{{Spoiler|shown=Click To Reveal Hidden List|hidden=<br>
# Beginning with a list}}

Result:

➕ Click To Reveal Hidden List

  1. Beginning with a list

Code:

{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=<br>
some text
==Include a heading==
some text
<br>
}}

Result:

➕ Click To Reveal Hidden Heading

some text

Include a heading

some text


Known Issues[edit source]

  • Wiki markup for lists will not be honored unless a <br> tag is used at the beginning of the hidden text followed by a line break in the markup.
  • Wiki markup for headings will not be honored unless a <br> tag is used at the beginning of the hidden text and followed by a line break in the markup AND a line break in the markup followed by a <br> tag.
  • Incompatible with CSS extension

See Also[edit source]

No similar templates known.