Template:Infobox subsystem
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 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 = | ticket-label = }}
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 11/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 related FlightGear subforum or topic
- ticket-label
- Label to search for in the issue tracker tickets of FlightGear.
Related templates
- {{merge-request}} — For links to merge requests