Template:Message box/doc

From Animal Well Wiki
Jump to navigation Jump to search

Parameters

1
text
Text of the message to put in the box. Mandatory.
type
Type of the message box. Optional. Possible values are:
  • notice (default)
  • style
  • content
  • delete
  • speedy
icon
A left hand side icon. Set sizes carefully. Optional. Set to none to disable the icon.
style
Optional CSS code to override style of class .mbox.

Examples

Code Result
{{Message box|text=A notice.}}
Information.svg
A notice.
{{Message box|type=style|text=Style issue.}}
Edit-clear.svg
Style issue.
{{Message box|type=content|text=Warning.}}
Warning.
{{Message box|type=delete|text=Deletion request.}}
Deletion request.
{{Message box|type=speedy|text=Speedy deletion request.}}
Speedy deletion request.