Template:Spoiler: Difference between revisions
m Removed newline before <noinclude> |
Padding |
||
Line 1: | Line 1: | ||
<div class="custom-collapsible">[ <span class="custom-collapsible-link">{{#if:{{{2|}}}|Show {{{2}}}|Show}}</span> ]</div> | <div class="custom-collapsible">[ <span class="custom-collapsible-link">{{#if:{{{2|}}}|Show {{{2}}}|Show}}</span> ]</div> | ||
<div class="custom-collapsible-content">{{{1}}}</div><noinclude> | <div class="custom-collapsible-content"><div class="custom-collapsible-padded">{{{1}}}</div></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 13:54, 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!