Template:Ambox/doc: Difference between revisions
Line 122: | Line 122: | ||
==== Gray ==== | ==== Gray ==== | ||
<nowiki>{{ambox | |||
| style=border-color:gray; | |||
| type = I am type | |||
| info = | |||
* I am info | |||
}}</nowiki> | |||
{{ambox | {{ambox | ||
| style=border-color:gray; | | style=border-color:gray; |
Revision as of 13:41, 12 June 2014
This template is used to create article management templates.
Use {{ambox}} on a template page, filling in the various options. The created template is then used at the top of various wiki pages to notify the user of issues.
Article management boxes should be used sparingly, as it can get in the way of content.
Named parameters
- |image=
- image for use on the left, defaults to Image:40px-Padlock.svg.png. Takes full image code, e.g.
[[Image:40px-Padlock.svg.png|50px]]
. The image box area has a limit of 60px width. - |type=
- top line text
- |info=
- list of extra info
- |style=border-color
Border color defaults to blue
Examples
Default
{{ambox | type = I am type | info = I am info }}
Red + image
{{ambox | image = [[Image:40px-Padlock.svg.png|50px]] | style=border-color:red; | type = I am type | info = * I am info }}
Other colors
Yellow
{{ambox | style=border-color:yellow; | type = I am type | info = * I am info }}
Green
{{ambox | style=border-color:green; | type = I am type | info = * I am info }}
Purple
{{ambox | style=border-color:purple; | type = I am type | info = * I am info }}
Blue
{{ambox | border = blue | type = I am type | info = * I am info }}
Orange
{{ambox | style=border-color:orange; | type = I am type | info = * I am info }}
Gray
{{ambox | style=border-color:gray; | type = I am type | info = * I am info }}