Template:Infobox subsystem

From FlightGear wiki
Revision as of 13:19, 17 March 2015 by Hooray (talk | contribs) (for some reason this no longer shows up ??)
Jump to navigation Jump to search


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

Add this to the top of the article describing the subsystem.

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

All parameters are optional.

name
Name of the subsystem
image
Image related to the subsystem, for example a screenshot
alt
Caption for the image
started
Month of development started, for example 03/2024
description
Short description of the subsystem/feature
maintainers
List of current maintainers
developers
List of developers
merge-requests
List of merge requests
status
Current development status
folders
Pointers for most relevant folders, for example $SG_SRC/canvas or $FG_SRC/Scripting
topic-sg
Simgear repository and topic branch URL
topic-fg
FlightGear repository and topic branch URL
topic-fgdata
fgdata repository and topic branch URL
website
Link to project website
subforum
Link to FlightGear subforum

Related templates