Difference between revisions of "User:Tsutomu25/sandbox/Cover2"
From Detective Conan Wiki
m |
|||
| Line 17: | Line 17: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
| + | -webkit-user-select: none; /* Safari */ | ||
| + | -ms-user-select: none; /* IE 10 and IE 11 */ | ||
| + | user-select: none; /* Standard syntax */ | ||
} | } | ||
#show-button-{{{1}}}{ | #show-button-{{{1}}}{ | ||
Revision as of 14:56, 21 August 2025
It hides the given input of spoiler text and reveals them when the user clicks on them. It takes two values. One is the name of the spoiler and another one is the actual spoiler text. Every time the template is used, every element has to have a unique id and class. Hence spoiler name is required.
Usage
The following is a list of required parameters:
{{User:Tsutomu25/sandbox/Cover2|<spoiler name>|<spoiler text>}}
Limitation
When the template is used multiple times on the same page, only one spoiler can remain visible at a time. If the user reveals another spoiler, the previously opened one will automatically be hidden.
Examples
Results is The weapon is Knife
Results is The culprit is Gosho Aoyama