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"

From Unofficial Stationeers Wiki

m (increase the navframe number from 2 to 3. Whilst this seems silly - it seems to be needed to ensure it starts hidden and displays [show] instead of [hide] due to some CSS conflict)
(moved documentation to /doc)
Line 1: Line 1:
<div class="NavFrame" style="border: none;"><div class="NavFrame" style="border: none;"><div class="NavFrame" style="border: none;">
+
<div class="NavFrame" style="border:none;"><!--
<div class="NavHead" style="font-weight:{{{fw1|bold}}}; background-color: {{{bg1|transparent}}}; text-align: {{{ta1|center}}};">{{{header|{{{1}}}}}}&nbsp;</div>
+
--><div class="NavFrame" style="border:none;"><!--
<div class="NavContent" style="font-weight:{{{fw2|normal}}}; background-color: {{{bg2|transparent}}}; text-align: {{{ta2|left}}}; display:none;">
+
--><div class="NavFrame" style="border:none;"><!--
 +
--><div class="NavHead" style="font-weight:{{{fw1|bold}}}; background-color:{{{bg1|transparent}}}; text-align:{{{ta1|center}}};">{{{header|{{{1}}}}}}&nbsp;</div>
 +
<div class="NavContent" style="font-weight:{{{fw2|normal}}}; background-color:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; display:none;">
 
{{{content|{{{2}}}}}}
 
{{{content|{{{2}}}}}}
 
</div></div></div></div><noinclude>
 
</div></div></div></div><noinclude>
==Usage==
+
{{/doc}}
This template displays the first parameter (the heading) with a [Show] link on the right.  If [Show] is clicked by the user, the second parameter (the body) is also displayed.  The following parameters are also available:
 
;fw1
 
:the font-weight for the heading (default "bold")
 
;fw2
 
:the font-weight for the body (default "normal")
 
;bg1
 
:the background-color for the heading (default "transparent")
 
;bg2
 
:the background-color for the body (default "transparent")
 
;ta1
 
:the text-align for the heading (default "center")
 
;ta2
 
:the text-align for the body (default "left")
 
 
 
 
 
Note: If the user has specified "justify paragraphs" in preferences, this template will not respect that.
 
 
 
[[Category:Wikipedia special effects templates|{{PAGENAME}}]]
 
 
</noinclude>
 
</noinclude>

Revision as of 05:43, 16 February 2007

Template:Hidden/doc