Template:Collapsible

From Don't Starve Wiki
Jump to navigation Jump to search
ToggleComment
Content
Template documentation [View] [Edit] [History] [Refresh]
Description
This template is used to create a collapsible div with inline toggle.
Syntax
Use the following code as reference when using this template. Note that one does not need all of these parameters in order to use this template.
{{Collapsible
|toggle
|comment
|content
}}
Notes
  • All arguments are mandatory, leave them blank if unused.
Examples
  • {{Collapsible|Toggle| comment|Content}} gives
Toggle comment
Content
  • {{Collapsible|Toggle||Content}} gives
Toggle
Content