Template:Message/base
📚 Documentation
Done I've done that thing we discussed! -- ~~~~
The Message/base
template is used internally by the Message template. You should not call this template directly. It will be automatically called by the Message template.
Parameters
Parameter | Description |
---|---|
background
|
The background color of the message, defaults to default which is the default value of the background-color property in CSS.
|
custom-icon
|
Custom icon which supports HTML that can be used in place of the image parameter. Defaults to nothing. If this parameter is specified, it overrides image
|
image , {{{1}}}
|
The name of an image in the File namespace to use with the message. image defaults to the value of {{{1}}} , which itself defaults to tick.png . (![]() |
message , {{{2}}}
|
The message to display. This message will appear in bold text. message defaults to the value of {{{2}}} , which itself defaults to Done .
|
Examples
Example of use:
{{m|done}} I've done that thing we discussed! -- ~~~~
