Template:MessageBox: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with "{| cellspacing="0" style="border: 1px solid #1992ff; border-left-width: 10px; min-width: 60%; max-width: 85%; background-color: {{{bgcolor|#e0f2ff}}}; padding: 2px; margin: 1e...")
 
No edit summary
Line 10: Line 10:


== Example ==
== Example ==
<nowiki>{{MessageBox|bgcolor=#FF0000|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|message=A red message box}}
<!--
<!--

Revision as of 19:27, 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}}

Note  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.