Template:SoftwareInfo

Revision as of 16:17, 14 November 2025 by Admin (talk | contribs) (Created page with "<includeonly> {| class="wikitable" style="width:70%; text-align:left;" |+ '''Software Information''' |- ! Name | {{{Name|}}} |- ! Developer | {{{Developer|}}} |- ! Initial Release | {{{Release|}}} |- ! Latest Version | {{{Version|}}} |- ! Operating System | {{{OS|}}} |- ! License | {{{License|}}} |- ! Website | [{{{Website|}}} Official site] |} </includeonly> <noinclude> == Usage == To use this template on a software page, add: <pre> {{SoftwareInfo | Name = ExampleApp |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

To use this template on a software page, add:

{{SoftwareInfo
| Name = ExampleApp
| Developer = Example Corp
| Release = 2010
| Version = 2.3.1
| OS = Windows, Linux, macOS
| License = GPLv3
| Website = https://example.com
}}

Add a few metadata for a software to put on top of the page

Template parameters

ParameterDescriptionTypeStatus
NameName

no description

Unknownoptional
DeveloperDeveloper

no description

Unknownoptional
ReleaseRelease

no description

Unknownoptional
VersionVersion

no description

Unknownoptional
OSOS

no description

Unknownoptional
LicenseLicense

no description

Unknownoptional
WebsiteWebsite

no description

Unknownoptional