Template:Infobox Software: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Some missing brackets.)
(Added a French translation.)
Line 2: Line 2:
| title      = {{{title|{{LangSwitch
| title      = {{{title|{{LangSwitch
                           | en = '''Input title'''
                           | en = '''Input title'''
                          | fr = '''Entrée le titre'''
                         }}
                         }}
                 }}}
                 }}}
Line 13: Line 14:
| label1      = {{LangSwitch
| label1      = {{LangSwitch
                   | en = Developed by
                   | en = Developed by
                  | fr = Développé par
                 }}
                 }}
| data1      = {{{developedby|}}}
| data1      = {{{developedby|}}}
| label2      = {{LangSwitch
| label2      = {{LangSwitch
                   | en = Initial release
                   | en = Initial release
                  | fr = Version initiale
                 }}
                 }}
| data2      = {{{initialrelease|}}}
| data2      = {{{initialrelease|}}}
| label3      = {{LangSwitch
| label3      = {{LangSwitch
                   | en = Latest release
                   | en = Latest release
                  | fr = Version actuelle
                 }}
                 }}
| data3      = {{{latestrelease|}}}
| data3      = {{{latestrelease|}}}
| label4      = {{LangSwitch
| label4      = {{LangSwitch
                   | en = Written in
                   | en = Written in
                  | fr = Écrit en
                 }}
                 }}
| data4      = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} |  ({{{writteninlibs}}}) }}
| data4      = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} |  ({{{writteninlibs}}}) }}
| label5      = {{LangSwitch
| label5      = {{LangSwitch
                   | en = OS
                   | en = OS
                  | fr = Système d'exploitation
                 }}
                 }}
| data5      = {{{os|}}}
| data5      = {{{os|}}}
| label6      = {{LangSwitch
| label6      = {{LangSwitch
                   | en = Platform  
                   | en = Platform  
                  | fr = Plateforme du système
                 }}
                 }}
| data6      = {{{platform|}}}
| data6      = {{{platform|}}}
| label7      = {{LangSwitch
| label7      = {{LangSwitch
                   | en = Development status
                   | en = Development status
                  | fr = Niveau de développement
                 }}
                 }}
| data7      = {{{developmentstatus|}}}
| data7      = {{{developmentstatus|}}}
| label8      = {{LangSwitch
| label8      = {{LangSwitch
                   | en = Development progress
                   | en = Development progress
                  | fr = Avancement du développement
                 }}
                 }}
| data8      = {{{developmentprogress|}}}
| data8      = {{{developmentprogress|}}}
Line 47: Line 56:
| label10    = {{LangSwitch
| label10    = {{LangSwitch
                   | en = License
                   | en = License
                  | fr = LicenCe
                 }}
                 }}
| data10      = {{{license|}}}
| data10      = {{{license|}}}
Line 52: Line 62:
                   | [{{{website}}} {{LangSwitch
                   | [{{{website}}} {{LangSwitch
                                     | en = Website
                                     | en = Website
                                    | fr = Site web
                                   }}
                                   }}
                     ]
                     ]

Revision as of 12:22, 10 September 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 except 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 {{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