Template:Message box/doc: Difference between revisions
FantasyTeddy (talk | contribs) (Created page with "{{documentation header}} {{shortcut|msgbox}} {{Protected|template|talkpage=Template talk:Msgbox}} This template is used to add consistent styling to message boxes. == Basic...") |
FantasyTeddy (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
== Basic usage == | == Basic usage == | ||
<pre style="width: | <pre style="width: 400px;"> | ||
{{msgbox | {{msgbox | ||
| title = This is a normal message box | | title = This is a normal message box | ||
Line 14: | Line 14: | ||
Will result in: | Will result in: | ||
{{ | {{Message box | ||
| title = This is a normal message box | |||
| text = With helpful and descriptive subtext | |||
| nocat=1}} | |||
An icon can be added to indicate the type of the message: | |||
<pre style="width: 460px;"> | |||
<pre style="width: | |||
{{msgbox | {{msgbox | ||
| icon = info-sign | |||
| icon = | | text = This is a message box with an information icon | ||
| text = This is a | |||
}} | }} | ||
</pre> | </pre> | ||
Will result in: | Will result in: | ||
{{ | {{Message box | ||
| icon = info-sign | |||
| text = This is a message box with an information icon | |||
|nocat=1}} | |||
The [http://fortawesome.github.io/Font-Awesome/3.2.1/icons Font Awesome Icons] are used here (without the <code>icon-</code> prefix). | |||
== Advanced usage == | == Advanced usage == | ||
Line 33: | Line 42: | ||
| bgcol = #eef | | bgcol = #eef | ||
| linecol = #ddf | | linecol = #ddf | ||
| title = This is a | | textcol = #336 | ||
| text = It | | icon = flag | ||
| title = This is a purple message box | |||
| text = It is customized with some extra CSS | |||
| css = box-shadow: 0px 0px 6px #888; | | css = box-shadow: 0px 0px 6px #888; | ||
}} | }} | ||
Line 41: | Line 51: | ||
Will result in: | Will result in: | ||
{{ | {{Message box | ||
| bgcol = #eef | | bgcol = #eef | ||
| linecol = #ddf | | linecol = #ddf | ||
| title = This is a | | textcol = #336 | ||
| text = It | | icon = flag | ||
| title = This is a purple message box | |||
| text = It is customized with some extra CSS | |||
| css = box-shadow: 0px 0px 6px #888; | | css = box-shadow: 0px 0px 6px #888; | ||
|nocat=1}} | |||
== Category == | == Category == | ||
This template automatically adds templates that use it to [[:Category:Notice templates]]. To prevent that, simply set the parameter <code><nowiki>{{{nocat}}}</nowiki></code> | This template automatically adds templates that use it to [[:Category:Notice templates]]. To prevent that, simply set the parameter <code><nowiki>{{{nocat}}}</nowiki></code> |
Latest revision as of 16:43, 1 August 2015
[purge]
This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information- Shortcut
- msgbox
This template is used to add consistent styling to message boxes.
Basic usage
{{msgbox | title = This is a normal message box | text = With helpful and descriptive subtext }}
Will result in:
This is a normal message box
With helpful and descriptive subtext
With helpful and descriptive subtext
An icon can be added to indicate the type of the message:
{{msgbox | icon = info-sign | text = This is a message box with an information icon }}
Will result in:
This is a message box with an information icon
The Font Awesome Icons are used here (without the icon-
prefix).
Advanced usage
{{msgbox | bgcol = #eef | linecol = #ddf | textcol = #336 | icon = flag | title = This is a purple message box | text = It is customized with some extra CSS | css = box-shadow: 0px 0px 6px #888; }}
Will result in:
This is a purple message box
It is customized with some extra CSS
It is customized with some extra CSS
Category
This template automatically adds templates that use it to Category:Notice templates. To prevent that, simply set the parameter {{{nocat}}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.