Template:Infobox subsystem: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (prepare template for Addons to be used for Red Griffin ATC - @Johan: please review/fix up as needed, thank you !)
m (fix copy/paste error)
Line 79: Line 79:
; name:  Name of the subsystem
; name:  Name of the subsystem


; name:  Type of the tool/utility (e.g. addon)
; type:  Type of the tool/utility (e.g. addon)


; image:  Image related to the subsystem, for example a screenshot
; image:  Image related to the subsystem, for example a screenshot

Revision as of 10:15, 24 March 2020


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 tool/subsystem.

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

All parameters are optional.

name
Name of the subsystem
type
Type of the tool/utility (e.g. addon)
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
changelog
Can be a link to the changes to a file or files. Multiple entries can be put in a list. It is recommended to use {{Git File History}}.
topic-sg
SimGear repository and topic branch URL
topic-fg
FlightGear repository and topic branch URL
topic-fgdata
fgdata repository and topic branch URL
git-repo
repository for standalone tools (e.g. addons)
website
Link to project website
subforum
Link to FlightGear subforum

Related templates