Template:Hidden
From Stiki
This template creates a hidden section of page. The section can be displayed by clicking on the [show] link and hidden again by clicking on the [hide] link that appears at the right hand side of the page.
Usage
{{Hidden|Title|Content}}
Where:
- 'Title' is the text to display at the top of the section. This message is always visible.
- 'Content' is whatever you wish to hide.
Both arguments are required.
Note that if 'Content' contains pipes or equals signs then these should be escaped (using Template:!, Template:!! and Template:=). This is especially an issue to keep in mind if embedding tables within the hidden content.
Template Code
| {{{1}}} |
|---|
| {{{2}}} |

