Template:MessageBox: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
== Example ==
== Example ==
<nowiki>{{MessageBox|bgcolor=#FF0000|caption=warning|message=A red message box}}</nowiki>
<nowiki>{{MessageBox|bgcolor=#FF0000|caption=warning|message=A red message box}}</nowiki>
{{MessageBox|bgcolor=#FF0000|message=A red message box}}
{{MessageBox|bgcolor=#FF0000|caption=warning|message=A red message box}}
<!--
<nowiki>{{note|The gyro compass may drift.  Compare the gyro compass against the wet compass at regular intervals.}}</nowiki>
{{note|The gyro compass may drift.  Compare the gyro compass against the wet compass at regular intervals.}}
-->
== Known issues ==
== Known issues ==
<!--
<!--

Latest revision as of 19:28, 8 April 2015

Note  Add message
The following template description is not displayed when the template is inserted in an article.

Goal

Use this template to create parameterized message box templates.

Usage

{{MessageBox|message}}

Example

{{MessageBox|bgcolor=#FF0000|caption=warning|message=A red message box}}

warning  Add message

Known issues

Related templates

Messagebox templates

  • {{warning}} – When a virtual aircraft might crash or when real equipment or ones health might be jeopardized
  • {{caution}} – When there might be damages to the virtual aircraft or to real equipment
  • {{tip}} – For helpful tips

Inline italic templates

Note If there is a need for a warning use a messagebox template instead.