More actions
Added template for Software Infobox |
Obbybigfast (talk | contribs) No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
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 || {{{release_date|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] | |||
|} | |} | ||
[[Category:Software|{{PAGENAME}}]] | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
Line 38: | Line 32: | ||
| image = Example.png | | image = Example.png | ||
| developer = Developer Name | | developer = Developer Name | ||
| | | release_date = YYYY-MM-DD | ||
| latest_version = 1.0.0 | | latest_version = 1.0.0 | ||
| operating_system= Windows, macOS, Linux | | operating_system= Windows, macOS, Linux |
Latest revision as of 16:49, 14 August 2025
Usage[edit]
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 | release_date = 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 }}