Difference between revisions of "Template:MessageBox/doc inform series"

From relax wiki
Jump to navigation Jump to search
(Shifted the 'Informative Message Box Series' text from {{warning}} to be reused by all the message box templates.)
 
(Added the Category:InformBox templates category.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Informative Message Box Series ==
+
{{#switch: {{{level|}}} | 1 = = | 2 = == | 3 = === | ==}}The Inform MessageBox Series{{#switch: {{{level|}}} | 1 = = | 2 = == | 3 = === | ==}}
  
{{note|This idea of using a meta-template transclusion was suggested by [http://wiki.flightgear.org/User_talk:Johan_G#Using_the_messagebox_templates_for_an_external_project Johan G. on the FlightGear wiki].  The {{tl|tip}}, {{tl|note}}, {{tl|caution}}, and {{tl|warning}} message box colour scheme was also devised by Johan.}}
+
{{note|This idea of using a meta-template transclusion was suggested by [http://wiki.flightgear.org/User_talk:Johan_G#Using_the_messagebox_templates_for_an_external_project Johan G. on the FlightGear wiki].  The {{tl|tip}}, {{tl|note}}, {{tl|caution}}, and {{tl|warning}} message box colour scheme and names were also devised by Johan, based on a "''typical flight manual/pilot operating handbook and cockpit indicator use, all sometimes defined by regulation to be used for notes of importance, cations about risk of damaging equipment or minor physical injuries and warnings about major damage to equipment, major physical injuries or death''".}}
  
 
The following are a series of message boxes for helping to inform the reader:
 
The following are a series of message boxes for helping to inform the reader:
Line 25: Line 25:
  
 
These message boxes all use transclusion from {{tl|MessageBox}}.
 
These message boxes all use transclusion from {{tl|MessageBox}}.
 +
 +
 +
<noinclude>
 +
[[Category:MessageBox templates]]
 +
[[Category:InformBox templates]]
 +
</noinclude>

Latest revision as of 09:01, 16 October 2015

The Inform MessageBox Series

Note  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 and names were also devised by Johan, based on a "typical flight manual/pilot operating handbook and cockpit indicator use, all sometimes defined by regulation to be used for notes of importance, cations about risk of damaging equipment or minor physical injuries and warnings about major damage to equipment, major physical injuries or death".

The following are a 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 files from your harddrive.}}

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 files from your harddrive.

These message boxes all use transclusion from {{MessageBox}}.