Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox game: Difference between revisions

Template page
(Create game infobox template)
 
(Fix template - correct brace escaping)
Line 16: Line 16:
[[Category:Templates]]
[[Category:Templates]]
</noinclude><includeonly><div style="float: right; width: 260px; margin: 0 0 15px 15px; border: 1px solid #555; border-radius: 8px; background: var(--color-surface-1, #1a1a2a); font-size: 90%; overflow: hidden;">
</noinclude><includeonly><div style="float: right; width: 260px; margin: 0 0 15px 15px; border: 1px solid #555; border-radius: 8px; background: var(--color-surface-1, #1a1a2a); font-size: 90%; overflow: hidden;">
<div style="background: var(--color-surface-2, #2a2a3a); padding: 10px; text-align: center; font-weight: bold; font-size: 110%;">{{{{PAGENAME}}}}</div>
<div style="background: var(--color-surface-2, #2a2a3a); padding: 10px; text-align: center; font-weight: bold; font-size: 110%;">{{PAGENAME}}</div>
{{{{{!}} style="width: 100%; padding: 8px; border-spacing: 0 4px;"
{| style="width: 100%; padding: 8px; border-spacing: 0 4px;"
{{{{#if:{{{developer|}}}|
{{#if:{{{developer|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Developer
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Developer
{{{{!}}}} {{{developer}}}
{{!}} {{{developer}}}
}}}}
}}
{{{{#if:{{{publisher|}}}|
{{#if:{{{publisher|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Publisher
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Publisher
{{{{!}}}} {{{publisher}}}
{{!}} {{{publisher}}}
}}}}
}}
{{{{#if:{{{year|}}}|
{{#if:{{{year|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Released
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Released
{{{{!}}}} {{{year}}}
{{!}} {{{year}}}
}}}}
}}
{{{{#if:{{{platforms|}}}|
{{#if:{{{platforms|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Platforms
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Platforms
{{{{!}}}} {{{platforms}}}
{{!}} {{{platforms}}}
}}}}
}}
{{{{#if:{{{genre|}}}|
{{#if:{{{genre|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Genre
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Genre
{{{{!}}}} {{{genre}}}
{{!}} {{{genre}}}
}}}}
}}
{{{{#if:{{{engine|}}}|
{{#if:{{{engine|}}}|
{{{{!}}}}-  
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{{{!}}}} Engine
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Engine
{{{{!}}}} {{{engine}}}
{{!}} {{{engine}}}
}}}}
}}
{{{{!}}}}}
|}
</div></includeonly>
</div></includeonly>

Revision as of 10:01, 18 February 2026

Displays a game information box in the top-right corner of a game page.

Usage

{{Infobox game
|developer = Studio Name
|publisher = Publisher Name
|year = 2024
|platforms = PC, PS5, Xbox
|genre = RPG
|engine = Unreal Engine 5
}}