More actions
Added template for Software Infobox |
m Update to allow theme to dictate colors. |
||
| Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" style="width: 300px; float: right; margin-left: 10px | <includeonly> | ||
{| class="wikitable infobox-software" style="width:300px; float:right; margin-left:10px;" | |||
|- | |- | ||
! colspan="2" | ! colspan="2" class="infobox-title" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="infobox-image" | [[File:{{{image|}}}|250px]] | ||
|- | |- | ||
! Developer(s) | ! Developer(s) || {{{developer|Unknown}}} | ||
| {{{developer|Unknown}}} | |||
|- | |- | ||
! Initial release | ! Initial release || {{{released|Unknown}}} | ||
| {{{released|Unknown}}} | |||
|- | |- | ||
! Latest version | ! Latest version || {{{latest_version|N/A}}} | ||
| {{{latest_version|N/A}}} | |||
|- | |- | ||
! Operating system | ! Operating system || {{{operating_system|Cross-platform}}} | ||
| {{{operating_system|Cross-platform}}} | |||
|- | |- | ||
! Platform(s) | ! Platform(s) || {{{platforms|Windows}}} | ||
| {{{platforms|Windows}}} | |||
|- | |- | ||
! Type | ! Type || {{{genre|Unknown}}} | ||
| {{{genre|Unknown}}} | |||
|- | |- | ||
! License | ! License || {{{license|Proprietary}}} | ||
| {{{license|Proprietary}}} | |||
|- | |- | ||
! Website | ! Website || [{{{website|}}} Official site] | ||
| [{{{website|}}} Official site] | |||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Revision as of 23:21, 13 August 2025
Usage
This is the infobox template for software. To use it, copy and paste the following code into an article:
{{Infobox software
| name = Software Name
| image = Example.png
| developer = Developer Name
| released = YYYY-MM-DD
| latest_version = 1.0.0
| operating_system= Windows, macOS, Linux
| platforms = Windows
| genre = Anti-cheat, Utility, etc.
| license = MIT, GPL, Proprietary
| website = https://example.com
}}