Template:Box-r
It aligns the box to the right by default. Keep that in mind when looking at the documentation.
This template uses Lua: |
Usage
[kulemba source]Parameter | Description | Default | CSS |
---|---|---|---|
"content"
|
The contents of the box (Highly Recommend) | ||
opt1|background= opt2 |color=
|
The color of the background of the box | White | background-color |
|align=
|
The alignment of the box (left, center, right) (Recommended) | left | float |
|padding=
|
The inner padding of the border | 3px | padding |
|style=
|
The style of the border | Solid | border-style |
|border color=
|
The color of the border | Black | background-color |
|border size=
|
The size of the border | 3px | border-width |
|text align=
|
The alignment of the text (Recommended) | left | text-align |
|spacing=
|
The spacing of the letters | letter-spacing | |
|font=
|
The font of the box's text | font-family | |
|font size=
|
The font size of the box's text | font-size | |
|text color=
|
The color of the text | black | text-color |
|margin=
|
The outer margin of the box (Only does horizontal when type isn't inline-block or block )
|
3px | margin |
|box type=
|
The type of box (inline, inline-block, block) | inline-block | display |
|height=
|
The height of the box | height | |
|width=
|
The width of the box | (The width of the text) | width |
|CSS=
|
Any Additional CSS you want to add
(make sure to add ; to end) |
Parameter | Description | Default | CSS |
---|---|---|---|
|top margin=
|
The top outer margin of the box (Only does horizontal when type isn't inline-block or block )
|
3px | margin-top |
|bottom margin=
|
The bottom outer margin of the box (Only does horizontal when type isn't inline-block or block )
|
3px | margin-bottom |
|left margin=
|
The left outer margin of the box (Only does horizontal when type isn't inline-block or block )
|
3px | margin-left |
|right margin=
|
The right outer margin of the box (Only does horizontal when type isn't inline-block or block )
|
3px | margin-right |
|top padding=
|
The top inner padding of the border | 3px | padding-top |
|bottom padding=
|
The bottom inner padding of the border | 3px | padding-bottom |
|left padding=
|
The left inner padding of the border | 3px | padding-left |
|right padding=
|
The right inner padding of the border | 3px | padding-right |
|radius=
|
Border radius | 0 | border-radius |
|max-height=
|
The maximum height of the box | max-height | |
|min-height=
|
The minimum height of the box | min-height | |
|max-width=
|
The maximum width of the box | max-width | |
|min-width=
|
The minimum width of the box | min-width |
Examples
[kulemba source]Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, molestie eu, feugiat in, orci. In hac habitasse platea dictumst.
{{box|A|background=red|text color=white}}
{{box|B|background=blue|text color=orange}}
{{box|C|background=black|text color=white|margin=0px|height=1em|width=40px|border color=yellow}}
{{box|spacing=5px|height=50px|DOG}}
{{box|background=yellow|align=center|border size=10px|radius=20px|text align=center|The quick brown fox jumps over the lazy dog}}
Data
[kulemba source]This template produces a variety of boxes from preset options and from CSS.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The contents of the box
| Unknown | suggested |
header | header | A heading for the box
| Unknown | suggested |
align | align | The alignment of the box
| Unknown | suggested |
box type | box type | The type of box (css display) (block, inline-block or inline)
| Unknown | optional |
wide | wide | If set to yes the box will be wide
| Boolean | optional |
inline | inline | Set to yes for the box type to be inline
| Boolean | optional |
style | style | The style of the border
| Unknown | optional |
padding | padding | The padding of the box
| Unknown | optional |
top padding | top padding | The top padding of the box | Unknown | optional |
bottom padding | bottom padding | The bottom padding of the box | Unknown | optional |
left padding | left padding | The left padding of the box | Unknown | optional |
right padding | right padding | The right padding of the box | Unknown | optional |
border color | border color | The color of the box border
| String | optional |
radius | radius | Border corner radius
| Unknown | optional |
type | type | The type of box (black,white,transparent)
| Unknown | optional |
border size | border size | The size of the border
| Unknown | optional |
color | color background | The color of background
| Unknown | optional |
text color | text color | The color of the text
| Unknown | optional |
text align | text align | The alignment of the text (css text-align)
| Unknown | optional |
spacing | spacing | The spacing of the letters | Unknown | optional |
font | font | The font of the text | Unknown | optional |
font size | font size text size | The size of the text | Unknown | optional |
margin | margin | The size of the box's margin
| Unknown | optional |
top margin | top margin | The size of the box's top margin | Unknown | optional |
bottom margin | bottom margin | The size of the box's bottom margin | Unknown | optional |
left margin | left margin | The size of the box's left margin | Unknown | optional |
right margin | right margin | The size of the box's right margin | Unknown | optional |
height | height | The height of the box
| Unknown | optional |
max-height | max-height | The maximum height of the box
| Unknown | optional |
min-height | min-height | The minimum height of the box
| Unknown | optional |
width | width | The width of the box
| Unknown | optional |
max-width | max-width | The maximum width of the box | Unknown | optional |
min-width | min-width | The minimum width of the box | Unknown | optional |
CSS | CSS | Any additional CSS to use | Unknown | optional |
Tracking categories
[kulemba source]- Category:Pages using box with unknown parameters (0)
- Category:Pages using box-r with unknown parameters (0)