Template:Infobox subsystem: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(HTH)
No edit summary
Line 67: Line 67:
* '''<tt>topic-sg</tt>''': $SG_SRC (simgear repository and topic branch URL)
* '''<tt>topic-sg</tt>''': $SG_SRC (simgear repository and topic branch URL)
* '''<tt>topic-fg</tt>''': $SG_SRC (flightgear repository and topic branch URL)
* '''<tt>topic-fg</tt>''': $SG_SRC (flightgear repository and topic branch URL)
* '''<tt>topic-fgdata</tt>''': $SG_ROOT (fgdata repository and topic branch URL)
* '''<tt>topic-fgdata</tt>''': $FG_ROOT (fgdata repository and topic branch URL)
* '''<tt>website</tt>''': Link to project website <tt><nowiki>[URL Title]</nowiki></tt>
* '''<tt>website</tt>''': Link to project website <tt><nowiki>[URL Title]</nowiki></tt>
* '''<tt>subforum</tt>''': Link to FlightGear subforum <tt><nowiki>[URL Title]</nowiki></tt>
* '''<tt>subforum</tt>''': Link to FlightGear subforum <tt><nowiki>[URL Title]</nowiki></tt>

Revision as of 10:31, 5 July 2013


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

Goal

This template is intended to be used in the top of pages describing subsystems.

Usage

{{infobox subsystem
|name         =
|image        =
|alt          =
|started      =
|description  =
|maintainers  =
|developers   =
|status       =
|folders      =
|topic-sg     =
|topic-fg     =
|topic-fgdata =
|website      =
|subforum     =
}}

Parameters

  • name: Name of the subsystem
  • image: Image related to the subsystem (i.e. screen shot)
  • alt: Alt tag for the image, will be shown on mouse-over and in text-only readers
  • started: Month of development started, for example 04/2024
  • description: Short description of the subsystem/feature
  • maintainers: Current maintainer(s)
  • developers: Developer(s)
  • status: Current development status
  • folders: Pointers for most relevant folders (e.g. $SG_SRC/canvas or $FG_SRC/Scripting)
  • topic-sg: $SG_SRC (simgear repository and topic branch URL)
  • topic-fg: $SG_SRC (flightgear repository and topic branch URL)
  • topic-fgdata: $FG_ROOT (fgdata repository and topic branch URL)
  • website: Link to project website [URL Title]
  • subforum: Link to FlightGear subforum [URL Title]