Template:Msgbox: Difference between revisions
Mastergalen (talk | contribs) (Fix class) |
Mastergalen (talk | contribs) (Update to BS3) |
||
Line 1: | Line 1: | ||
{{msgbox | |||
< | |text=<i class="icon-warning-sign icon-2x"></i> This article is a stub. You can help us by {{fullurl|{{FULLPAGENAME}}|action{{=}}edit|text=expanding it}} | ||
--></ | }}<noinclude>{{Documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | |||
[[Category:Maintenance templates]] | |||
</noinclude> | |||
<includeonly>[[Category:Stub]]</includeonly> |
Revision as of 21:02, 9 November 2013
Template loop detected: Template:Msgbox
Contents
Basic usage
{{msgbox | title = This is a normal message box | text = With helpful and descriptive subtext }}
Will result in: Template loop detected: Template:Msgbox
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:
Template loop detected: Template:Msgbox
Error or danger
| type = error
{{msgbox | type = error | title = This is an error message box | text = With helpful and descriptive subtext }}
Will result in:
Template loop detected: Template:Msgbox
Success
| type = success
{{msgbox | type = success | title = This is a green message box | text = With helpful and descriptive subtext }}
Will result in: Template loop detected: Template:Msgbox
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: Template loop detected: Template:Msgbox
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: Template loop detected: Template:Msgbox
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:
Template loop detected: Template:Msgbox
{{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:
Template loop detected: Template:Msgbox
The above documentation is transcluded from Template:Msgbox/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |
Cookies help us deliver our services. By using our services, you agree to our use of cookies.