Template:Spoiler

From Step Mods | Change The Game
Revision as of 15:18, August 29, 2014 by DoubleYou (talk | contribs)


Purpose & Usage

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

Parameters

  • parameter 1 is the text clicked to show the hidden content
  • parameter 2 is the hidden content
  • parameter width is the width of the text to be clicked. This should be the amount necessary to fit the text on one line. Using the ch increment is easiest, as it is approximately the width of one character, although it is incompatible with older browsers (compatible with all up-to-date modern browsers).

Examples

Code:

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

Result:

Click Me!
Where did this come from?

Code:

{{Spoiler|Click Me!|width=7ch|Where did this come from?}}

Result:

Click Me!
Where did this come from?

Known Issues

  • Incompatible with CSS extension
  • The entire line for the text to click to reveal the text will be clickable instead of only the text. This can be alleviated by specifying the width with the width=<value> parameter, where <value> is the correct width for your phrase.

See Also

No similar templates known.