Šablona:Hidden: Porovnání verzí

Z Wiki JU
Podstránky:
hidden>MSGJ
(reimplement Happy-melon's edit)
hidden>Adrignola
m (recat)
Řádek 1: Řádek 1:
<div class="NavFrame collapsed" style="border:none; {{{style|{{{css|}}}}}}"><div class="NavHead"  
<div class="NavFrame" style="border: none;">
style="font-weight:{{{fw1|bold}}}; background:{{{bg1|transparent}}};  
<div class="NavHead" style="font-weight:{{{fw1|bold}}}; background-color: {{{bg1|transparent}}}; text-align:{{{ta1|center}}};">{{{header|{{{1}}}}}}</div>
text-align:{{{ta1|center}}}; {{{headercss|{{{headerstyle|}}}}}}">{{{header|{{{1}}}}}} </div>
<div class="NavContent" style="font-weight:{{{fw2|normal}}}; background-color: {{{bg2|transparent}}}; text-align:{{{ta2|left}}};">
<div class="NavContent" style="font-weight:{{{fw2|normal}}};  
background-color:{{{bg2|transparent}}}; text-align:{{{ta2|left}}};  
{{{contentcss|{{{contentstyle|}}}}}}">
{{{content|{{{2}}}}}}
{{{content|{{{2}}}}}}
</div></div>{{#if:{{{bg1|}}}{{{bg2|}}}{{{ta1|}}}{{{ta2|}}}{{{fw1|}}}{{{fw2|}}}|[[Category:Hidden templates using styles|{{NAMESPACE}}{{PAGENAME}}]]}}<noinclude>
</div>
{{documentation}}
</div>
<noinclude>
 
==Usage==
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.
 
==See Also==
*[[Template:Dropimage]]: A WikiBooks drop-control template for images and text.
 
[[Category:Drop control templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Verze z 25. 6. 2009, 19:22


Usage

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.

See Also