Šablona:Hidden begin: Porovnání verzí
Z Wiki JU
hidden>RockMFR (show content to users with JavaScript disabled per talk page request) |
hidden>SunCreator (test width.) |
||
Řádek 1: | Řádek 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#ifeq:{{{toggle|}}}|left | -->{{#ifeq:{{{toggle|}}} |<!--equals:-->left | ||
| <!------------------------------------------------------------ | |<!--then: | ||
---------------------------------------------------------------- | |||
toggle=left, so format [hide/show] link on lefthand side: | |||
---------------------------------------------------------------- | |||
--><div class="NavFrame" style="width:100%; position:relative; border:{{{border|none}}};"><!-- | |||
--><div class="NavHead" style="width:5.3em; background:transparent; position:absolute;"></div><div style="height:1.6em; background:transparent; text-align:left; padding-left:2em; font-size:100%; font-weight:bold; {{{titlestyle|}}}"> <!---deprecated:--->{{{header|}}}<!---->{{{title|}}}</div><!-- | |||
--><div class="NavContent" style="display:none; text-align:left; padding-left:0.3em; {{{bodystyle|}}}"><!-- | |||
-->| <!------------------------------------------------------------ | -->|<!--else: | ||
------------------------------------------------------------- | |||
toggle/=left, so format [hide/show] link on righthand side: | |||
------------------------------------------------------------- | |||
--><div class="NavFrame" style="border:{{{border|none}}};"><!-- | |||
--><div class="NavHead" style="background:{{{bg1|transparent}}}; text-align:{{{ta1|left}}}; {{{extra1|}}} {{{titlestyle|}}}"><!---deprecated:--->{{{header|}}}<!----> {{{title|}}} </div><!-- | |||
--><div class="NavContent" style="display:none; background-color:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; {{{extra2|}}} {{{bodystyle|}}}"><!-- | |||
-->}}</includeonly><noinclude><!-- | -->}}</includeonly><noinclude><!-- | ||
-->{{ | -->{{Documentation, template|Template:Hidden begin-end/doc}} | ||
{{/doc}}<!--Please add any interwiki links etc on the /doc page, not here - thanks!--> | |||
<! | |||
</noinclude> | </noinclude> |
Verze z 12. 3. 2009, 21:41
Šablona:Documentation, template
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
|
See also
- {{Hidden }}