Template:Msgbox

From Thorium Mod Wiki
Jump to navigation Jump to search
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Msgbox/l10n for the localization of this template.
Template-info.svg Documentation The documentation below is transcluded from Template:Msgbox/doc. (edit | history)

This template displays a basic message box.

Usage

All parameters are optional.

{{msgbox
| class = <css classes>
| style/css = <css styles>
| width = <box width>
| image = <personal image choice>
| imagesize = <image size>
| imagelink = <image link>
| imagetext = <image alt text>
| imagealt = <completely custom image display>
| discuss = y/yes
| discusspage = <discuss page>
| discussanchor <discuss section name>
| title = <box title>
| text = <box text>
| nosnippet = n/no
}}

Examples

For compatibility with wiki.gg's theme, hardcoded background/border colors should be avoided. Instead, use one of the predefined classes listed below, which are styled for the different themes.

Code Result
{{msgbox|text=Message box text|class=msgbox-color-blue}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-red}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-purple}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-green}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-yellow}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-orange}}
Message box text
{{msgbox|text=Message box text|class=msgbox-color-pink}}
Message box text
{{msgbox|text=Message box text}}
Message box text