Template:Mbox

From OS-Tan Collections Wiki
Revision as of 22:08, 10 December 2023 by Halian (talk | contribs) (add the ability to not have an images)
Jump to navigation Jump to search
Message box template.
Use attribute 'text' to change this!
This template is transcluded in one or more cascade-protected pages, so only administrators can edit it.

Message box template, used for generating an easy-to-make nagbox for people. Will probably be used in other container templates to automate some selections (image, color, etc.).

{{mbox
| text=        Text inside the box
optional:
| image=       Image to use (1:1 aspect ratio, resized to 50×50), file name only, e.g. File:Placeholder.png would be Placeholder.png only.
| iwidth=      Image width in pixels (keep it at 50 generally), e.g. 50.
| caption=     Image caption.
| border=      Border color, e.g. named constants, #0123456, #123, etc.
| background=  Background color.
| color=       Text color.
| category1=   Category to put this page in.
| category2=   Second category to put this page in.
| category3=   Third category to put this page in.
| min-width=   Minimum width to put the picture in.
| pic-align=   Picture alignment. Use left, right, or center. Defaults to center.
| classes=     Additional HTML class or classes alongside "msgbox". Make sure any you add are unique, as will be used for custom CSS styles.
}}