Difference between revisions of "Template:Ambox/doc"
From WikiTemp, the GBAtemp wiki
(Docu) |
m |
||
Line 5: | Line 5: | ||
* color = The color of the box (left side), default = dodgerBlue. | * color = The color of the box (left side), default = dodgerBlue. | ||
* background = Background color of the box, default = #FFF (white). | * background = Background color of the box, default = #FFF (white). | ||
+ | * width = The width of the box, default = 80% | ||
* image = The image to use (can be entered with or without preceding ''Image:''), default = [[:Image:Ambox_notice.png]]. | * image = The image to use (can be entered with or without preceding ''Image:''), default = [[:Image:Ambox_notice.png]]. | ||
* imagewidth = To change the width of the Image. | * imagewidth = To change the width of the Image. |
Revision as of 13:42, 4 January 2011
This is the documentation page of Template:Ambox. Please add the documentation for this Template below. |
This is the basic Template for Article Message Boxes. Normally, this template isn't used directly on a page, but is implemented by other Templates instead.
Parameters
- color = The color of the box (left side), default = dodgerBlue.
- background = Background color of the box, default = #FFF (white).
- width = The width of the box, default = 80%
- image = The image to use (can be entered with or without preceding Image:), default = Image:Ambox_notice.png.
- imagewidth = To change the width of the Image.
- text = The text to appear in the box.
Example Usage
{{Ambox |color = red |background = #EEE |image = Image:Warning.png |imagewidth = 40px |text = WARNING: This is just an example! }}
This produces:
WARNING: This is just an example! |