| title? |
|---|
| content? |
Template for a collapsible box (collapsed by default). Counts towards the limit of collapsible tables on a page (like e.g. navboxes as well).
Usage[edit]
{{colbox|title here|text inside box here|width=*number*px}}
Example[edit]
{{colbox|Example title|Example content|width=500px}}
results in:
| Example title |
|---|
| Example content |
Parameters[edit]
<unnamed 1> or title
Title of the box, i.e. the text which is always visible (even when the box is collapsed).
<unnamed 2> or content
Content of the box.
(default: "auto")
widthWidth of the box. Accepts percentages or absolute (px) inputs.
