Template:Databox

From Xenharmonic Reference

<templatestyles src="documentation/styles.css" />

Template documentation[view] [edit] [history] [purge]

Template:Dochead This template creates a collapsible text box. If you want the box to be expanded by default, set the parameter defaultstate=expanded.

Usage

You type:

{{Databox
| Title
| Contents
}}

You get:

Title
Contents

To make a databox permanently expanded, pass collapse=false as follows:

{{Databox|collapse=false
| Title
| Contents
}}
Title
Contents

Template:Escape notice