Template:Collapse
Jump to navigation
Jump to search
This template collapses some content on JS-enabled browsers. This template is not an alternative for removing irrelevant stuff from a page; it's there for things that are not immediately useful but relevant nevertheless such as data from testing. You can see it as a form of long footnote.
Parameters[edit source]
Parameter | Default | Usage |
---|---|---|
head | If set, only makes the head part. | |
tail | If set, only closes what the head makes. | |
outerstyle | Custom CSS styling for the container. | |
style | Custom CSS styling for the collapsed part. | |
title | The title to always display above the collapsed content. Not bolded, so you may want to do that yourself. | |
content | The content to collapse. | |
expanded | Set to make the content collapsible, but not collapsed by default. | |
toggle align | inline | How to align the show/hide toggle. Can be left or right to float the toggle, or inline to leave it inline with the title. |
Example[edit source]
{{Collapse
|title=Recipe
|content=
{{Crafting Table
|B2= Any Planks
|Output= Wooden Button
}}
}}
{{Collapse
|title='''Super boring table'''
|style=border:1px black; padding: 0.5em; background: #fafafa
|head=1}}
Tables have pipe characters in their syntax, which is very bad news for templates. This is why we have this head thing...
{| class=wikitable
|+ Greatest formula ever
| style=font-family:Serif | Entities = magma creeper<sup>2</sup>
|}
{{Collapse|tail=1}}
Super boring table[show]
Tables have pipe characters in their syntax, which is very bad news for templates. This is why we have this head thing...
Entities = magma creeper2 |
[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Collapse/doc.