(rm font size (too big) and unneeded formatting (better to let font color be automatic))
(cellpadding; add space after box)
Line 1: Line 1:
<includeonly>{| cellspacing="0" align="center" cellpadding="5" style="width: {{{width}}}; background-color: {{{background-color}}}; border: 1px solid {{{border-color}}}; text-align: center; -moz-border-radius:{{{radius}}}px;"
<includeonly>{| cellspacing="0" align="center" cellpadding="20" style="width: {{{width}}}; background-color: {{{background-color}}}; border: 1px solid {{{border-color}}}; text-align: center; -moz-border-radius:{{{radius}}}px;"
| style="padding: 4pt; line-height: 1.25em;" |
| style="padding: 4pt; line-height: 1.25em;" |
|-
|-
Line 6: Line 6:
|-
|-
|
|
|} </includeonly><noinclude>
|}  
 
</includeonly><noinclude>


==Usage==
==Usage==

Revision as of 13:25, 17 December 2011


Usage

Create one-off notices, or use to create a notice template for a specific purpose.

"imagesize" is the size in pixels: enter the number only.

E.g. for a box with square corners

{{notice with image
|width=70%
|background-color=LightYellow
|border-color=DarkOrange
|radius=0
|image=Under construction orange.jpg
|imagesize=150
|content=This is a notice with a picture.
}}

creates:

Under construction orange.jpg This is a notice with a picture.


You can also create a box with rounded corners, e.g.:

{{notice with image
|width=60%
|background-color=#E3E4FA
|border-color=#993399
|radius=10
|image=Under construction orange.jpg
|imagesize=120
|content=Roll up and join the fun! Help build topic XYZ on Appropedia...
}}

creates:

Under construction orange.jpg Roll up and join the fun! Help build topic XYZ on Appropedia...


(If you leave out the "radius" term, it seems to default to a box with square corners, but it seems like good practice to always use the parameters, as in other templates leaving out a term can break a template.)

Choosing colors

Choose your colors from a "palette" such as the table at Wikipedia:Web colors#X11 color names.

See Help:Notices for more detail.

See also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.