Šablona:Hidden begin: Porovnání verzí

Z Wiki JU
Podstránky:
hidden>David Kernow~enwikibooks
m (em → px (take 2))
hidden>David Kernow~enwikibooks
m (padding-left)
Řádek 4: Řádek 4:
   |<!--then:
   |<!--then:
       --><div class="NavFrame"    style="width:100%; position:relative; border:{{{border|none}}};">
       --><div class="NavFrame"    style="width:100%; position:relative; border:{{{border|none}}};">
         <div class="NavHead"    style="width:32px; background:transparent; position:absolute; left:2px;"></div><div style="height:1.6em; background:transparent; text-align:left; padding-left:32px; font-size:100%; font-weight:bold; {{{barstyle|}}}">{{{title}}}</div>
         <div class="NavHead"    style="width:32px; background:transparent; position:absolute; left:2px;"></div><div style="height:1.6em; background:transparent; text-align:left; padding-left:33px; font-size:100%; font-weight:bold; {{{barstyle|}}}">{{{title}}}</div>
         <div class="NavContent"  style="text-align:left; padding-left:6px; {{{bodystyle|}}}"><!--
         <div class="NavContent"  style="text-align:left; padding-left:6px; {{{bodystyle|}}}"><!--



Verze z 3. 5. 2007, 15:15

Chyba Lua: callParserFunction: function "#translation" was not found.

Syntax

{{Hidden begin
| toggle = 
| border = 
| titlestyle = 
| title = 
| bodystyle = 
|header= |bg1= |bg2= |ta1= |ta2= |extra1= |extra2=
}}
<!----(content to be hidden placed here)---->
{{Hidden end}}

Parameters

Parameter Description
toggle Set to "left" (without speechmarks) to move [show/hide] button to titlebar's lefthand side.
expanded Set to anything ("true", "yes", etc) to switch the hidden section's initial state from collapsed (hidden) to expanded (visible).
titlestyle CSS styles to apply to the following parameter title (e.g. |titlestyle=border:1px solid lightgrey; to produce a border around the titlebar; |titlestyle=background:color; to set the titlebar's background color to color ; |titlestyle=text-align:[center/right]; to switch the titlebar text's alignment from left to center or right; etc).
title Text shown in titlebar.
bodystyle CSS styles to apply to the hidden material, e.g. background and text-align per titlestyle.

Examples

Code Result
{{Hidden begin |title=Default example}}
*def
*ghi
{{Hidden end}}
{{Hidden begin
| titlestyle = background:pink;
| title = titlestyle is "background:pink;"
}}
*def
*ghi
{{Hidden end}}
{{Hidden begin
| titlestyle = background:pink; text-align:center;
| title = added "text-align:center;"
}}
*def
*ghi
{{Hidden end}}
{{Hidden begin
| titlestyle = background:pink; text-align:right; padding-right:3.0em;
| title = title on right with 3.0em padding
}}
*change window width and
*watch title alignment
{{Hidden end}}
{{Hidden begin |toggle=left
| titlestyle = background:palegreen;
| title = ''toggle'' set to "left"
}}
*def
*ghi
{{Hidden end}}
{{Hidden begin |toggle=right
| titlestyle = background:lightgrey;
| title = ''toggle'' set to "right"
}}
*def
*ghi
{{Hidden end}}
{{Hidden begin |toggle=left
| titlestyle = background:palegreen;
| title = abc with {{para|toggle|left}}
| bodystyle = font-size:150%; font-weight:bold; 
}}
*def
*ghi
{{Hidden end}}
{{Hidden begin |toggle=right
| header = deprecated_header_
| titlestyle = font-style:italic; padding-right:3.0em;
| title = {{para|toggle|right}}
| border = dashed
| bg1 = palegreen
| bg2 = cyan
| ta1 = left
| ta2 = center
| extra1 = font-size:120%
| extra2 = font-size:150%
}}
*make window narrower and
*title will wrap
{{Hidden end}}
{{Hidden begin |toggle=right
|titlestyle = 
|title = title with non-breaking spaces
|border = dotted
|bg1 = cyan
|bg2 = yellow
|ta1 = right
|ta2 = left
|extra1 = font-size:120%; padding-right:2.5em;
|extra2 = font-size:150%; padding-left:3.0em;
}}
*def ... these should have left padding
*ghi
{{Hidden end}}

See also