Hi fellow wiki editors!
To help newly registered users get more familiar with the wiki (and maybe older users too) there is now a {{Welcome to the wiki}} template. Have a look at it and feel free to add it to new users discussion pages (and perhaps your own).
I have tried to keep the template short, but meaningful. /Johan G
Difference between revisions of "Template:Note"
From FlightGear wiki
Red Leader (Talk | contribs) (Fix/update doc internals; add width param (needed for pages like Nasal library and Canvas MapStructure Layers) |
Red Leader (Talk | contribs) m (Typo, missing period) |
||
Line 14: | Line 14: | ||
{{obr}}'''note'''{{!}}message{{!}}''width=''{{cbr}} | {{obr}}'''note'''{{!}}message{{!}}''width=''{{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%. |
== Example == | == Example == |
Revision as of 15:23, 10 October 2015
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=}}
- width
- Width of the messagebox, preferably as a percentage of the width of the page content. Defaults to 90%.
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.