模板:Collapsible/doc

出自Don't Starve Wiki
跳至導覽 跳至搜尋
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