Template:Warning: Difference between revisions
(Created page with "{{Box |text = {{{text|Lorem ipsum dolor sit amet.}}} |image = Dialog-information.svg |border = #8090ff |background = #eafaff }}") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Box | <includeonly>{{Box | ||
|text = {{{text|Lorem ipsum dolor sit amet.}}} | |text = {{{text|Lorem ipsum dolor sit amet.}}} | ||
|image = Dialog- | |image = Dialog-warning.png | ||
|border = # | |border = #ff8040 | ||
|background = # | |background = #fcffee | ||
}} | }} | ||
</includeonly> | |||
<noinclude> | |||
This template is used to give a warning in a colored box. | |||
==Default usage== | |||
<pre>{{Warning|text=Too hot!}}</pre> | |||
Write the warning text after <code>|text=</code> within the curly brackets. If none is supplied, the box will display a Lorem ipsum warning. | |||
{{Warning|text=Too hot!}} | |||
[[Category:Box templates]] | |||
</noinclude> |