Template:CustomCollapsible

From Fantasy Life Wiki
Jump to navigation Jump to search
The thing to hide
I'm the hidden text. Scary.


{{CustomCollapsible
| align = left/center/right - by default is center.
| width = by default is 85%.
| id = a, b, b, etc - to identify the div to hide and show.
| text = The title of what you want to hide.
| expand = to indicate if the content shows or hides when the page is load - by default it's blank and it's hidden. If has any value it shows the content.
}}
    The stuff to hid.
</div>


For simple use:

{{CustomCollapsible
| id = a
| text = The title of what you want to hide.
}}
    The stuff to hid.
</div>


{{CustomCollapsible|text=Mytitle}}
    The stuff to hid.
</div>


{{CustomCollapsible|text=Mytitle|expand=a}}
    The stuff to hid.
</div>