Template:Box is used to create styled text and image boxes.
Usage
It accepts one mandatory string parameter and one optional string parameter.
1is the name of the article and the header for the text box.2, if supplied, is the contents of the text box. If not supplied, the contents is transcluded from a subpage of the article, using the header as the subpage name. It also usesTemplate:Editto adds a link to directly edit the subpage.
It also accepts two optional named parameters:
widthacceptsXpxorX%, and controls the width of the box. If undefined, the box has10%margins left and right.floatacceptsleft,right, orclear.- If
leftorright, the box is floated to the selected side of the screen and the margins and padding are setup coorespondingly. - If
clear, the box is arranged clear of all content, above and below.
- If
color(default:blue) controls the color of the background. The valid options are: Template:Box/Color
Return
{{{Box|color=green|Lorem Ipsum|{{Lorem Ipsum|2}}}} returns:
{{Box|Sample}} returns:
No examples are included for float, as they don't appear correctly inside Template:Return.
