Template:infobox
This template is used to display a generic infobox. It will float to the right and is intended to be included near the top of the page.
Typically this template will be used by other infobox templates so they share the same visual style. See: Template:infobox h-adr and Template:Infobox person
- TODO: update these templates to transclude this one
Blank Template
Copy, paste, and fill in information:
{{infobox | infobox_content = | infobox_heading = | infobox_class = }}
Parameters
- infobox_content
- the content for the infobox
- infobox_heading
- the heading for the infobox (optional)
- infobox_class
- class names applied to the infobox's wrapping <div> (optional)
Examples
{{infobox | infobox_content = Lorem ipsum | infobox_heading = Heading | infobox_class = infobox-wrapper }}
Will generate this:
Heading
Lorem ipsum