Template:SoftwareInfo: Difference between revisions
(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 |...") |
m (→Usage) |
||
| Line 11: | Line 11: | ||
! Initial Release | ! Initial Release | ||
| {{{Release|}}} | | {{{Release|}}} | ||
|- | |- | ||
! Operating System | ! Operating System | ||
| {{{OS|}}} | | {{{OS|}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 34: | Line 25: | ||
| Developer = Example Corp | | Developer = Example Corp | ||
| Release = 2010 | | Release = 2010 | ||
| OS = Windows, Linux, macOS | | OS = Windows, Linux, macOS | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 46: | Line 34: | ||
"Developer": {}, | "Developer": {}, | ||
"Release": {}, | "Release": {}, | ||
"OS": {} | |||
"OS | |||
}, | }, | ||
"description": "Add a few metadata for a software to put on top of the page" | "description": "Add a few metadata for a software to put on top of the page" | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 20:24, 19 November 2025
Usage
To use this template on a software page, add:
{{SoftwareInfo
| Name = ExampleApp
| Developer = Example Corp
| Release = 2010
| OS = Windows, Linux, macOS
}}
Add a few metadata for a software to put on top of the page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | no description | Unknown | optional |
| Developer | Developer | no description | Unknown | optional |
| Release | Release | no description | Unknown | optional |
| OS | OS | no description | Unknown | optional |