Template:Infobox addon: Difference between revisions

No edit summary
(Doc: Removed empty example as there already is one on top)
 
(7 intermediate revisions by 3 users not shown)
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}}}
|contributors =  {{{contributors|none}}}
| status     = {{{status|unknown}}}
}}
| website    = {{{coderepo|none}}}
}}<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 in the Main or Howto namespace will automatically add [[:Category:FlightGear addons]] to that page.
 
== Usage ==
{{obr}}'''infobox addon'''
{{!}} ''name''        =  
  {{!}} ''started''      =
{{!}} ''desc''        =
{{!}} ''contributors'' =
{{!}} ''status''      =
{{!}} ''coderepo''    =
{{cbr}}
All parameters are optional.


; name:        The name of the add-on.  Defaults to '''noname'''.
; started:      When development started.  Defaults to '''started-in'''.
; description:  A short description of the add-on.  Defaults to '''description'''.
; status:      The status of the add-on.  Defaults to '''unknown'''.
; developers:  The developers of the addon.  Defaults to '''none'''.
; coderepo:    URL to a code repository for the add-on


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

Latest revision as of 08:44, 27 May 2023

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


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 in the Main or Howto namespace will automatically add Category:FlightGear addons to that page.

Usage

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

All parameters are optional.

name
The name of the add-on. Defaults to noname.
started
When development started. Defaults to started-in.
description
A short description of the add-on. Defaults to description.
status
The status of the add-on. Defaults to unknown.
developers
The developers of the addon. Defaults to none.
coderepo
URL to a code repository for the add-on

Example

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