Template:Infobox game: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (SirYodaJedi moved page Template:Game Infobox to Template:Infobox game)
m (updated infobox template name in doc.)
Line 162: Line 162:
Copy and paste the following code into the top of the article, filling the appropriate fields. Omitted or blank fields will not be shown on the article page.
Copy and paste the following code into the top of the article, filling the appropriate fields. Omitted or blank fields will not be shown on the article page.
<source>
<source>
{{Game Infobox
{{Infobox game
|title =  
|title =  
|image =  
|image =  

Revision as of 21:41, 22 June 2024


Infobox template for games. Includes relevant information on more general side (publisher, distribution, links) and more dev-oriented (engine, language, modding and sdk).

Links section can include SteamSteam, Moddb ModDB page and other.

Usage instructions

Copy and paste the following code into the top of the article, filling the appropriate fields. Omitted or blank fields will not be shown on the article page.

{{Infobox game
|title = 
|image = 
|developer = 
|publisher = 
|series = 
|releasedates = 
|genre =
|mode = 
|platform = 
|engine = 
|appid =
|codelang = 
|modsupport = 
|sdk = 
|sysreq = 
|distribution = 
|website = 
|links = 
|previousgame = 
|nextgame = 
}}

Credits

Based on {{SoftwareBox}}.