Template:Box-bottom
Documentation
This template creates a box for placement at the bottom of a page. To create a box for placement at the top of a page, use {{box-top}}; for one floated to the right, use {{box-right}}. (Note that {{box-top}} and {{box-bottom}} are not for "opening" and "closing" a box. Each of them form a complete box.)
Usage
{{box-bottom|content|margin=|padding=|border=|border-style=|border-width=|border-color=|background-color=|width=|min-width=|max-width=|extra-style=}}
All of the named parameters are optional, but if they are present in the template call, they must be given values (not left empty). Each of them specifies the value of the same-named style attribute.
If border is used, it should specify all three aspects of the border: style, color, and width. If border is not used, then border-style, border-width, and border-color can be used to override the default aspects separately (you cannot use both border and any of the other three).
If width is not specified, then the width of the box will adjust based on how much content is being displayed, with an optional minimum possible width given by min-wdith (no default) and a maximum possible width given by max-width (which defaults to 90%).
Examples
…