Template:Infobox game: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
(Steam Deck compatibility section) |
||
Line 117: | Line 117: | ||
| content13style = padding:0; | | content13style = padding:0; | ||
<!-- | <1-- 14. Steam Deck status --> | ||
| | | content14 = {{#if:{{{steamdeck|}}}| | ||
<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 Deck compatibility</b></div> | |||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{steamdeck|}}}</div> | |||
</div>}} | |||
| content14style = padding:0; | |||
<!-- 15. Distribution --> | |||
| content15 = {{#if:{{{distribution|}}}| | |||
<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>Distribution</b></div> | <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Distribution</b></div> | ||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{distribution|}}}</div> | <div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{distribution|}}}</div> | ||
</div>}} | </div>}} | ||
| | | content15style = padding:0; | ||
<!-- | <!-- 16. Website --> | ||
| | | content16 = {{#if:{{{website|}}}| | ||
<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>Official website</b></div> | <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Official website</b></div> | ||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{website|}}}</div> | <div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{website|}}}</div> | ||
</div>}} | </div>}} | ||
| | | content16style = padding:0; | ||
<!-- | <!-- 17. Links --> | ||
| | | content17 = {{#if:{{{links|}}}| | ||
<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>Links</b></div> | <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Links</b></div> | ||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{links|}}}</div> | <div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{links|}}}</div> | ||
</div>}} | </div>}} | ||
| | | content17style = padding:0; | ||
<!-- | <!-- 18. Prev game --> | ||
| | | content18 = {{#if:{{{previousgame|}}}| | ||
<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>Previous game</b></div> | <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Previous game</b></div> | ||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{previousgame|}}}</div> | <div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{previousgame|}}}</div> | ||
</div>}} | </div>}} | ||
| | | content18style = padding:0; | ||
<!-- | <!-- 19. Next game --> | ||
| | | content19 = {{#if:{{{nextgame|}}}| | ||
<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>Next game</b></div> | <div style="background:#232323; border-top:1px solid #323232; color:white; padding:.3em; text-align:left"><b>Next game</b></div> | ||
<div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{nextgame|}}}</div> | <div style="border-top:1px solid #232323; padding:.3em; text-align:left">{{{nextgame|}}}</div> | ||
</div>}} | </div>}} | ||
| | | content19style = padding:0; | ||
}} | }} | ||
</onlyinclude></includeonly> | </onlyinclude></includeonly> |
Revision as of 13:33, 26 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 Steam,
ModDB and other.
See also: Category:Needs infobox game
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 =
|image2 =
|developer =
|publisher =
|series =
|releasedates =
|genre =
|mode =
|platform =
<!-- Style guide: For games that have two versions on two different branches, use "{{src|4}}</br>{{first-branch|1}} (Mod)<br> {{second-branch|1|nt=1}} (Steam)", otherwise "{{src|4}} ({{first-branch|1|nt=1}}" -->
<!-- Remember to use short engine branch name (Source 2013 MP) instead of Source 2013 Multiplayer. -->
|engine =
|appid =
|codelang =
|modsupport =
|sdk =
|doc =
|sysreq =
|steamdeck =
|distribution =
|website =
|links =
|previousgame =
|nextgame =
}}
Example
It should look like the example on the right.
Credits
Based on {{SoftwareBox}}.The above documentation is transcluded from Template:Infobox game/doc. (Edit | Page history)
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.
Editors can experiment in this template's sandbox (edit) and testcases (create) pages.