Template:ArticleMessageBox
From MeritBadgeDotOrg
(Difference between revisions)
m (more }} to }}}) |
(vertical align) |
||
| (14 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | {| style="width: 80%; margin: 0 0 0 10%; border-collapse: collapse; background: #FBFBFB; border: 1px solid #aaa; border-left: 10px solid {{{barcolor}}};" | + | {| style="width: {{{width|80%}}}; margin: 0 0 0 {{{left-indent|10%}}}; border-collapse: collapse; background: {{{bgcolor|#FBFBFB}}}; border: 1px solid #aaa; border-left: 10px solid {{{barcolor}}};" |
|- | |- | ||
| - | | style="width: 52px; padding: 2px 0px 2px 0.5em; text-align: center;" | [[image:{{{image}}}]] | + | | style="width: 52px; padding: 2px 0px 2px 0.5em; text-align: center;" | [[image:{{{image}}}|{{{imagesize|px}}}]] |
| - | | style="padding: 0.25em 0.5em;" | {{{text}}} | + | | style="padding: 0.25em 0.5em;vertical-align:center;" | {{{text}}} |
| - | |} | + | |}<includeonly>{{{category|{{{includeonly|}}}}}}</includeonly><noinclude>{{documentation}}</noinclude> |
| - | <includeonly>{{{includeonly}}}</includeonly> | + | |
| - | <noinclude> | + | |
Current revision
| [[image:{{{image}}}|px]] | {{{text}}} |
- This documentation is transcluded from Template:ArticleMessageBox/doc.
This template may have a sandbox (edit) and testcases for editors to experiment.
Contents |
Usage
Examples
Example 1
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]]
}}
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. |
Example 2
The following code:
{{ArticleMessageBox
|width =
|left-indent = 1%
|barcolor = #f28500
|image = Sm-fdl.gif
|text = '''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:Articles that need to be expanded]]
}}
Will produce:
| | Please help improve this article or section by expanding it. Further information might be found on the talk page. |
Copy-and-paste code
{{ArticleMessageBox
|width = <!-- This parameter is optional. (Leaving this blank will set auto-width, which is 80%.) -->
|left-indent = <!-- This parameter is optional. -->
|barcolor =
|image =
|imagesize = <!-- This parameter is optional. (Default should be 44px, if needed.) -->
|bgcolor = <!-- This parameter is optional. (Default is #fbfbfb.) -->
|text =
|includeonly = <!-- This parameter is optional. (However, "include" Categories go here.) -->
}}
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).
