Template:Infobox addon
Jump to navigation
Jump to search
| 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
}}
| Started in | August 2005 |
|---|---|
| Description | Modifies the walker to simulate moon gravity. |
| Contributor(s) |
|
| Status | Concept |
| Website | https://github.com/JoeJumper/MoonWalker |