Template:Spoiler: Difference between revisions
Jump to navigation
Jump to search
{{#spoiler:{{{1}}}}}
(Created page with "{{#spoiler:{{{1}}}}}") |
m (Text replacement - "Montserrat" to "AVID Web") |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{#spoiler:{{{1}}}}} | {{#css: | ||
.spoilers-button { | |||
background: #da0c3f; | |||
font-family: AVID Web; | |||
color: white; | |||
border: #161f2b; | |||
font-weight: bold; | |||
} | |||
.spoilers-body { | |||
border: 1px; | |||
background-color: #EEE; | |||
padding: 8px; | |||
display: none; | |||
color: #000; | |||
} | |||
}} | |||
<center>{{#spoiler:{{{1}}}}}</center> | |||
<noinclude> | |||
<templatedata> | |||
{"params":{"1":{"description":"The content (i.e., images & videos) in the spoiler","required":true}}} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 16:38, 16 May 2024
{{#css: .spoilers-button {
background: #da0c3f; font-family: AVID Web; color: white; border: #161f2b; font-weight: bold;
} .spoilers-body {
border: 1px; background-color: #EEE; padding: 8px; display: none; color: #000;
} }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The content (i.e., images & videos) in the spoiler | Unknown | required |