Difference between revisions of "Template:Mbox"
From Twinsuniverse
J McKalling (Talk | contribs) m |
J McKalling (Talk | contribs) (added the new 'delete' mbox type) |
||
Line 7: | Line 7: | ||
| warning | | warning | ||
| protect | | protect | ||
− | | notice = {{lc:{{{class}}}}} | + | | notice |
+ | | delete = {{lc:{{{class}}}}} | ||
| #default = | | #default = | ||
}}" border="0" cellpadding="0" cellspacing="0"> | }}" border="0" cellpadding="0" cellspacing="0"> | ||
Line 26: | Line 27: | ||
** ''protect'' | ** ''protect'' | ||
** ''notice'' | ** ''notice'' | ||
+ | ** ''delete'' | ||
** any other value would result in the default message type (no special styles) | ** any other value would result in the default message type (no special styles) | ||
Line 71: | Line 73: | ||
{| class="mbox protect" border="0" cellpadding="0" cellspacing="0" | {| class="mbox protect" border="0" cellpadding="0" cellspacing="0" | ||
| || This message indicates something about protection. | | || This message indicates something about protection. | ||
+ | |} | ||
+ | |||
+ | |||
+ | <nowiki>{{mbox|class=delete|This message indicates this page is pending deletion.}}</nowiki> | ||
+ | |||
+ | {| class="mbox delete" border="0" cellpadding="0" cellspacing="0" | ||
+ | | || This message indicates this page is pending deletion. | ||
|} | |} | ||
Revision as of 17:16, 13 January 2013
This template may be used to display a message above an article, which text can be customized.
Parameters
- The message text (case sensitive, defaults to empty message)
- class: The type of the message, may be any of these values (case insensitive):
- cleanup
- content
- move
- warning
- protect
- notice
- delete
- any other value would result in the default message type (no special styles)
Syntax
{{mbox|class=value|message}}
Examples
{{mbox|class=cleanup|This article may need some kind of cleanup, doesn't it?}}
This article may need some kind of cleanup, doesn't it? |
{{mbox|class=content|Warning, this article is having a content warning message!}}
Warning, this article is having a content warning message! |
{{mbox|class=move|It is suggested to move / rename this article.}}
It is suggested to move / rename this article. |
{{mbox|class=notice|Something's wrong, but I don't know what. Maybe you can sort it out.}}
Something's wrong, but I don't know what. Maybe you can sort it out. |
{{mbox|class=warning|You are viewing a system warning message.}}
You are viewing a system warning message. |
{{mbox|class=protect|This message indicates something about protection.}}
This message indicates something about protection. |
{{mbox|class=delete|This message indicates this page is pending deletion.}}
This message indicates this page is pending deletion. |