Template:Spoiler: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
mNo edit summary
Line 26: Line 26:
'''Code:'''
'''Code:'''
<pre>{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=some text, a <br>, or a &nbsp;
<pre>{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=some text, a <br>, or a &nbsp;
==Include a heading==
===Include a heading===
some text, a <br>, a list, or a &nbsp;
some text, a <br>, a list, or a &nbsp;
}}</pre>
}}</pre>
Line 32: Line 32:
'''Result:'''
'''Result:'''
{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=some text, a <nowiki><br></nowiki>, or a &amp;nbsp;
{{Spoiler|shown=Click To Reveal Hidden Heading|hidden=some text, a <nowiki><br></nowiki>, or a &amp;nbsp;
==Include a heading==
===Include a heading===
some text, a <nowiki><br></nowiki>, a list, or a &amp;nbsp;
some text, a <nowiki><br></nowiki>, a list, or a &amp;nbsp;
}}
}}

Revision as of 17:17, 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=some text, a <br>, or a  
# Beginning with a list}}

Result:

➕ Click To Reveal Hidden List
some text, a <br>, or a &nbsp;
  1. Beginning with a list

Code:

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

Result:

➕ Click To Reveal Hidden Heading
some text, a <br>, or a &nbsp;

Include a heading

some text, a <br>, a list, or a &nbsp;

Known Issues[edit source]

  • Wiki markup for lists will not be honored unless placeholder text 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 placeholder text is used at the beginning of the hidden text and followed by a line break in the markup before the heading AND a line break in the markup after the heading followed by placeholder text.
  • Incompatible with CSS extension

See Also[edit source]

No similar templates known.