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

m (Increase the number of NavFrame divs so it starts out hidden (cf. Template:Hidden) and have only one copy of the border)
m (Undo revision 103680844 by Kaustuv (talk) breaks too many things -- starting a fork)
Line 1: Line 1:
<includeonly><div class="NavFrame" style="border:{{{border|none}}};"><div class="NavFrame" style="border:none;"><div class="NavFrame" style="border:none;">
+
<includeonly><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>
 
<div class="NavContent" style="background-color:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; {{{extra2|}}}"></includeonly><noinclude>
 
<div class="NavContent" style="background-color:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; {{{extra2|}}}"></includeonly><noinclude>

Revision as of 16:20, 27 January 2007


Parameters

Parameter Description Default<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>