Template:Note: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
(Added the 'padding' parameter to allow for finer style control.)
Line 1: Line 1:
{| cellspacing="0" style="border: 1px solid #1992ff; border-left-width: 10px; width: {{{width|90%}}}; background-color: #e0f2ff; padding: 2px; margin: 1em auto;"
{| cellspacing="0" style="border: 1px solid #1992ff; border-left-width: 10px; width: {{{width|90%}}}; background-color: #e0f2ff; padding: {{{padding|2px}}}; margin: 1em auto;"
| style="padding-left: 5px"| '''<span class="smallcaps" style="font-variant:small-caps;">{{LangSwitch
| style="padding-left: 5px"| '''<span class="smallcaps" style="font-variant:small-caps;">{{LangSwitch
  | de = Bemerkung
  | de = Bemerkung
Line 13: Line 13:


== Usage ==
== Usage ==
  {{obr}}'''note'''{{!}}message{{!}}''width=''{{cbr}}
  {{obr}}'''note'''
{{!}}message
{{!}}''width''  =
{{!}}''padding'' =
{{cbr}}


; width : Width of the messagebox, preferably as a percentage of the width of the page content. Defaults to 90%.
; width : Width of the messagebox, preferably as a percentage of the width of the page content. Defaults to 90%.
; padding: The padding for the message box.  This defaults to 2 px.


== Example ==
== Example ==

Revision as of 14:53, 21 June 2016

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

Goal

Use this template to add a note about something important.

Usage

{{note
|message
|width   =
|padding =
}}
width
Width of the messagebox, preferably as a percentage of the width of the page content. Defaults to 90%.
padding
The padding for the message box. This defaults to 2 px.

Example

{{note|The gyro compass may drift.  Compare the gyro compass against the wet compass at regular intervals.}}
Note  The gyro compass may drift. Compare the gyro compass against the wet compass at regular intervals.
{{note|The gyro compass may drift.  Compare the gyro compass against the wet compass at regular intervals.|width=50%}}
Note  The gyro compass may drift. Compare the gyro compass against the wet compass at regular intervals.

Known issues

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

{{note|1=For instruction on how to add screenshots to a forum post, see [http://forum.flightgear.org/viewtopic.php?f=19&t=8873 this forum sticky].}}
Note  For instruction on how to add screenshots to a forum post, see this forum sticky.

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.