Difference between revisions of "Template:Status box"
Created page with "<noinclude>__NOTOC__ __NOEDITSECTION__ == Preview ==</noinclude> {| class = "status-box" style = "width: 100%; background: #fefefe; border: 1px solid #ddd; border-collapse: co..." |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
| style = " width: 99%; padding: .5em; | | | style = " width: 99%; padding: .5em; | | ||
<div id = "status-text">{{{status text|Please specify a status text!}}}</div> | <div id = "status-text">{{{status text|Please specify a status text!}}}</div> | ||
− | |} | + | |}<noinclude> |
− | <noinclude>== Template == | + | == Template Format == |
<pre><nowiki> | <pre><nowiki> | ||
{{Status box | {{Status box | ||
− | |status bcolor = #f2c800 | + | | status bcolor = #f2c800 |
− | |status symbol color = #fff | + | | status symbol color = #fff |
− | |status symbol = ⚠ | + | | status symbol = ⚠ |
− | |status text = This article's status text is a sort of warning! | + | | status text = This article's status text is a sort of warning! |
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
== Output == | == Output == | ||
{{Status box | {{Status box | ||
− | |status bcolor = #f2c800 | + | | status bcolor = #f2c800 |
− | |status symbol color = #fff | + | | status symbol color = #fff |
− | |status symbol = ⚠ | + | | status symbol = ⚠ |
− | |status text = This article's status text is a sort of warning! | + | | status text = This article's status text is a sort of warning! |
}} | }} | ||
+ | [[Category: Core templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 08:24, 9 November 2016
Preview
•
|
Please specify a status text!
|
Template Format
{{Status box | status bcolor = #f2c800 | status symbol color = #fff | status symbol = ⚠ | status text = This article's status text is a sort of warning! }}
Output
⚠
|
This article's status text is a sort of warning!
|