Template:Spoiler: Difference between revisions

From The Talos Principle Wiki
No edit summary
Animated! (Uses .custom-collapsible, not .mw-collapsible)
Line 1: Line 1:
<div class="mw-collapsible mw-collapsed" data-collapsetext="Hide {{{2|}}}" data-expandtext="Show {{{2|}}}">
<div class="custom-collapsible">[ <span class="custom-collapsible-link">{{#if:{{{2|}}}|Show {{{2}}}|Show}}</span> ]</div>
<div style="border: 1px solid black;padding: 0.5em;background: whitesmoke; overflow: hidden; display: inline-block;">{{{1}}}</div></div><noinclude>
<div class="custom-collapsible-content">{{{1}}}</div>
<noinclude>
A collapsible block with custom text for the toggle label.
A collapsible block with custom text for the toggle label.



Revision as of 14:35, 19 November 2023

[ Show ]
{{{1}}}

A collapsible block with custom text for the toggle label.

For example:

{{Spoiler|The cake is a lie!}}

produces:

[ Show ]
The cake is a lie!


You can add a second argument if you want to customise the toggle label:

{{Spoiler||The cake is a lie!|massive spoiler}}

produces:

[ Show massive spoiler ]
The cake is a lie!