Difference between revisions of "Template:Warning"
Jump to navigation
Jump to search
(Redesign of the template using the Template:MessageBox meta-template transclusion. Full documentation has also been added.) |
(Changed the 'message' named argument into an anonymous parameter.) |
||
Line 1: | Line 1: | ||
{{MessageBox | {{MessageBox | ||
− | | message = {{{ | + | | message = {{{1|Add message}}} |
| title = Warning | | title = Warning | ||
| border = thin solid #f42 | | border = thin solid #f42 | ||
Line 14: | Line 14: | ||
== Usage == | == Usage == | ||
− | <nowiki>{{</nowiki>'''warning'''| | + | <nowiki>{{</nowiki>'''warning'''|message<nowiki>}}</nowiki> |
; message : The obligatory warning text. | ; message : The obligatory warning text. | ||
Line 20: | Line 20: | ||
== Example == | == Example == | ||
− | <nowiki>{{Warning| | + | <nowiki>{{Warning|This is a warning test message}}</nowiki> |
− | {{Warning| | + | {{Warning|This is a warning test message}} |
== Informative Message Box Series == | == Informative Message Box Series == |
Revision as of 17:46, 15 October 2015
Warning Add message |
Goal
To provide a clear warning to the reader.
Usage
{{warning|message}}
- message
- The obligatory warning text.
Example
{{Warning|This is a warning test message}}
Warning This is a warning test message |
Informative Message Box Series
This idea of using a meta-template transclusion was suggested by Johan G. on the FlightGear wiki. The {{tip}}, {{note}}, {{caution}}, and {{warning}} message box colour scheme was also devised by Johan.
The following are part of series of message boxes for helping to inform the reader. For example if you use:
{{tip|If you do it this way, your life will be easier.}} {{note|Do not forget to run this command.}} {{caution|If you run this command incorrectly, your harddrive will be erased.}} {{warning|Do not delete all FGAddon aircraft.}}
The result will be:
Tip If you do it this way, your life will be easier. |
Note Do not forget to run this command. |
Caution If you run this command incorrectly, your harddrive will be erased. |
Warning Do not delete all FGAddon aircraft. |