Template:Imbox/doc
This is a documentation subpage for Template:Imbox. It contains usage information, categories and other content that is not part of the original template page. |
This is the {{imbox}} or image message box meta-template.
It is used to build message box templates for image pages, such as {{cleanup-image}} etc. It offers several different colours, uses default images if no image parameter is given and it has some other features.
This template works almost exactly like {{ambox}} and uses the same parameters.
Usage
Simple usage example:
{{imbox | text = Some text.}}
Some text. |
Complex example:
{{imbox | type = style | image = [[Image:Emblem-question-yellow.svg|40px]] | style = width: 400px; | textstyle = color: red; font-weight: bold; font-style: italic; | text = The message body text. }}
The message body text. |