Template:Infobox subsystem: Difference between revisions

m
prepare template for Addons to be used for Red Griffin ATC - @Johan: please review/fix up as needed, thank you !
No edit summary
m (prepare template for Addons to be used for Red Griffin ATC - @Johan: please review/fix up as needed, thank you !)
Line 1: Line 1:
<includeonly>{{Infobox
<includeonly>{{Infobox
|title  = {{{name|}}}
|title  = {{{name|}}}
|type = {{{type|tool}}}
|image  = {{#if: {{{image|}}} | [[File:{{{image|}}}|270px|{{{alt|}}}]] }}
|image  = {{#if: {{{image|}}} | [[File:{{{image|}}}|270px|{{{alt|}}}]] }}
|caption = {{{alt|}}}
|caption = {{{alt|}}}
Line 52: 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 67: Line 69:
  <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 75: Line 78:


; name:  Name of the subsystem
; name:  Name of the subsystem
; name:  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 101: Line 106:


; 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