Template:Hidebox/doc
From Edge of Darkness Wiki
Hidebox/doc
m (Created page with "Creates a collapsible box. The 'title' element comes first, then the contents to be hidden. <PRE>{{hidebox|foo|bar}}</PRE> {{hidebox|foo|bar}}") |
m |
||
| Line 1: | Line 1: | ||
Creates a collapsible box. The 'title' element comes first, then the contents to be hidden. | Creates a collapsible box. The 'title' element comes first, then the contents to be hidden. | ||
| + | * Advanced editors can add styling options after the content. The styling will be applied to the entire contents. | ||
| - | <PRE>{{hidebox| | + | <PRE>{{hidebox|title|content}}</PRE> |
| - | {{hidebox| | + | {{hidebox|title|content}} |
| + | |||
| + | <PRE>{{hidebox|title|content|width: 50%; color: yellow;}}</PRE> | ||
| + | |||
| + | {{hidebox|title|content|width: 50%; color: yellow;}} | ||
Latest revision as of 02:49, 14 April 2016
Creates a collapsible box. The 'title' element comes first, then the contents to be hidden.
- Advanced editors can add styling options after the content. The styling will be applied to the entire contents.
{{hidebox|title|content}}
| title |
|---|
| content |
{{hidebox|title|content|width: 50%; color: yellow;}}
| title |
|---|
| content |