Template:Box: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Removed unnecessary {{round}} call.) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| style=" | {| class="pikipediaBox {{{boxclass|}}}" style="width: {{{2|auto}}}; {{#if:{{{3|}}}|border-radius: {{{3}}}px 0;}}{{{4|}}}" | ||
{{#if:{{{li|}}}| {{!}} [[File:{{{li}}}|{{{lis|48px}}}]]}} | |||
|{{#if:{{{class|}}}|class="{{{class}}}"{{!}}}} | |||
{{{1}}} | {{{1}}} | ||
{{#if:{{{ri|}}}| {{!}} [[File:{{{ri}}}|{{{ris|{{{lis|48px}}}}}}]]}} | |||
|}<noinclude> | |}<noinclude> | ||
{{otheruses|the Pikipedia template for message boxes|the template indicating the [[cardboard box]] obstacle|Template:Cardboard box}} | |||
{{otheruses|the Pikipedia template for message boxes|the template indicating the [[ | |||
==Info== | ==Info== | ||
Line 12: | Line 12: | ||
==Parameters== | ==Parameters== | ||
{| class = "wikitable" | {| class = "wikitable" | ||
! Parameter || Mandatory || Default || | ! Parameter || Mandatory || Default || Purpose || Detailed description | ||
|- | |- | ||
! 1 | ! 1 | ||
| '''Yes''' || || Content || The box's content. | | '''Yes''' || || Content || The box's content. | ||
|- | |- | ||
! 2 | ! 2 | ||
Line 21: | Line 21: | ||
|- | |- | ||
! 3 | ! 3 | ||
| No || || Roundness || The roundness of the box, in pixels (without the "px"). | | No || || Roundness || The roundness of the box, in pixels (without the "px"). | ||
|- | |- | ||
! 4 | ! 4 | ||
| No || || Extra style || Any extra CSS rules. | | 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 || ''<nowiki>lis</nowiki>'' || Right image size || Size of the image on the right. | |||
|- | |||
! class | |||
| No || || CSS class || CSS class for the content of the box (text only). | |||
|- | |||
! boxclass | |||
| No || || CSS class || CSS class for the box itself. | |||
|} | |} | ||
== | ==Skeleton== | ||
<pre> | <pre> | ||
{{box | {{box | ||
|<content> | |<content> | ||
|<width>|<round>|<extra style> | |<width>|<round>|<extra style> | ||
|li=<left image>|ri=<right image>|lis=<left image size>|ris=<right image size> | |||
|class=<content class> | |||
|boxclass=<box class> | |||
}} | }} | ||
</pre> | </pre> | ||
Line 50: | Line 71: | ||
| <pre>{{box|A red text box.|||color: red;}}</pre> | | <pre>{{box|A red text box.|||color: red;}}</pre> | ||
| {{box|A red text box.|||color: red;}} | | {{box|A red text box.|||color: red;}} | ||
|- | |||
| <pre>{{box|A warning about a Red Bulborb. | |||
|li=Red Bulborb P3Art.png}}</pre> | |||
| {{box|A warning about a Red Bulborb.|li=Red Bulborb P3Art.png}} | |||
|} | |} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Box templates| ]] | [[Category:Box templates| ]]</noinclude> | ||
</noinclude> |
Latest revision as of 15:11, July 4, 2024
{{{1}}} |
- This article is about the Pikipedia template for message boxes. For the template indicating the cardboard box obstacle, see Template:Cardboard box.
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. |
class | No | CSS class | CSS class for the content of the box (text only). | |
boxclass | No | CSS class | CSS class for the box itself. |
Skeleton
{{box |<content> |<width>|<round>|<extra style> |li=<left image>|ri=<right image>|lis=<left image size>|ris=<right image size> |class=<content class> |boxclass=<box class> }}