Article Message Box usage
From MeritBadgeDotOrg
(Difference between revisions)
m (whitespace) |
m |
||
| Line 13: | Line 13: | ||
Will produce: | Will produce: | ||
{{ArticleMessageBox | {{ArticleMessageBox | ||
| - | |barcolor = #1E90FF | + | |barcolor = #1E90FF |
|image = Sm-fdl.gif | |image = Sm-fdl.gif | ||
|text = '''This is a [[MeritBadgeDotOrg:Stub|stub]]... Please help [{{fullurl:{{PAGENAME}}|action=edit}} improve this {{{1|article or section}}}] by expanding it.'''<br />Further information might be found on the [[{{TALKPAGENAME}}|talk page]]. | |text = '''This is a [[MeritBadgeDotOrg:Stub|stub]]... Please help [{{fullurl:{{PAGENAME}}|action=edit}} improve this {{{1|article or section}}}] by expanding it.'''<br />Further information might be found on the [[{{TALKPAGENAME}}|talk page]]. | ||
| Line 22: | Line 22: | ||
<div style="background:#dddddd;border: 1px solid black;padding:0.5em 1em 0.5em 1em"><pre> | <div style="background:#dddddd;border: 1px solid black;padding:0.5em 1em 0.5em 1em"><pre> | ||
{{ArticleMessageBox | {{ArticleMessageBox | ||
| - | |barcolor = | + | |barcolor = |
| - | |image = | + | |image = |
| - | |text = | + | |text = |
| - | |includeonly = | + | |includeonly = |
}} | }} | ||
</pre></div> | </pre></div> | ||
Revision as of 19:46, March 26, 2008
Usage
The following code:
{{ArticleMessageBox
|barcolor=#1E90FF
|image=Sm-fdl.gif
|text = '''This is a [[MeritBadgeDotOrg:Stub|stub]]... Please help {{fullurl:{{PAGENAME}}|action=edit}} improve this {{{1|article or section}}}] by expanding it.'''<br />Further information might be found on the [[{{TALKPAGENAME}}|talk page]].
|includeonly = [[Category:Stubs]]
}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE -->
Will produce:
| | This is a stub... Please help improve this article or section by expanding it. Further information might be found on the talk page. |
Copy-and-paste code
{{ArticleMessageBox
|barcolor =
|image =
|text =
|includeonly =
}}
Categories and colors
Article message boxes are divided into various categories. Each category has a corresponding color code. The color-coding helps to inform of the nature of the issues at a glance.
| Code | Name | Description | Example Templates |
|---|---|---|---|
| #bba | Protection | Page is locked against edits | {{protected}} |
| #b22222 | Deletion | proposed deletion | {{delete}} |
| #f28500 | Content | Problems with the content of an article, i.e., what the article actually says | {{expand}}, {{expand2}}, {{copypaste}}, {{stub}}, {{uncategorized}}, {{unreferenced}} |
| #f4c430 | Style | Problems not with the content, but how it is formatted/presented | {{cleanup}}, {{wikify}} |
| #1e90ff | Notice | Information readers/editors should be aware of | {{info}}, {{Otheruses}}, {{Current}}, {{GFDL content}} |
| #9932cc | Move | Merge and split proposals | {{merge}} |
The choice of color is partly inspired by the ANSI standard safety "Signal Words" and their corresponding colors: Danger (Red), Warning (Orange), Caution (Yellow), and Notice (Blue).
Most Article message boxes have a background color of #fbfbfb (slightly off white), which is intended to contrast slightly with the full white (#ffffff) used for articles, while still being easy to read.
