Template:FG1000 file: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with "[https://sourceforge.net/p/flightgear/fgdata/ci/next/tree/Aircraft/Instruments-3d/FG1000/Nasal/{{{name|NavigationMap}}} {{{type|{{{name|NavigationMap}}}.nas }}} ]")
 
(Reintroduced the 'label' parameter.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[https://sourceforge.net/p/flightgear/fgdata/ci/next/tree/Aircraft/Instruments-3d/FG1000/Nasal/{{{name|NavigationMap}}} {{{type|{{{name|NavigationMap}}}.nas }}} ]
{{fgdata source
| path = Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/{{{1|{{{name|NavigationMap}}}}}}/{{{1|{{{name|NavigationMap}}}}}}.nas
| view = tree
| text = {{{label|{{{1|{{{name|NavigationMap}}}}}}}}}
}}<noinclude>
 
{{Informative template|1=
__NOTOC__
== Goal ==
This template is for creating links to the FG1000 instrument Nasal sources.  It is a subtemplate of the master {{tl|repo link}} template designed to be specific for the FGData repository and the FG1000 instrument.
 
== Usage ==
 
{{obr}}'''FG1000 file'''
{{!}} ''name'' =
{{!}} ''label'' =
{{cbr}}
 
; {{param|name}}: The name of the file without the ''*.nas'' extension.  This is either a named or numbered parameter.
; {{param|label}}: The text to display, defaulting to {{param|name}}.
 
== Examples ==
 
{{obr}}FG1000 file{{!}}TrafficMap{{!}}label=Traffic map{{cbr}}
 
{{FG1000 file|TrafficMap|label=Traffic map}}
 
== Related templates ==
{{repo link/doc related}}
 
}}
 
[[Category:Repository link templates]]

Latest revision as of 12:44, 16 April 2018

NavigationMap


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

Goal

This template is for creating links to the FG1000 instrument Nasal sources. It is a subtemplate of the master {{repo link}} template designed to be specific for the FGData repository and the FG1000 instrument.

Usage

{{FG1000 file
| name =
| label =
}}
name
The name of the file without the *.nas extension. This is either a named or numbered parameter.
label
The text to display, defaulting to name.

Examples

{{FG1000 file|TrafficMap|label=Traffic map}}

Traffic map

Related templates