Šablona:Hidden begin: Porovnání verzí
Z Wiki JU
hidden>Adrignola m 92 revisions from w:Template:Hidden begin: history merge/update |
hidden>Darklama used updated class, and reversed positions to reflect change in default placement of collapsible link |
||
| Řádek 2: | Řádek 2: | ||
-->{{#ifeq:{{{toggle|}}}|left | -->{{#ifeq:{{{toggle|}}}|left | ||
| <!------------------------------------------------------------ | | <!------------------------------------------------------------ | ||
toggle=left, so | toggle=left, so collapse icon on lefthand side: | ||
------------------------------------------------------------- | ------------------------------------------------------------- | ||
--><div class=" | --><div class="collapsible" style="width:100%; position:relative; border:{{{border|none}}};"><!-- | ||
--><div class="title" style="background:{{{bg1|transparent}}}; text-align:{{{ta1|left}}}; {{{titlestyle|}}}"> {{{title|}}}</div><!-- | |||
--><div class="body" style="background:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; {{{bodystyle|}}}"><!-- | |||
-->| <!------------------------------------------------------------ | -->| <!------------------------------------------------------------ | ||
toggle/=left, so | toggle/=left, so collapse icon on righthand side: | ||
------------------------------------------------------------- | ------------------------------------------------------------- | ||
--><div class=" | --><div class="collapsible" style="width:100%; position:relative; border:{{{border|none}}};"><!-- | ||
--><div style="background:{{{bg1|transparent}}}; text-align:{{{ta1|left}}}; {{{titlestyle|}}}">{{{title|}}} </div><!-- | |||
--><div class="title" style="width:2.8em; background:{{{bg1|transparent}}}; position:absolute;"></div><!-- | |||
--><div class="body" style="background:{{{bg2|transparent}}}; text-align:{{{ta2|left}}}; {{{bodystyle|}}}"><!-- | |||
-->}}</includeonly><noinclude><!-- | -->}}</includeonly><noinclude><!-- | ||
-->{{documentation|Template:Hidden begin-end/doc}} | -->{{documentation|Template:Hidden begin-end/doc}} | ||
Verze z 23. 12. 2010, 00:25
Chyba Lua: Modul:TNT:172: '''Missing JsonConfig extension, or not properly configured; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Documentation.tab. See https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates'''.
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}}