Template:Spoiler/doc: Difference between revisions

mNo edit summary
No edit summary
 
(7 intermediate revisions by 3 users 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.
<pre>{{spoiler|start}}</pre>
<pre>{{spoiler|start|media}}</pre>
*start: A required parameter which marks a section as the start of a spoiler.
*'''start''': A required parameter which marks a section as the start of a spoiler.
*'''media''': An optional parameter which indicates which media the information might be spoiling.
===End===
===End===
A spoiler end should be the second invocation of the template.
A spoiler end should be the second invocation of the template.
<pre>{{spoiler|end}}</pre>
<pre>{{spoiler|end}}</pre>
*end: A required parameter which marks a section as the end of a spoiler.
*'''end''': A required parameter which marks a section as the end of a spoiler.


==Example==
==Example==
Line 18: Line 19:
{{spoiler|end}}
{{spoiler|end}}


{{spoiler|start|[[Dragon Quest V]]}}
This is spoiler information.  OMGz!
{{spoiler|end}}


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