Modèle:Msgbox/doc
Aller à la navigation
Aller à la recherche
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> }}
Paramètre | Description | Type | État | |
---|---|---|---|---|
CSS class | class | Custom CSS class
| Ligne de texte | facultatif |
CSS style | style css | Ligne de texte | facultatif |
|
Background color | bgcol | Background color of the box
| Ligne de texte | obsolète see below |
Box width | width | Width of the box
| Ligne de texte | facultatif |
Box image | image | Image that is displayed in the box on the left
| Fichier | facultatif |
Image size | imagesize | Size of the $image
| Ligne de texte | facultatif |
Image link | imagelink | The page that $image will link to | Ligne de texte | facultatif |
Image text | imagetext | Alt text for $image | Ligne de texte | facultatif |
Custom image | imagealt | Completely custom image display; overrides $image and $imagesize | Wikicode non équilibré | facultatif |
Discuss option | discuss | Adds a link to the current page's talk page (or $discusspage ); only has an effect if a $title is set | Booléen | facultatif |
Discuss link | discusspage | The page that $discuss will link to | Ligne de texte | facultatif |
Discuss anchor | discussanchor | The section on the page that $discuss will link to | Ligne de texte | facultatif |
Box title | title | Title of the box | Chaîne | facultatif |
Main text | text | Text inside the box | Wikicode non équilibré | suggéré |
Colors
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 both light and dark themes:
Class | Color |
---|---|
msgbox-color-blue
|
|
msgbox-color-red
|
|
msgbox-color-purple
|
|
msgbox-color-green
|
|
msgbox-color-yellow
|
|
msgbox-color-orange
|
|
msgbox-color-pink
|