Template:Spoiler/doc: Difference between revisions

From Dragon Quest Wiki
(Created page with 'The spoiler template is used to mark sections of an article which might contain spoiler information. ==Usage== The majority of the time, this template should be called in pairs.…')
 
m (→‎Code: ok lol but i'm removing that)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:


==Usage==
==Usage==
The majority of the time, this template should be called in pairs.  One call before spoiler information starts, and one after.
This template should be called in pairs.  One call before spoiler information starts, and one after.
===Start===
===Start===
A spoiler start should be the first invocation of the template.
A spoiler start should be the first invocation of the template.
Line 17: Line 17:
This is spoiler information.  OMGz!
This is spoiler information.  OMGz!
{{spoiler|end}}
{{spoiler|end}}


===Code===
===Code===
<pre>
<pre>
{{spoiler|start}}
{{spoiler|start}}
This is spoiler information. OMGz!
Spoiler text goes here.
{{spoiler|end}}
{{spoiler|end}}
</pre>
</pre>

Latest revision as of 21:35, 18 April 2020

The spoiler template is used to mark sections of an article which might contain spoiler information.

Usage[edit]

This template should be called in pairs. One call before spoiler information starts, and one after.

Start[edit]

A spoiler start should be the first invocation of the template.

{{spoiler|start}}
  • start: A required parameter which marks a section as the start of a spoiler.

End[edit]

A spoiler end should be the second invocation of the template.

{{spoiler|end}}
  • end: A required parameter which marks a section as the end of a spoiler.

Example[edit]

Sample[edit]

Warning: Spoilers!
Click expand to view content

This is spoiler information. OMGz!


Code[edit]

{{spoiler|start}}
Spoiler text goes here.
{{spoiler|end}}