(Fix template - correct brace escaping) |
(Simplify infobox - plain wiki table, no ParserFunctions needed) |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Displays a game information box | Displays a game information box. Usage: | ||
<pre> | <pre> | ||
{{Infobox game | {{Infobox game | ||
| Line 15: | Line 14: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly> | </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;" | ||
|- | |||
! colspan="2" style="background: var(--color-surface-2, #2a2a3a); padding: 10px; text-align: center; font-size: 110%; border-radius: 8px 8px 0 0;" | {{PAGENAME}} | |||
{{ | |- | ||
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Developer | |||
! style="text-align: right; padding | | style="padding: 6px;" | {{{developer}}} | ||
|- | |||
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Publisher | |||
| style="padding: 6px;" | {{{publisher}}} | |||
|- | |||
! style="text-align: right; padding | ! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Released | ||
| style="padding: 6px;" | {{{year}}} | |||
|- | |||
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Platforms | |||
| style="padding: 6px;" | {{{platforms}}} | |||
! style="text-align: right; padding | |- | ||
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Genre | |||
| style="padding: 6px;" | {{{genre}}} | |||
|- | |||
! style="text-align: right; padding: 6px 10px; color: #aaa; white-space: nowrap;" | Engine | |||
! style="text-align: right; padding | | style="padding: 6px;" | {{{engine}}} | ||
|}</includeonly> | |||
! style="text-align: right; padding | |||
! style="text-align: right; padding | |||
}} | |||
|} | |||
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
}}