<noinclude>
==Usage==
The [[Template:Warning|Warning]] template is used '''to warn on a particularly important point'''.
It puts a message box with a "pink warning" icon in the page.
Usage: <nowiki>{{</nowiki>Warning | {{HighlightParam|<message>}}}}
Where {{HighlightParam|<message>}} is the '''optional''' warning message. If this parameter is not set, the default message is "Please read carefully".
==Basic examples==
{| class="st-table"
! You type !! You get
|-
| Warning without specific warning message<pre style="white-space: pre-wrap;">
{{Warning}}</pre>
|
{{Warning}}
|-
| Warning with specific warning message<pre style="white-space: pre-wrap;">
{{Warning | Please respect the order of the below actions}}</pre>
|
{{Warning | Please respect the order of the below actions}}
|}
==More examples==
{| class="st-table"
! You type !! You get
|-
| Warning with a long warning message<pre style="white-space: pre-wrap;">
{{Warning | The warning message is a long sentence. Lorem ipsum: isdem diebus Apollinaris Domitiani gener, paulo ante agens palatii Caesaris curam, ad Mesopotamiam missus a socero per militares numeros immodice scrutabatur, an quaedam altiora meditantis iam Galli.}}</pre>
|
{{Warning | The warning message is a long sentence. Lorem ipsum: isdem diebus Apollinaris Domitiani gener, paulo ante agens palatii Caesaris curam, ad Mesopotamiam missus a socero per militares numeros immodice scrutabatur, an quaedam altiora meditantis iam Galli.}}
|-
| Check that the spaces before and after the info message<pre style="white-space: pre-wrap;">
BEFORE{{Warning | Check spaces}}AFTER<br>
BEFORE
{{Warning | Check spaces}}
AFTER</pre>
|
BEFORE{{Warning | Check spaces}}AFTER<br>
BEFORE
{{Warning | Check spaces}}
AFTER
|}
==Maintenance==
This template is a template common to all ST wikis. <br>
Modifications must be done into the [[stwikimodel:Template:Warning|WikiModel]]. They must be reviewed by all ST wikis maintainers.<br>
When approved, the template can be pushed/merged towards all ST wikis.
==Code==</noinclude>{| class="st-table" style="border-color: {{STPink}};"
| style="border-right-width: 0px;" | [[File:Warning.png|40px|link=]]
| style="border-left-width: 0px;" | <span style="color: {{STPink}}; font-weight: bold;"> {{{1|Please read carefully}}}</span>
|}