Template:Spoiler/doc

From Unknown Variable
Revision as of 21:11, 9 October 2025 by Aki (talk | contribs) (1 revision imported)
Jump to navigation Jump to search

This template is used to mark text and other elements as spoilers. Users can click or optionally hover to reveal their content.

The hoverShowSpoilers gadget

Users can enable Gadget-hoverShowSpoilers to make spoilers show on hover, not just on click. The code for this gadget can be found at Gadget-hoverShowSpoilers.css.

Examples

Code Result
{{spoiler|spoiler text}} (Click to toggle) spoiler text
{{spoiler|spoiler text with a [[Template:Navbox|link]]}} (Click to toggle) spoiler text with a link
{{spoiler|block=y|Really long spoiler that spans multiple lines

It even has a bulleted list inside it:
* Item a
* Item b
* [[Special:Random|Item c]]
}}
Really long spoiler that spans multiple lines

It even has a bulleted list inside it:

Dependencies

For this template to work properly, you need the following:

Source

Base code adapted from Template:Spoiler on Terraria Wiki.

TemplateData

This template can be used to mark text as a spoiler.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1 text

The text to be shown.

Example
Character A died during the battle.
Contentrequired
Show on Hover?hover

Show spoiler text on mouse hover.

Default
hover=no
Example
hover=yes
Booleanoptional
Display as block?block

If given, display the spoiler as a block instead of inline. Useful for long spoilers spanning multiple lines or using block-level elements like lists.

Example
y
Booleansuggested
Classclass

A class or classes to apply to the spoiler

Stringoptional
IDid

A CSS ID to apply to the spoiler.

Stringoptional
Stylestyle css

Inline CSS styles to pass in.

Stringoptional