Template:Softwarebox

From Warcraft Watch Secrets
Revision as of 12:10, 9 November 2024 by imported>Surafbrov (Created page with "<onlyinclude><includeonly>{{Infobox |above = {{{name|{{PAGENAME}}}}} |image = {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imgsize|250px}}}]]}} |label1 = Developer(s) |data1 = {{{developers|}}} |label2 = Publisher(s) |data2 = {{{publishers|}}} |label3 = Release date |data3 = {{{release|}}} |label4 = Version |data4 = {{{version|}}} }}</includeonly></onlyinclude>{{documentation}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

Copy and paste the following into the article and fill in the fields.

{{Softwarebox
|name = 
|image = 
|developers = 
|publishers = 
|release = 
|version = 
}}

Parameter notes

  • name - Name of the map, if nothing is input it will be article name.
  • image - An image usually a logo or screenshot, e.g. ScreenshotName.jpg
  • imgsize - image size, defaults at 250px
  • developers - Developers. Developers. Developers.
  • publishers - Who published it
  • release - The day is was publicly available (usually the same as the game it is associated with).
  • version - Version number of the software.

Example

  • Code
    {{Softwarebox
    |name = Warcraft II Map Editor
    |image = Map Editor loading screen - WC2 BNE.png
    |developers = 
    {{plainlist|
    *[[Blizzard Entertainment]]
    *:[[Tim Thein]]
    *:''Warcraft II'' team
    *Future Point
    }}
    |publishers = Blizzard Entertainment
    |release = {{ReleaseDate|NA|December 9, 1995}}
    |version = 2.0.0 ([[Warcraft II: Battle.net Edition|BNE]])
    }}
    
  • Output
    Warcraft II Map Editor
    File:Map Editor loading screen - WC2 BNE.png
    Developer(s)
    Publisher(s) Blizzard Entertainment
    Release date
    • NA: December 9, 1995
    Version 2.0.0 (BNE)