Template:Infobox Software: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Ahem. Saved too fast)
m (Some minor thing I forgot)
Line 67: Line 67:


== Usage ==
== Usage ==
Add this to the top of  the article describing the software.
  <nowiki>{{</nowiki>'''Infobox Software'''
  <nowiki>{{</nowiki>'''Infobox Software'''
  <nowiki>|</nowiki> title              =  
  <nowiki>|</nowiki> title              =  
Line 84: Line 85:
  <nowiki>|</nowiki> ''website''            =  
  <nowiki>|</nowiki> ''website''            =  
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>
All parameters but '''title''' are optional.


; title:  Title of the software
; title:  Title of the software

Revision as of 10:53, 14 June 2014

{{{title}}}
[[Image:|270px]]
[[Image:|270px|]]
Developed by
Initial release
Latest release
Written in

{{{writtenin}}}

OS

{{{os}}}

Platform
Development status

{{{developmentstatus}}}

Development Progress

{{{developmentprogress}}}

Type

{{{type}}}

License

{{{license}}}


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

Goal

This template is used to give a quick overview of the basic information about a piece of software.

Usage

Add this to the top of the article describing the software.

{{Infobox Software
| title               = 
| logo                = 
| image               = 
| alt                 = 
| developedby         = 
| initialrelease      = 
| latestrelease       = 
| writtenin           = 
| os                  = 
| platform            = 
| developmentstatus   = 
| developmentprogress = 
| type                = 
| license             = 
| website             = 
}}

All parameters but title are optional.

title
Title of the software
logo
Logo of the software
image
Screenshot from the software
alt
Caption for the screenshot
developedby
List of developers
initialrelease
Date and preferably also version of the first release
latestrelease
Date and version of the last release
writtenin
Language the software was written in
os
Operating systems the software is available for
platform
Platforms the software is available for, for example Mac, PC and/or Arduino.
developmentstatus
Development status, for example active, stalled or abandoned
developmentprogress
Development progress
type
Type of software
license
License the software is released under
website
Website of the software project