Template:Infobox subsystem: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{Infobox
<includeonly>{{Infobox
|title   = {{{name|}}}
|title   = {{{name|}}}
|image   = {{#if:{{{image|}}}|[[Image:{{{image|}}}{{!}}270px{{!}}{{{alt{{!}}}}]]}}
|type = {{{type|tool}}}
|caption = {{{alt|}}}
|image   = {{#if: {{{image|}}} | [[File:{{{image|}}}|270px|{{{alt|}}}]] }}
|label1   = Started in
|caption = {{{alt|}}}
|data1   = {{{started|}}}
|label1 = Started in
|label2   = Description
|data1   = {{{started|}}}
|data2   = {{{description|}}}
|label2 = Description
|label3   = Maintainer(s)
|data2   = {{{description|}}}
|data3   =
|label3 = Maintainer(s)
|data3   =
{{{maintainers|}}}
{{{maintainers|}}}
|label4   = Developer(s)
 
|data4   =
|label4 = Contributor(s)
|data4 =
{{{developers|}}}
{{{developers|}}}
{{#if: {{{merge-requests}}} |
 
|label5 = Merge Request(s)
|label5 = Merge Request(s)
|data5 =
|data5 = {{{merge-requests|}}}
{{{merge-requests|(none)}}}
 
}}
|label6 = Status
|label6   = Status
|data6 = {{{status|}}}
|data6   = {{{status|}}}


|label7   = Folders
|label7 = Folders
|data7   =
|data7 =
{{{folders|}}}
{{{folders|}}}


|header8  = {{#if: {{{topic-sg|}}}{{{topic-fg|}}} | Topic branches: }}
|label8 = Changelog
|label8  = [[$SG_SRC]]
|data8 =
|data8    = {{{topic-sg|}}}
{{{changelog|}}}
|label9  = [[$FG_SRC]]
 
|data9    = {{{topic-fg|}}}
|header9 = {{#if: {{{topic-sg|}}}{{{topic-fg|}}}{{{topic-fgdata|}}} | Topic branches: }}
|label10  = [[fgdata]]
|label9  = [[$SG_SRC]]
|data9  = {{{topic-sg|}}}
|label10 = [[$FG_SRC]]
|data10  = {{{topic-fg|}}}
|label11 = [[fgdata]]
<!--
<!--
Todo: use git link template
Todo: use git link template
-->
-->
|data10    = {{{topic-fgdata|}}}
|data11 = {{{topic-fgdata|}}}
 
|label11  = Website
|data11    = {{{website|}}}
|label12  = Subforum
|data12    = {{{subforum|}}}


|label13 = Changelog
|label12 = Website
|data13 = {{Git File History|project|{{{project-history}}}|path|{{{path-history}}} }}
|data12  = {{{website|}}}
|label13 = Subforum
|data13  = {{{subforum|}}}


}}</includeonly><noinclude>
}}</includeonly><noinclude>
Line 51: Line 53:


== Usage ==
== Usage ==
Add this to the top of the article describing the subsystem.
Add this to the top of the article describing the tool/subsystem.
  <nowiki>{{</nowiki>'''infobox subsystem'''
  <nowiki>{{</nowiki>'''infobox subsystem'''
  <nowiki>|</nowiki> ''name''          =  
  <nowiki>|</nowiki> ''name''          =  
<nowiki>|</nowiki> ''type''          =
  <nowiki>|</nowiki> ''image''          =  
  <nowiki>|</nowiki> ''image''          =  
  <nowiki>|</nowiki> ''alt''            =  
  <nowiki>|</nowiki> ''alt''            =  
Line 63: Line 66:
  <nowiki>|</nowiki> ''status''        =  
  <nowiki>|</nowiki> ''status''        =  
  <nowiki>|</nowiki> ''folders''        =  
  <nowiki>|</nowiki> ''folders''        =  
<nowiki>|</nowiki> ''changelog''      =
  <nowiki>|</nowiki> ''topic-sg''      =  
  <nowiki>|</nowiki> ''topic-sg''      =  
  <nowiki>|</nowiki> ''topic-fg''      =  
  <nowiki>|</nowiki> ''topic-fg''      =  
  <nowiki>|</nowiki> ''topic-fgdata''  =  
  <nowiki>|</nowiki> ''topic-fgdata''  =
<nowiki>|</nowiki> ''git-repo''  =  
  <nowiki>|</nowiki> ''website''        =  
  <nowiki>|</nowiki> ''website''        =  
  <nowiki>|</nowiki> ''subforum''      =  
  <nowiki>|</nowiki> ''subforum''      =  
Line 73: Line 78:


; name:  Name of the subsystem
; name:  Name of the subsystem
; 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
Line 92: Line 99:
; folders:  Pointers for most relevant folders, for example $SG_SRC/canvas or $FG_SRC/Scripting
; folders:  Pointers for most relevant folders, for example $SG_SRC/canvas or $FG_SRC/Scripting


; topic-sg:  Simgear repository and topic branch URL
; 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 {{tl|Git File History}}.
 
; topic-sg:  [[SimGear]] repository and topic branch URL


; topic-fg:  FlightGear repository and topic branch URL
; topic-fg:  FlightGear repository and topic branch URL


; topic-fgdata:  fgdata 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
; website:  Link to project website


; subforum:  Link to FlightGear subforum
; subforum:  Link to related FlightGear subforum or topic


== Related templates ==
== Related templates ==
* {{tl|merge-request}} &ndash; For links to merge requests
* {{tl|merge-request}} — ''For links to merge requests''


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

Revision as of 10:16, 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 related FlightGear subforum or topic

Related templates