Template:Infobox subsystem: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(+doc: Documenting the "merge-requests" parameter)
m (Some label fixes and subheader)
Line 23: Line 23:
{{{folders|}}}
{{{folders|}}}


|= Topic branches:  
|subheader = Topic branches:  
|label8  = $SG_SRC
|label8  = [[$SG_SRC]]
|data8  = {{{topic-sg|}}}
|data8  = {{{topic-sg|}}}
|label9  = $FG_SRC
|label9  = [[$FG_SRC]]
|data9    = {{{topic-fg|}}}
|data9    = {{{topic-fg|}}}
|label10  = $FG_ROOT
|label10  = [[$FG_ROOT#.24FG_DATA|fgdata]]


<!--
<!--

Revision as of 08:03, 6 March 2015


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