Template:Hidden begin-end/doc
| This is a documentation subpage for Template:Hidden begin-end. It contains usage information, categories and other content that is not part of the original template page. |
- {{hidden begin}}
- {{hidden end}}
Examples
| Code | Result |
|---|---|
{{hidden begin|title=abc|ta1=center|bg1=pink}}
*def
*ghi
{{hidden end}}
|
abc
|
{{hidden begin|title=abc|toggle=left}}
*def
*ghi
{{hidden end}}
|
abc
|
Parameters
| Parameter | Description | Default |
|---|---|---|
| border | Border width and type (style="border:{{{border|}}};") | none |
| bg1 | Titlebar background color | transparent |
| ta1 | Titlebar text-alignment | left |
| extra1 | Any extra styles to apply to titlebar | (nothing) |
| title | (or header) Title shown on titlebar | (nothing) |
| toggle | location of [show] link ("left" works) | right |
| bg2 | Body background color | transparent |
| ta2 | Body text-alignment | left |
| extra2 | Any extra styles to apply to body | (nothing) |
Related pages
- {{Hidden}}