Diferencia entre revisiones de «Plantilla:Plegable/doc»

De WikiEducator
Saltar a: navegación, buscar
(Created page with "This template is used to make a ''collapsible'' region that the user can expose/hide with a mouse click. The first parameter determines if the region is hidden to begin with ('…")
(Sin diferencias)

Revisión de 11:43 10 ago 2011

This template is used to make a collapsible region that the user can expose/hide with a mouse click. The first parameter determines if the region is hidden to begin with (1, hide, hidden, collapsed are all accepted). The second parameter is the header for the region and the third parameter is the body that can be hidden/displayed.

Examples

 {{Collapsible|
 |Displayed by Default
 |* Item 1
 * Item 2
 * Item 3
 }}
Displayed by Default
* Item 1
  • Item 2
  • Item 3
{{Collapsible|hide
|Hidden by Default
|* Item 1
* Item 2
* Item 3
}}