(cellpadding; add space after box)
(need <br> to effect a space after the box)
Line 7: Line 7:
|
|
|}  
|}  
 
<br>
</includeonly><noinclude>
</includeonly><noinclude>



Revision as of 13:29, 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.