Template:Spoiler: Difference between revisions
m TemplateData |
m Matches Common.js and Common.css |
||
Line 1: | Line 1: | ||
<div class=" | <div class="collapsible-hint">[ <span class="collapsible-hint-link">{{#if:{{{2|}}}| {{{2}}}|}}</span> ]</div> | ||
<div class=" | <div class="collapsible-hint-content"><div class="collapsible-hint-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. | ||
Latest revision as of 17:09, 2 December 2023
[ ]
{{{1}}}
A collapsible block with custom text for the toggle label.
For example:
{{Spoiler|The cake is a lie!}}
produces:
[ ]
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:
[ massive spoiler ]
The cake is a lie!
A collapsible block.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Label | 2 | If included, the button can read, e.g., "Show hint" instead of the default "Show".
| String | optional |
Contents | 1 | This will be collapsed by default and will appear when the user clicks a "Show" button. | Content | required |