Template:Infobox game: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 146: Line 146:
}}
}}
</onlyinclude></includeonly>
</onlyinclude></includeonly>
==WIP==
 
WIP Infobox template for games. Since {{tl|Software}} had been reverted, game pages need a concise, simple infobox.
Infobox template for games. Includes relevant information on more general side (publisher, distribution, links) and more dev-oriented (engine, language, modding and sdk).
I decided that {{tl|Infotable}} doesn't quite fit the bill (doesn't have some relevant sections), and {{tl|Softwarebox}} both lacks some sections and is too scripted toward predetermined choices.
 
Links section can include {{steamicon}}[[Steam]], {{moddb|Moddb}} and other.


==Usage instructions==
==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.
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>
{{Game Infobox
|title =
|image =
|developer =
|publisher =
|series =
|releasedates =
|genre =
|mode =
|platform =
|engine =
|codelang =
|modsupport =
|sdk =
|sysreq =
|distribution =
|website =
|links =
|previousgame =
|nextgame =
}}
</source>
===Credits===
===Credits===
Based on {{tl2|SoftwareBox}}.
Based on {{tl2|SoftwareBox}}.

Revision as of 06:40, 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}}.