Difference between revisions of "Template:Warning"
From wiki
(Created page with "<includeonly>{{#if: {{{msg|{{{1|}}}}}}|<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b52 solid;padding:0.5em;b...") |
(Add templatedata) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#if: {{{msg|{{{1|}}}}}}|<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b52 solid;padding:0.5em;background-color: #fef7f5"><tr><td nowrap="nowrap" valign="top">}}<span style="position: relative; top: -2px;">[[File:Attention niels epting.svg|18px| | + | <noinclude> |
− | Warning|link=]]</span> ''' | + | == Description == |
− | Warning:''' {{#if: {{{msg|{{{1|}}}}}}|</td><td valign="top" style="padding-left:0.5em;">{{{msg|{{{1|}}}}}}</td></tr></table>}}</includeonly> | + | <templatedata> |
+ | { | ||
+ | "description": "Show warning sign or box", | ||
+ | "params": { | ||
+ | "msg": { | ||
+ | "aliases": [ | ||
+ | "1" | ||
+ | ], | ||
+ | "label": "Message", | ||
+ | "type": "content", | ||
+ | "suggested": true, | ||
+ | "description": "Message to be displayed in the warning box", | ||
+ | "default": "If no message is provided only a warning icon will be generated", | ||
+ | "example": "This page will self-destruct in five seconds. Good luck, Jim." | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | <nowiki>{{Warning}}This page will self-destruct in five seconds. Good luck, Jim.</nowiki> | ||
+ | |||
+ | {{Warning}}This page will self-destruct in five seconds. Good luck, Jim. | ||
+ | |||
+ | <nowiki>{{Warning|This page will self-destruct in five seconds. Good luck, Jim.}}</nowiki> | ||
+ | |||
+ | {{Warning|This page will self-destruct in five seconds. Good luck, Jim.}} | ||
+ | |||
+ | </noinclude> | ||
+ | <includeonly>{{#if: {{{msg|{{{1|}}}}}}|<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em; margin-bottom:0.5em; border:1px #b52 solid;padding:0.5em;background-color: #fef7f5"><tr><td nowrap="nowrap" valign="top">}}<span style="position: relative; top: -2px;">[[File:Attention niels epting.svg|18px| | ||
+ | Warning|link=]]</span> '''Warning:''' {{#if: {{{msg|{{{1|}}}}}}|</td><td valign="top" style="padding-left:0.5em;">{{{msg|{{{1|}}}}}}</td></tr></table>}}</includeonly> |
Latest revision as of 06:02, 2 January 2016
Description
Show warning sign or box
Parameter | Description | Type | Status | |
---|---|---|---|---|
Message | msg 1 | Message to be displayed in the warning box
| Content | suggested |
Examples
{{Warning}}This page will self-destruct in five seconds. Good luck, Jim.
Warning: This page will self-destruct in five seconds. Good luck, Jim.
{{Warning|This page will self-destruct in five seconds. Good luck, Jim.}}
Warning: | This page will self-destruct in five seconds. Good luck, Jim. |