Template:Databox/doc
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
Note: To include the pipe (|) character, it must be escaped as {{!}}, unless it appears inside preformatted text (such as a <syntaxhighlight> tag).