Template:Msgbox/doc
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
| File:Edit-copy green.svg | This is a documentation subpage for Template:Msgbox. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
Contents
Basic usage
{{msgbox
| title = This is a normal message box
| text = With helpful and descriptive subtext
}}
Will result in:
With helpful and descriptive subtext
Types
To change a message boxes's connotation use the type parameter.
Warning
| type = warning
{{msgbox
| type = warning
| title = This is a warning message box
| text = With helpful and descriptive subtext
}}
Will result in:
With helpful and descriptive subtext
Error or danger
| type = error
{{msgbox
| type = error
| title = This is an error message box
| text = With helpful and descriptive subtext
}}
Will result in:
With helpful and descriptive subtext
Success
| type = success
{{msgbox
| type = success
| title = This is a green message box
| text = With helpful and descriptive subtext
}}
Will result in:
With helpful and descriptive subtext
Information
Leaving out the type parameter will give you the default information alert.
{{msgbox
| title = This is a normal message box
| text = With helpful and descriptive subtext
}}
Will result in:
With helpful and descriptive subtext
Mini usage
{{msgbox
| mini = 1
| icon = icon-upload
| text = This is a mini message box with an information icon using [[Help:Icons|Icons]]
}}
Will result in:
This is a mini message box with an information icon using Icons
Advanced CSS usage
{{msgbox
| type = success
| title = This is a green message box
| text = It has a discuss link and some custom CSS.
| discuss = 1
| css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;
}}
Will result in:
It has a discuss link and some custom CSS.
{{msgbox
| type = success
| title = This is a green message box
| text = It has a discuss link, some custom CSS and a custom image
| discuss = 1
| css = -moz-box-shadow: 0px 0px 6px #888; -webkit-box-shadow: 0px 0px 6px #888;
}}
Will result in:
It has a discuss link, some custom CSS and a custom image
Retrieved from "http://ftb-wiki.com/w/index.php?title=Template:Msgbox/doc&oldid=179"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.


