Template:Spoilers/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
"format": "inline", | "format": "inline", | ||
"params": { | "params": { | ||
"section": { | |||
"label": "Section?", | |||
"description": "Whether this template is used to mark a section as containing spoilers.", | |||
"default": "0", | |||
"type": "boolean" | |||
}, | |||
"dlc": { | "dlc": { | ||
"label": "DLC", | "label": "DLC", | ||
"description": "The DLC, if any", | "description": "The DLC, if any", | ||
"example": "A New Home", | "example": "A New Home", | ||
"type": " | "type": "wiki-page-name" | ||
}, | }, | ||
"text": { | "text": { | ||
"label": "Text", | "label": "Text", | ||
"aliases": [ | "aliases": [ | ||
"1" | "1" | ||
] | ], | ||
"type": "content" | |||
} | } | ||
} | } | ||
Line 31: | Line 37: | ||
; <pre>{{Spoilers|dlc=A New Home}}</pre> | ; <pre>{{Spoilers|dlc=A New Home}}</pre> | ||
: {{Spoilers|dlc=A New Home}} | : {{Spoilers|dlc=A New Home}} | ||
; <pre>{{Spoilers|section=1|dlc=A New Home}}</pre> | |||
: {{Spoilers|section=1|dlc=A New Home}} | |||
; <pre>{{Spoilers|Example text.}}</pre> | ; <pre>{{Spoilers|Example text.}}</pre> |
Latest revision as of 23:25, 10 May 2021
This template is used to mark pages which include spoilers.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Section? | section | Whether this template is used to mark a section as containing spoilers.
| Boolean | optional |
DLC | dlc | The DLC, if any
| Page name | optional |
Text | text 1 | no description | Content | optional |
Examples
{{Spoilers}}
This article contains SPOILERS for the main story of CrossCode. Proceed at your own risk! |
{{Spoilers|dlc=A New Home}}
This article contains SPOILERS for the A New Home DLC of CrossCode. Proceed at your own risk! |
{{Spoilers|section=1|dlc=A New Home}}
This section contains SPOILERS for the A New Home DLC of CrossCode. Proceed at your own risk! |
{{Spoilers|Example text.}}
This article contains SPOILERS for the main story of CrossCode. Proceed at your own risk! |
Example text. |