Template:Infobox Software: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Update to {{Infobox}} style)
m (Small fix)
Line 1: Line 1:
{{Infobox
{{Infobox
|title = {{{title|'''Input title'''}}}
|title = {{{title|'''Input title'''}}}
|image = {{#if: {{{logo|}}} | [[File:{{{logo}}}{{!}}{{{logosize{{!}}270px}}}]] }}
|image = {{#if: {{{logo|}}} | [[File:{{{logo}}}{{!}}{{{logosize|270px}}}]] }}
|image2 = {{#if: {{{image|}}} | [[File:{{{image}}}{{!}}270px]] }}
|image2 = {{#if: {{{image|}}} | [[File:{{{image}}}{{!}}270px]] }}
|caption2 = {{{alt|}}}
|caption2 = {{{alt|}}}

Revision as of 11:31, 17 February 2015

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.

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 http://www.mediawiki.org/wiki/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
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