Template:Danger: Difference between revisions

From East Essex Hackspace
Jump to navigation Jump to search
(Created page with "<table class="danger-message" style="background-color: #fee7e6; border: 1px #d33 solid; box-sizing: border-box; margin: 0.5em 0; padding: 0.5em;"><tr><td style="white-space: n...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="danger-message" style="background-color: #fee7e6; border: 1px #d33 solid; box-sizing: border-box; margin: 0.5em 0; padding: 0.5em;"><tr><td style="white-space: nowrap; vertical-align: top;"><span style="position: relative; top: -2px;">[[File:UI_icon_notice-destructive.png|18px|alt=Warning|link=]]</span> '''Warning:'''</td><td style="padding-left: 0.5em vertical-align: top;">{{{msg|{{{1|}}}}}}</td></tr></table></onlyinclude>
<onlyinclude><table class="danger-message" style="background-color: #fceaea; border: 1px #de3030 solid; box-sizing: border-box; margin: 0.5em 0; padding: 0.5em;"><tr><td style="white-space: nowrap; vertical-align: top;"><span style="position: relative; top: -2px;">[[File:UI_icon_notice-destructive.png|18px|alt=Danger|link=]]</span> '''Danger:'''</td><td style="padding-left: 0.5em vertical-align: top;">{{{msg|{{{1|}}}}}}</td></tr></table></onlyinclude>
 
=== Usage ===
 
{{code|1=<nowiki>{{danger|1=Message content here}}</nowiki>}}
 
 
{{danger|1=Message content here}}

Latest revision as of 01:05, 13 February 2024

Danger Danger:

Usage

{{danger|1=Message content here}}


Danger Danger:Message content here