Difference between revisions of "Template:Spoiler"

From Disobiki
Jump to navigation Jump to search
(Created page with '<includeonly> {| class="collapsible collapsed" ! {{{1}}} |- | {{{2}}} |} </includeonly><noinclude> Places a collapsed table on a page, which can be expanded with a click. ==Usag…')
 
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{| class="collapsible collapsed"
+
{| class="collapsible collapsed" style="width:{{{width|100%}}};"
 
! {{{1}}}
 
! {{{1}}}
 
|-
 
|-
Line 13: Line 13:
 
{{Spoiler
 
{{Spoiler
 
| CLICK ME FOR YER SEKRIT!
 
| CLICK ME FOR YER SEKRIT!
| Ok, here's the deal… first, you need to take off your clothes...
+
| Ok, here's the deal… first, you need to take off your clothes…
 +
| width = 100%
 
}}</pre>
 
}}</pre>
  
 
[[Category:Templates]]
 
[[Category:Templates]]

Revision as of 08:02, 11 August 2010

Places a collapsed table on a page, which can be expanded with a click.

Usage

{{Spoiler
| CLICK ME FOR YER SEKRIT!
| Ok, here's the deal… first, you need to take off your clothes…
| width = 100%
}}