Difference between revisions of "Template:Notice with image"

From TransitWiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| cellspacing="0" align="center" cellpadding="20" style="margin-bottom: 2em; width: {{{width}}}; background-color: {{{background-color}}}; border: 1px solid {{{b...")
 
 
Line 61: Line 61:
 
|image=Under construction orange.jpg
 
|image=Under construction orange.jpg
 
|imagesize=120
 
|imagesize=120
|content=Roll up and join the fun! Help build topic XYZ on Appropedia...
+
|content=Roll up and join the fun! Help build topic XYZ on TransitWiki...
 
}}
 
}}
  

Latest revision as of 19:40, 31 October 2017


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 TransitWiki...


(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