Template:Msgbox/doc

From Terraria Mods Wiki
Jump to navigation Jump to search

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>
}}
ParameterDescriptionTypeStatus
CSS classclass
Custom CSS class
Default:
msgbox
Line
optional
CSS stylestyle
css
Inline CSS style; overrides $bgcol and $width
Line
optional
Background colorbgcol
Background color of the box
Example:
#E4F0F7
Line
deprecated
see below
Box widthwidth
Width of the box
Example:
200px
Line
optional
Box imageimage
Image that is displayed in the box on the left
Example:
Warning-yellow.svg
File
optional
Image sizeimagesize
Size of the $image
Default:
32px
Line
optional
Image textimagetext
Alt text for $image
Line
optional
Custom imageimagealt
Completely custom image display; overrides $image and $imagesize
Unbalanced wikitext
optional
Discuss optiondiscuss
Adds a link to the current page's talk page (or $discusspage); only has an effect if a $title is set
Boolean
optional
Discuss linkdiscusspage
The page that $discuss will link to
Line
optional
Discuss anchordiscussanchor
The section on the page that $discuss will link to
Line
optional
Box titletitle
Title of the box
String
optional
Main texttext
Text inside the box
Unbalanced wikitext
suggested

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