Template:Notice2/doc
Appearance
This is a documentation subpage for Template:Notice2 (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
Description and usage
This template is used to create article management templates.
Use {{notice2|<...>}}
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:Wiki.png. Takes full image code, e.g.
[[Image:Wiki.png|50px]]
. The image box area has a limit of 60px width. - |type=
- top line text
- |info=
- list of extra info
Examples
Default
{{notice2 | type = I am type | info = I am info }}
File:Wiki.png | I am type
I am info |
---|
With image
{{notice2 | image = [[Image:Example.jpg|50px]] | type = I am type | info = * I am info }}
File:Example.jpg | I am type
|
---|