Template:Collapsible

来自Don't Starve Wiki
跳转到导航 跳转到搜索
ToggleComment
Content
Template documentation [檢視] [編輯] [歷史] [刷新]
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