Difference between revisions of "Hidden begin"
From Unofficial Stationeers Wiki
(rv to david (you are trying to mix NavFrame and collapsible table scripting, if it isn't broken now it likely will break in the future)) |
m (parameter precedence) |
||
Line 9: | Line 9: | ||
! Parameter !! Description !! Default<tr/> | ! Parameter !! Description !! Default<tr/> | ||
| ''border'' || Border width and type (style="border:<nowiki>{{{border|}}}</nowiki>;") || none</tr> | | ''border'' || Border width and type (style="border:<nowiki>{{{border|}}}</nowiki>;") || none</tr> | ||
− | | ''bg1'' || Titlebar background color | + | | ''bg1'' || Titlebar background color || transparent</tr> |
− | | ''ta1'' || Titlebar text-alignment | + | | ''ta1'' || Titlebar text-alignment || left</tr> |
− | | ''extra1'' || Any extra styles to apply to titlebar | + | | ''extra1'' || Any extra styles to apply to titlebar || (nothing)</tr> |
− | | '' | + | | ''title'' || (or ''header'') Title shown on titlebar || (nothing)</tr> |
− | | ''bg2'' || Body background color | + | | ''bg2'' || Body background color || transparent</tr> |
− | | ''ta2'' || Body text-alignment | + | | ''ta2'' || Body text-alignment || left</tr> |
− | | ''extra2'' || Any extra styles to apply to body | + | | ''extra2'' || Any extra styles to apply to body || (nothing)</tr> |
|} | |} | ||
Revision as of 09:10, 2 May 2007
Parameters
Parameter | Description | Default<tr/> | border | Border width and type (style="border:{{{border|}}};") | none</tr> | bg1 | Titlebar background color | transparent</tr> | ta1 | Titlebar text-alignment | left</tr> | extra1 | Any extra styles to apply to titlebar | (nothing)</tr> | title | (or header) Title shown on titlebar | (nothing)</tr> | bg2 | Body background color | transparent</tr> | ta2 | Body text-alignment | left</tr> | extra2 | Any extra styles to apply to body | (nothing)</tr> |
---|