Template:Box: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
(Made this use a class instead. Hope I don't go around breaking stuff.)
Line 1: Line 1:
{| style="background-color: #cfc; border: 2px outset #0b0; width: {{{2|auto}}}; margin: 5px auto; padding: 0 .5em; {{#if:{{{3|}}}|{{round|{{{3}}}}}}}{{{4|}}}"
{| class="pikipediaBox" style="width: {{{2|auto}}}; {{#if:{{{3|}}}|{{round|{{{3}}}}}}}{{{4|}}}"
|-
|-
|
|

Revision as of 12:06, November 11, 2014

{{{1}}}


This article is about the Pikipedia template for message boxes. For the template indicating the Cardboard Box hazard, 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.

Template

{{box
|<content>
|<width>|<round>|<extra style>
}}

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.