Template:Infobox Software: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Bugfix)
(fix; +-doc: Update and clarifying automatic categorization and also mentioning it in the lead section)
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
|data3 = {{{latestrelease|}}}
|data3 = {{{latestrelease|}}}
|label4 = Written in
|label4 = Written in
|data4 = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} | ({{{writteninlibs}}}) }}
|data4 = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} |  ({{{writteninlibs}}}) }}
|label5 = OS
|label5 = OS
|data5 = {{{os|}}}
|data5 = {{{os|}}}
Line 27: Line 27:
}}
}}
<includeonly>
<includeonly>
[[Category:{{{writtenin|}}} Software]]
[[Category:{{{writtenin|}}} software]]
</includeonly>
</includeonly>


Line 36: Line 36:
== Goal ==
== Goal ==
This template is used to give a quick overview of the basic information about a piece of software.
This template is used to give a quick overview of the basic information about a piece of software.
Pages will automatically be added to Category:'''writtenin''' software if '''writtenin''' is not empty.


== Usage ==
== Usage ==
Line 76: Line 78:
; latestrelease:  Date and version of the last release
; latestrelease:  Date and version of the last release


; writtenin:  Language the software was written in (this will automatically add a <nowiki>[[Category:XXX Software]]</nowiki> to the article, e.g. see [[:Category:Python Software]]
; writtenin:  Language the software was written in (this will automatically add <nowiki>[[</nowiki>Category:'''writtenin''' software<nowiki>]]</nowiki> to the article, e.g. see [[:Category:Python software]]


; os:  Operating systems the software is available for
; os:  Operating systems the software is available for

Revision as of 08:51, 25 March 2020

Input title



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.

Pages will automatically be added to Category:writtenin software if writtenin is not empty.

Usage

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

{{Infobox Software
| title               = 
| logo                = 
| logosize            = 
| 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
logosize
Size of logo. See mw:Help:Images#Size and frame for accepted size formats. Default 270px.
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 (this will automatically add [[Category:writtenin software]] to the article, e.g. see Category:Python software
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