Template:Collapse

From Aether Project Wiki
Jump to navigation Jump to search
[view | edit | history | purge]Documentation

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

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

{{Collapse
|title=Recipe
|content=
{{Grid/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}}
[view | edit | history | purge]The above documentation is transcluded from Template:Collapse/doc.