Template:Infobox subsystem: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
(+doc: Documenting the "merge-requests" parameter)
Line 14: Line 14:
{{{developers|}}}
{{{developers|}}}
|label5 = Merge Request(s)
|label5 = Merge Request(s)
|data5 = {{{merge-requests|(none)}}}
|data5 =
{{{merge-requests|(none)}}}
|label6  = Status
|label6  = Status
|data6    = {{{status|}}}
|data6    = {{{status|}}}
Line 48: Line 49:
Add this to the top of the article describing the subsystem.
Add this to the top of the article describing the subsystem.
  <nowiki>{{</nowiki>'''infobox subsystem'''
  <nowiki>{{</nowiki>'''infobox subsystem'''
  <nowiki>|</nowiki> ''name''         =  
  <nowiki>|</nowiki> ''name''           =  
  <nowiki>|</nowiki> ''image''       =  
  <nowiki>|</nowiki> ''image''         =  
  <nowiki>|</nowiki> ''alt''         =  
  <nowiki>|</nowiki> ''alt''           =  
  <nowiki>|</nowiki> ''started''     =  
  <nowiki>|</nowiki> ''started''       =  
  <nowiki>|</nowiki> ''description'' =  
  <nowiki>|</nowiki> ''description''   =  
  <nowiki>|</nowiki> ''maintainers''  =  
  <nowiki>|</nowiki> ''maintainers''   =
  <nowiki>|</nowiki> ''developers''   =  
  <nowiki>|</nowiki> ''developers''    =  
  <nowiki>|</nowiki> ''status''       =  
  <nowiki>|</nowiki> ''merge-requests'' =  
  <nowiki>|</nowiki> ''folders''     =  
  <nowiki>|</nowiki> ''status''         =  
  <nowiki>|</nowiki> ''topic-sg''     =  
  <nowiki>|</nowiki> ''folders''       =  
  <nowiki>|</nowiki> ''topic-fg''     =  
  <nowiki>|</nowiki> ''topic-sg''       =  
  <nowiki>|</nowiki> ''topic-fgdata'' =  
  <nowiki>|</nowiki> ''topic-fg''       =  
  <nowiki>|</nowiki> ''website''     =  
  <nowiki>|</nowiki> ''topic-fgdata''   =  
  <nowiki>|</nowiki> ''subforum''     =  
  <nowiki>|</nowiki> ''website''       =  
  <nowiki>|</nowiki> ''subforum''       =  
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>


Line 79: Line 81:


; developers:  List of developers
; developers:  List of developers
; merge-requests:  List of merge requests


; status:  Current development status
; status:  Current development status
Line 93: Line 97:


; subforum:  Link to FlightGear subforum
; subforum:  Link to FlightGear subforum
== Related templates ==
* {{tl|merge-request}} &ndash; For links to merge requests


[[Category:Infobox templates|Subsystem]]
[[Category:Infobox templates|Subsystem]]
}}
}}
</noinclude>
</noinclude>

Revision as of 18:51, 19 July 2014


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 04/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