Template:Box

Revision as of 00:59, 2 March 2025 by Tachlis (talk | contribs) (Created page with "<includeonly>{| cellspacing="0" style="width:75%;background:{{{background|#FBFBFB}}}; border:{{{borderColor|#1E90FF}}} 1px solid; {{Border-radius|1em 1em 1em 0}};margin:0 auto 4px auto;" | rowspan="2" style="width:10px;background:{{{borderColor|#1E90FF}}};{{Border-radius|0 1em 1em 0}};background-clip:padding-box;direction:ltr;"| | rowspan="2" style="{{Border-radius|0 0.9em 0.9em 0}};width:46px;vertical-align:middle;padding:0 7px;" | {{#if:{{{image|}}}|File:{{{image|}}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template for message templates.

For example, the following code:

{{Box
| color = #9ACD32
| separatorColor = 
| image = Ambox important.jpg
| imageLink = 
| size = 45px
| title = The article is in the work stages: To prevent edit conflicts and duplicated work, you are requested not to edit this article until this message is removed, unless you have verified it with the template's contributors.
| explanation = Attention! If the page has not been edited for a week, you may remove the template and edit it, but it is recommended to first leave a reminder on the talk page.
| buttons = [[{{TALKPAGENAME}}{{!}}Talk page]]
}}

Will yield:

The article is in the work stages: To prevent edit conflicts and duplicated work, you are requested not to edit this article until this message is removed, unless you have verified it with the template's contributors.
  • Note - Please do not insert empty parameters unless intentional. An empty parameter like |background= will not display a background and will remain the default page color instead of the desired color.