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
(Fix template - correct brace escaping)
(Simplify infobox - plain wiki table, no ParserFunctions needed)
Line 1: Line 1:
<noinclude>
<noinclude>
Displays a game information box in the top-right corner of a game page.
Displays a game information box. Usage:


== Usage ==
<pre>
<pre>
{{Infobox game
{{Infobox game
Line 15: Line 14:


[[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>{| 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%; border-spacing: 0;"
<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;"
! colspan="2" style="background: var(--color-surface-2, #2a2a3a); padding: 10px; text-align: center; font-size: 110%; border-radius: 8px 8px 0 0;" | {{PAGENAME}}
{{#if:{{{developer|}}}|
|-
{{!}}-
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Developer
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Developer
| style="padding: 6px;" | {{{developer}}}
{{!}} {{{developer}}}
|-
}}
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Publisher
{{#if:{{{publisher|}}}|
| style="padding: 6px;" | {{{publisher}}}
{{!}}-
|-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Publisher
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Released
{{!}} {{{publisher}}}
| style="padding: 6px;" | {{{year}}}
}}
|-
{{#if:{{{year|}}}|
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Platforms
{{!}}-
| style="padding: 6px;" | {{{platforms}}}
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Released
|-
{{!}} {{{year}}}
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Genre
}}
| style="padding: 6px;" | {{{genre}}}
{{#if:{{{platforms|}}}|
|-
{{!}}-
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Engine
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Platforms
| style="padding: 6px;" | {{{engine}}}
{{!}} {{{platforms}}}
|}</includeonly>
}}
{{#if:{{{genre|}}}|
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Genre
{{!}} {{{genre}}}
}}
{{#if:{{{engine|}}}|
{{!}}-
! style="text-align: right; padding-right: 10px; white-space: nowrap; vertical-align: top; color: #aaa;" {{!}} Engine
{{!}} {{{engine}}}
}}
|}
</div></includeonly>

Revision as of 10:02, 18 February 2026

Displays a game information box. Usage:

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