Template:Collapsible/ko

Palia Wiki
둘러보기로 이동 검색으로 이동
이 문서는 Template:Collapsible 문서를 번역한 것이며 번역은 100% 완료했습니다.
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit the template documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

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

Syntax

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

Examples

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!