Template:Infobox game: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 76: Line 76:
<div style="display:grid; grid-template-columns:1fr 2fr;">
<div style="display:grid; grid-template-columns:1fr 2fr;">
   <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Steam AppID</b></div>
   <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Steam AppID</b></div>
   <div style="border-top:1px solid #232323; padding:.3em; text-align:left">https://steamdb.info/apps/{{{appid}}}</div>
   <div style="border-top:1px solid #232323; padding:.3em; text-align:left">[https://steamdb.info/apps/{{{appid}}} {{{appid}}}]</div>
</div>}}
</div>}}
| content9style = padding:0;
| content9style = padding:0;

Revision as of 07:32, 21 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.

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

Credits

Based on {{SoftwareBox}}.