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:Dialog source"
m (Johan G moved page Template:Dialog file to Template:Dialog source: To match names of more recent repository link templates) |
m (fix: Missing text parameter) |
||
Line 13: | Line 13: | ||
| view = | | view = | ||
− | | text = | + | | text = {{{text|}}} |
| pre = | | pre = | ||
| simplepath = | | simplepath = |
Latest revision as of 04:15, 8 May 2019
flightgear/fgdata/next/gui/dialogs/
Goal
This template can be used when linking to source files for FlightGear GUI dialogs.
Usage
{{dialog source |dialog= |line= |l= |text=}}
All parameters are optional.
- dialog
- Name of XML file of the dialogs source
- line, l
- line number to jump to
- text
- Alternative label for the link
Examples
{{dialog source}}
flightgear/fgdata/next/gui/dialogs/
{{dialog source |dialog=airports}}
flightgear/fgdata/next/gui/dialogs/airports.xml
{{dialog source |dialog=airports |line=321}}
flightgear/fgdata/next/gui/dialogs/airports.xml#l321
{{dialog source |dialog= |line= |l=321}}
flightgear/fgdata/next/gui/dialogs/airports.xml#l321
The {{dialog source |dialog= |line= |l=321 |text=search button code}} in the airport dialog.
The search button code in the airport dialog.
Technical
This template uses {{fgdata source}} and fill parts of the parameters.