Template:Infobox addon: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
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>

Revision as of 23:10, 12 July 2020

noname
Started in started-in
Description description
Contributor(s) none
Status unknown


The following template description is not displayed when the template is inserted in an article.

Goal

This template can be placed on articles about FlightGear addons.

Adding this template to a page will automatically add Category:FlightGear addons to that page.

Usage

{{infobox addon
| name         = 
| started      = 
| desc         = 
| contributors = 
| status       = 
}}

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.

Examples

{{infobox addon}}
noname
Started in started-in
Description description
Contributor(s) none
Status unknown


{{infobox addon
| name         = MoonWalker
| started      = August 2005
| desc         = Modifies the walker to simulate moon gravity.
| contributors = 
* Joe Jumper
* Jittery Jim
| status       = Concept
}}
MoonWalker
Started in August 2005
Description Modifies the walker to simulate moon gravity.
Contributor(s)
  • Joe Jumper
  • Jittery Jim
Status Concept