Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox software: Difference between revisions

Template page
PJSans (talk | contribs)
Added template for Software Infobox
 
PJSans (talk | contribs)
m Update to allow theme to dictate colors.
Line 1: Line 1:
<includeonly>{| class="wikitable" style="width: 300px; float: right; margin-left: 10px; border: 1px solid var(--border-color, #aaa); background-color: var(--background-color, #f9f9f9); color: var(--text-color, #000);"
<includeonly>
{| class="wikitable infobox-software" style="width:300px; float:right; margin-left:10px;"
|-
|-
! colspan="2" style="background-color: var(--header-background, #ccc); font-size: 120%;" | {{{name|{{PAGENAME}}}}}
! colspan="2" class="infobox-title" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align: center;" | [[File:{{{image|}}}|250px]]
| 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 00:21, 14 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
}}
Contents