(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. | 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>{| | </noinclude><includeonly>{| class="infobox floatright" | ||
|- | |-class="infobox-title" | ||
! colspan="2 | ! colspan="2" | {{PAGENAME}} | ||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | Developer | |||
| {{{developer}}} | |||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | Publisher | |||
| {{{publisher}}} | |||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | Released | |||
| {{{year}}} | |||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | Platforms | |||
| {{{platforms}}} | |||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | Genre | |||
| {{{genre}}} | |||
|- | |-class="infobox-data infobox-col2" | ||
! scope="row" | 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
}}