The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Template

Difference between revisions of "Hidden begin"

From Unofficial Stationeers Wiki

(category)
(add capability to control collapse state, default to autocollapse, parameter is "state")
Line 1: Line 1:
 
<includeonly><!--
 
<includeonly><!--
--><div class="NavFrame" style="border:{{{border|none}}};"><!--
+
--><div class="NavFrame {{{state|autocollapse}}}" style="border:{{{border|none}}};"><!--
 
--><div class="NavFrame" style="border:{{{border|none}}};"><!--
 
--><div class="NavFrame" style="border:{{{border|none}}};"><!--
 
--><div class="NavHead" style="background-color:{{{bg1|transparent}}}; text-align:{{{ta1|left}}}; {{{extra1|}}}">{{{header|}}}{{{title|}}}&nbsp;</div>
 
--><div class="NavHead" style="background-color:{{{bg1|transparent}}}; text-align:{{{ta1|left}}}; {{{extra1|}}}">{{{header|}}}{{{title|}}}&nbsp;</div>
Line 8: Line 8:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Parameter !! Description !! Default<tr/>
 
! Parameter !! Description !! Default<tr/>
 +
| ''state''  || State of the collapse: <code>collapsed</code> or <code>expanded</code> or <code>autocollapse</code><br />autocollapse will collapse if 2 or more collapseable are used || <code>autocollapse</code></tr>
 
| ''border'' || Border width and type (style="border:<nowiki>{{{border|}}}</nowiki>;") || none</tr>
 
| ''border'' || Border width and type (style="border:<nowiki>{{{border|}}}</nowiki>;") || none</tr>
 
| ''bg1''    || Titlebar background color              || transparent</tr>
 
| ''bg1''    || Titlebar background color              || transparent</tr>
Line 17: Line 18:
 
| ''extra2'' || Any extra styles to apply to body      || (nothing)</tr>
 
| ''extra2'' || Any extra styles to apply to body      || (nothing)</tr>
 
|}
 
|}
 
  
 
[[Category:Formatting templates|{{PAGENAME}}]]
 
[[Category:Formatting templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 13:44, 22 March 2007


Parameters

Parameter Description Default<tr/> state State of the collapse: collapsed or expanded or autocollapse
autocollapse will collapse if 2 or more collapseable are used
autocollapse</tr> border Border width and type (style="border:{{{border|}}};") none</tr> bg1 Titlebar background color transparent</tr> ta1 Titlebar text-alignment left</tr> extra1 Any extra styles to apply to titlebar (nothing)</tr> header (or title) Title shown on titlebar (nothing)</tr> bg2 Body background color transparent</tr> ta2 Body text-alignment left</tr> extra2 Any extra styles to apply to body (nothing)</tr>