Template:Expand
Appearance
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
Usage
| Description | Example | Rendered |
|---|---|---|
| Create a Collapsible Div which floats left: |
{{Expand|<pre>some code</pre>}}
|
|
| Optionally add display open by default: |
{{Expand|<pre>some code</pre>|open}}
|
|
| Optionally add a command name: |
{{Expand|some description|<pre>some code</pre>}}
|
|
| As before but defaults to open: |
{{Expand|some description|<pre>some code</pre>|open}}
|