Difference between revisions of "Template:Warning"

[quality revision] [quality revision]
(Merge articles)
(Merge articles)
 

1 Usage[edit]

The 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:  {{Warning | <message>}}

Where <message> is the optional warning message. If this parameter is not set, the default message is "Please read carefully".

2 Basic examples[edit]

You type You get
Warning without specific warning message
{{Warning}}
Warning white.png Warning
Please read carefully
Warning with specific warning message
{{Warning | Please respect the order of the below actions}}
Warning white.png Warning
Please respect the order of the below actions

3 More examples[edit]

You type You get
Warning with a long warning message
{{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.}}
Warning white.png 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
BEFORE{{Warning | Check spaces}}AFTER<br>
BEFORE
{{Warning | Check spaces}}
AFTER

BEFORE

Warning white.png Warning
Check spaces
AFTER

BEFORE

Warning white.png Warning
Check spaces

AFTER

4 Maintenance[edit]

This template is a template common to all ST wikis.
Modifications must be done into the WikiModel. They must be reviewed by all ST wikis maintainers.
When approved, the template can be pushed/merged towards all ST wikis.

5 Code[edit]

Warning.png
Warning white.png Warning
Please read carefully
<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: hidden" width="100%"| style="border-right-width: 0px;" | [[File:Warning.png|40px|link=]]
|  background: {{STPink}}; color: #FFFFFF" | [[File:Warning_white.png|25px|link=]]  <span style="font-weight: bold;"> Warning</span>

|-
| style="border-left-width: 0px;" | <span style="color: {{STPink}}; font-weight: bold;"> {{{1|Please read carefully}}}</span> border-top-width: 0px; background: {{STPink | tint=25}}" | {{{1| Please read carefully}}}

|}
Line 58: Line 58:
   
 
==Code==
 
==Code==
</noinclude>{| class="st-table" style="border-color: {{STPink}};"
+
</noinclude>{| class="st-table" style="border-style: hidden" width="100%"
| style="border-right-width: 0px;" | [[File:Warning.png|40px|link=]]
+
| style="border-right-width: 0px; background: {{STPink}}; color: #FFFFFF" | [[File:Warning_white.png|25px|link=]] <span style="font-weight: bold;"> Warning</span>
| style="border-left-width: 0px;" | <span style="color: {{STPink}}; font-weight: bold;"> {{{1|Please read carefully}}}</span>
+
|-
  +
| style="border-left-width: 0px; border-top-width: 0px; background: {{STPink | tint=25}}" | {{{1| Please read carefully}}}
 
|}
 
|}