Template:Infobox addon: Difference between revisions

Jump to navigation Jump to search
+-autocat: Now limited to only pages in the main namespace (articles) and howto namespace, FlightGear add-ons → FlightGear addons; + Documantation; +cat: Infobox templates
No edit summary
(+-autocat: Now limited to only pages in the main namespace (articles) and howto namespace, FlightGear add-ons → FlightGear addons; + Documantation; +cat: Infobox templates)
Line 1: Line 1:
{{infobox subsystem
{{infobox subsystem
|name = {{{name|noname}}}
| name       = {{{name|noname}}}
|started= {{{started|started-in}}}
| started     = {{{started|started-in}}}
|description = {{{desc|description}}}
| description = {{{desc|description}}}
|status = {{{status|unknown}}}
| developers  = {{{contributors|none}}}
|developers =  {{{contributors|none}}}
| status     = {{{status|unknown}}}
}}
}}<includeonly>{{main other|[[Category:FlightGear addons]]}}{{howto other|[[Category:FlightGear addons]]}}</includeonly><noinclude>
{{-}}
{{Informative template|1=
__NOTOC__
== Goal ==
<!-- Short description of the purpose of the template, any automatic categorization and if there is things to consider when using or maintaining the template -->
This template can be placed on articles about FlightGear [[addon]]s.
 
Adding this template to a page will automatically add [[:Category:FlightGear addons]] to that page.
 
== Usage ==
{{obr}}'''infobox addon'''
{{!}} ''name''        =
{{!}} ''started''      =  
  {{!}} ''desc''        =
{{!}} ''contributors'' =
{{!}} ''status''      =
{{cbr}}
All parameters are optional.


; name:        The name of the addon.  Defaults to '''noname'''.
; started:      When development started.  Defaults to '''started-in'''.
; description:  A short description of the addon.  Defaults to '''description'''.
; status:      The status of the addon.  Defaults to '''unknown'''.
; developers:  The developers of the addon.  Defaults to '''none'''.


[[Category:FlightGear add-ons]]
== Examples ==
{{obr}}infobox addon{{cbr}}
{{infobox addon}}
{{-}}
{{obr}}infobox addon
{{!}} name        = MoonWalker
{{!}} started      = August 2005
{{!}} desc        = Modifies the walker to simulate moon gravity.
{{!}} contributors =
* Joe Jumper
* Jittery Jim
{{!}} status      = Concept
{{cbr}}
{{infobox addon
| name        = MoonWalker
| started      = August 2005
| desc        = Modifies the walker to simulate moon gravity.
| contributors =
* Joe Jumper
* Jittery Jim
| status      = Concept
}}
{{-}}
}}
[[Category:Infobox templates]]
</noinclude>

Navigation menu