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
(Simplify infobox - plain wiki table, no ParserFunctions needed)
(Use Citizen native infobox CSS classes)
Line 1: Line 1:
<noinclude>
<noinclude>
Displays a game information box. Usage:
Displays a game information box using Citizen skin's built-in infobox styling.


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


[[Category:Templates]]
[[Category:Templates]]
</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;"
</noinclude><includeonly>{| class="infobox floatright"
|-
|-class="infobox-title"
! colspan="2" style="background: var(--color-surface-2, #2a2a3a); padding: 10px; text-align: center; font-size: 110%; border-radius: 8px 8px 0 0;" | {{PAGENAME}}
! colspan="2" | {{PAGENAME}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Developer
! scope="row" | Developer
| style="padding: 6px;" | {{{developer}}}
| {{{developer}}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Publisher
! scope="row" | Publisher
| style="padding: 6px;" | {{{publisher}}}
| {{{publisher}}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Released
! scope="row" | Released
| style="padding: 6px;" | {{{year}}}
| {{{year}}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Platforms
! scope="row" | Platforms
| style="padding: 6px;" | {{{platforms}}}
| {{{platforms}}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Genre
! scope="row" | Genre
| style="padding: 6px;" | {{{genre}}}
| {{{genre}}}
|-
|-class="infobox-data infobox-col2"
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Engine
! scope="row" | Engine
| style="padding: 6px;" | {{{engine}}}
| {{{engine}}}
|}</includeonly>
|}</includeonly>

Revision as of 10:04, 18 February 2026

Displays a game information box using Citizen skin's built-in infobox styling.

Usage

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