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
(Use Citizen native infobox CSS classes)
(Remove engine field, clean up)
Line 1: Line 1:
<noinclude>
<noinclude>
Displays a game information box using Citizen skin's built-in infobox styling.
Displays a game information box.


== Usage ==
== Usage ==
Line 10: Line 10:
|platforms = PC, PS5, Xbox
|platforms = PC, PS5, Xbox
|genre = RPG
|genre = RPG
|engine = Unreal Engine 5
}}
}}
</pre>
</pre>


[[Category:Templates]]
[[Category:Templates]]
</noinclude><includeonly>{| class="infobox floatright"
</noinclude><includeonly>{| class="infobox"
|-class="infobox-title"
|-class="infobox-title"
! colspan="2" | {{PAGENAME}}
! colspan="2" | {{PAGENAME}}
Line 33: Line 32:
! scope="row" | Genre
! scope="row" | Genre
| {{{genre}}}
| {{{genre}}}
|-class="infobox-data infobox-col2"
! scope="row" | Engine
| {{{engine}}}
|}</includeonly>
|}</includeonly>

Revision as of 10:05, 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
}}