Current mission: finish filling in the OTDs
Template:Infobox software
From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Usage
{{Infobox software
|name=Example Software
|developer=Me
|release_date={{Date|2025-04-15|MDY}}
|latest_version=v14.88
|written_in=[[C]]
|platform=[[Windows]], [[Linux]]
|repository=''[repo link]''
|website=''[website link]''
}}
Description
An infobox for software and other applications.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the software, defaults to the name of the page. | String | optional |
| Image | image | An image for the infobox. | String | suggested |
| Image caption | caption | Caption to be placed beneath the image. | String | suggested |
| Software type | type | What kind of software it is.
| String | required |
| Developer | developer | The developer or maintainer of the software. | String | suggested |
| Release Date | release_date | When the software was first released. | String | suggested |
| Latest Version | latest_version | The latest version number or revision of the software. | String | suggested |
| Latest release date | latest_release_date | The release date of the latest version | String | suggested |
| Coding Language(s) | written_in | The coding language(s) the software is written in.
| String | suggested |
| Platform(s) | platform | The platforms the software is available on.
| String | suggested |
| Code Repository | repository | A link to the software's source code repository, if available | String | optional |
| Website | website | The website for the software. | String | suggested |