Template:CustomToggle: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
mNo edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 2: Line 2:


<div class="mw-collapsible" id="mw-customcollapsible-{{{1|}}}">Hidable Thingy</div>
<div class="mw-collapsible" id="mw-customcollapsible-{{{1|}}}">Hidable Thingy</div>
 
<div>Regular Thingy</div>
 
Example:
Example:
<pre>{{CustomToggle|PRIM_TYPE|hide=Collapse|show=Expand|class=foo|collapsed=*}}</pre>
<pre>{{CustomToggle|PRIM_TYPE|hide=Collapse|show=Expand|class=foo|collapsed=*}}</pre>


</noinclude>
</noinclude>

Revision as of 15:42, 19 May 2015

Hidable Thingy
Regular Thingy

Example:

{{CustomToggle|PRIM_TYPE|hide=Collapse|show=Expand|class=foo|collapsed=*}}