Template:Caution: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Fix/update doc internals; add width param (needed for pages like Nasal library and Canvas MapStructure Layers)
No edit summary
Line 5: Line 5:
  | fr = Attention
  | fr = Attention
  | it = Attenzione
  | it = Attenzione
| th = '''ระวัง'''
}}</span>'''&ensp; {{{1|Add message}}}
}}</span>'''&ensp; {{{1|Add message}}}
|}<noinclude>{{Informative template |1=
|}<noinclude>{{Informative template |1=

Revision as of 01:35, 20 February 2016

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

Goal

Use this template to add a caution when there might be damage to the virtual aircraft or to real equipment.

Usage

{{caution|message|width=}}
width
Width of the messagebox, preferably as a percentage of the width of the page content. Defaults to 90%.

Example

{{caution|Never apply full throttle instantly at take off in high performance tail-draggers.  You will ground loop and possibly crash.}}
Caution  Never apply full throttle instantly at take off in high performance tail-draggers. You will ground loop and possibly crash.
{{caution|Never apply full throttle instantly at take off in high performance tail-draggers.  You will ground loop and possibly crash.|width=50%}}
Caution  Never apply full throttle instantly at take off in high performance tail-draggers. You will ground loop and possibly crash.

Known issues

Adding external links must be done like below. Specifically note the 1=.

{{caution|1=message}}

Related templates

Messagebox templates

  • {{warning}} – When a virtual aircraft might crash or when real equipment or ones health might be jeopardized
  • {{note}} – For important notes
  • {{tip}} – For helpful tips

Inline italic templates

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