Template:Warning: Difference between revisions

From NixOS Wiki
imported>Fadenb
No edit summary
imported>Fadenb
No edit summary
Line 2: Line 2:
== Usage ==
== Usage ==
Warning box:
Warning box:
<pre>
<nowiki>{{warning|text=The text of your warning message}}</nowiki>
</pre>
{{warning|text=The text of your warning message}}
{{warning|text=The text of your warning message}}
</noinclude>
</noinclude>
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top">''' Warning:''' {{{text}}}</td></tr></table>
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top">''' Warning:''' {{{text}}}</td></tr></table>

Revision as of 11:16, 1 July 2017

Usage

Warning box:

{{warning|text=The text of your warning message}}
Warning: The text of your warning message


Warning: {{{text}}}