Template:Box

From Pikipedia, the Pikmin wiki
Revision as of 12:26, February 12, 2015 by Espyo (talk | contribs) (Iunno.)
Jump to navigation Jump to search

{{{1}}}


This article is about the Pikipedia template for message boxes. For the template indicating the cardboard box obstacle, see Template:Box icon.

Info

This is the base template for a box note. It places a box in an article in the standard Pikipedia style. Normally, other templates expand this one.

Parameters

Parameter Mandatory Default Purpose Detailed description
1 Yes Content The box's content.
2 No auto Width The box's width, used in the CSS.
3 No Roundness The roundness of the box, in pixels (without the "px").
4 No Extra style Any extra CSS rules.
li No Left image Image file name to use on the left of the message, extension included.
ri No Right image Image file name to use on the right of the message, extension included.
lis No 48px Left image size Size of the image on the left.
ris No lis Right image size Size of the image on the right.

Template

{{box
|<content>
|<width>|<round>|<extra style>
|li=<left image>|ri=<right image>|lis=<left image size>|ris=<right image size>
}}

Examples

Code Result
{{box|A normal box.}}

A normal box.

{{box|A long box.|300px}}

A long box.

{{box|A rounded box.||20}}

A rounded box.

{{box|A red text box.|||color: red;}}

A red text box.

{{box|A warning about a Red Bulborb.
|li=Red Bulborb P3Art.png}}
Artwork of a Bulborb.

A warning about a Red Bulborb.