Difference between revisions of "Template:Warning box"

From SME Server
Jump to navigationJump to search
m (Reordering and changed layout to be more conformal to the wiki pages)
 
Line 2: Line 2:
 
===Usage===
 
===Usage===
 
<pre>{{Warning box|Add message here}}</pre>
 
<pre>{{Warning box|Add message here}}</pre>
 +
== Data ==
 +
<templatedata>
 +
{
 +
"params": {
 +
"1": {
 +
"description": "The contents of the box",
 +
"example": "Hello, world!",
 +
"suggested": true
 +
}
 +
        }
  
 +
}
 +
</templatedata>
 
===Example===
 
===Example===
 
</noinclude>
 
</noinclude>

Latest revision as of 10:57, 21 February 2019

Usage

{{Warning box|Add message here}}

Data

No description.

Template parameters

ParameterDescriptionTypeStatus
11

The contents of the box

Example
Hello, world!
Unknownsuggested

Example

Warning.png Warning:
Add message here