This template Folding box was created by Dr.Intobesa for their NMB48 singer article. This template displays a collapsible box.

Usage ပြင်ဆင်ရန်

{{Folding box
| name = 
| category = 
| sortkey = 
| title = 
| initial state = 
| border = 
| class = 
| style = 
| listclass = 
| item1 = 
| item1class = 
| item1style = 
| item1 = 
| item2 = 
| item2class = 
| 2style = 
| item2 = 
  ...
}}


Usage example ပြင်ဆင်ရန်

{{Folding box
| name = Name
| border = navbox
| class = bgcolor bgcolor-AKB
| listclass = hlist hlist-pipe
| item1 = item1
| item1class = bgcolor bgcolor-A
| contents1 = 
* Contents1-1
* Contents1-2
* Contents1-3

| item2 = item2
| item2class = bgcolor bgcolor-K
| contents2 = contents2
| item3 = item3
| item3class = bgcolor bgcolor-B
| contents3 = contents3
| contents4 = {{Folding box
  | name = Nested box
  | initial state = collapsed
  | border = child
  | item1 = itemA
  | contents1 = 
# Contents-1
# Contents-2
  }}
}}