Template:Collapsible/zh-cn

From Palia Wiki
Jump to navigation Jump to search
This page is a translated version of the page Template:Collapsible and the translation is 100% complete.
模板文件
注意:如果没有提供数值,可能无法看到模板样本的部分内容。
查看或编辑本文档。 (关于模版文件)
编辑者可在该模板的沙盒测试用页面进行实验。
此模板已有翻译、关联或子模板:
Other languages:

用途

Use to create collapsible hidden content, mainly for spoilers (Dialogue, quest rewards, etc).

构造

Create a collapsible content that has a title:

{{Collapsible|collapsed|title|content}}

Create a regular collapsible content:

{{Collapsible|collapsed|content}}
Field Accepted Parameters Notes
collapsed 0, 1 If 1 (true) then the content will be collapsed by default. Defaults to 0 (false)
title Text The heading of the collapsed content
content Wiki content The content that is collapsed

示例

Table with heading

{{Collapsible|0
| Click to Reveal |
*Spoilers!
*Spoilers everywhere!
}}
Click to Reveal
  • Spoilers!
  • Spoilers everywhere!

Hidden content

{{Collapsible|1|
*Spoilers!
*Spoilers everywhere!
}}

  • Spoilers!
  • Spoilers everywhere!