Template:Spoiler/doc: Difference between revisions
mNo edit summary |
No edit summary |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 5: | Line 5: | ||
===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}} | ||
Spoiler text goes here. | |||
{{spoiler|end}} | |||
</pre> | |||
<pre> | |||
{{spoiler|start|[[Dragon Quest V]]}} | |||
Spoiler text goes here. | |||
{{spoiler|end}} | {{spoiler|end}} | ||
</pre> | </pre> | ||