Game: Difference between revisions
From Project Rebearth
Created page with "<includeonly><templatestyles src="Game/styles.css" /><templatestyles src="Main page/styles.css" /><div class="rb-infobox-game"><div class="rb-ib-border rb-scooped-corners"><div class="rb-ib-inner rb-scooped-corners"><!-- ---- HEADER ---- --><div class="rb-ib-header">{{{name|{{PAGENAME}}}}}</div><!-- ---- IMAGE ---- -->{{#if:{{{image|}}}|<div class="rb-ib-image">[[File:{{{image}}}|270px]]</div>}}<!-- ---- CAPTION ---- -->{{#if:{{{caption|}}}|<div class="rb-ib-caption">{..." |
No edit summary |
||
| Line 34: | Line 34: | ||
---- Languages ---- | ---- Languages ---- | ||
-->{{#if:{{{languages|}}}|<div class="rb-ib-row"><div class="rb-ib-label">Languages</div><div class="rb-ib-data">{{{languages}}}</div></div>}}<!-- | -->{{#if:{{{languages|}}}|<div class="rb-ib-row"><div class="rb-ib-label">Languages</div><div class="rb-ib-data">{{#if:{{{languages_list|}}}|<details class="rb-ib-lang-details"><summary>{{{languages}}}</summary><div class="rb-ib-lang-list">{{{languages_list}}}</div></details>|{{{languages}}}}}</div></div>}}<!-- | ||
---- LINKS SECTION ---- | ---- LINKS SECTION ---- | ||
| Line 49: | Line 49: | ||
--></div></div></div></includeonly><noinclude> | --></div></div></div></includeonly><noinclude> | ||
== Game == | |||
A styled infobox for the game's main article on the Project Rebearth Wiki. Matches the wiki's visual identity with warm browns, golds, and scooped corners — consistent with <code>{{t|Building}}</code> and <code>{{t|Biome}}</code>. | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| Line 63: | Line 66: | ||
| engine = Custom | | engine = Custom | ||
| languages = 28 | | languages = 28 | ||
| languages_list = English, French, Italian, German, Spanish, Bulgarian, Czech, Danish, Dutch, Finnish, Greek, Hungarian, Indonesian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Romanian, Russian, Simplified Chinese, Spanish (Latin America), Swedish, Thai, Turkish, Ukrainian, Vietnamese | |||
| steam = https://store.steampowered.com/app/2871870/Project_Rebearth/ | | steam = https://store.steampowered.com/app/2871870/Project_Rebearth/ | ||
| website = | | website = | ||
| Line 93: | Line 97: | ||
| <code>engine</code> || No || Game engine. | | <code>engine</code> || No || Game engine. | ||
|- | |- | ||
| <code>languages</code> || No || Number of supported languages. | | <code>languages</code> || No || Number of supported languages (shown as the collapsed summary text). | ||
|- | |||
| <code>languages_list</code> || No || Full comma-separated list of supported languages. When provided, the languages row becomes expandable — clicking the count reveals the full list. | |||
|- | |- | ||
| <code>steam</code> || No || Full Steam store URL. Displays as "Store page" link. | | <code>steam</code> || No || Full Steam store URL. Displays as "Store page" link. | ||
Revision as of 20:40, 23 February 2026
Game
A styled infobox for the game's main article on the Project Rebearth Wiki. Matches the wiki's visual identity with warm browns, golds, and scooped corners — consistent with Template:T and Template:T.
Usage
{{Game
| name = Project Rebearth
| image = ProjectRebearth.png
| caption =
| developer = Program Sam
| publisher = Program Sam
| release_date = January 30, 2026
| platforms = Windows, macOS, Linux
| genre = Casual, Indie, MMO, Strategy
| modes = Single-player, Multiplayer, MMO
| engine = Custom
| languages = 28
| languages_list = English, French, Italian, German, Spanish, Bulgarian, Czech, Danish, Dutch, Finnish, Greek, Hungarian, Indonesian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil), Portuguese (Portugal), Romanian, Russian, Simplified Chinese, Spanish (Latin America), Swedish, Thai, Turkish, Ukrainian, Vietnamese
| steam = https://store.steampowered.com/app/2871870/Project_Rebearth/
| website =
}}
Parameters
| Parameter | Required | Description |
|---|---|---|
name |
No | Game title. Defaults to the page title. |
image |
No | Logo or cover image filename (e.g. ProjectRebearth.png).
|
caption |
No | Caption displayed below the image. |
developer |
Yes | Developer name. |
publisher |
Yes | Publisher name. |
release_date |
Yes | Release date. |
platforms |
Yes | Supported platforms (comma-separated). |
genre |
No | Genre tags (comma-separated). |
modes |
No | Game modes (e.g. Single-player, Multiplayer, MMO). |
engine |
No | Game engine. |
languages |
No | Number of supported languages (shown as the collapsed summary text). |
languages_list |
No | Full comma-separated list of supported languages. When provided, the languages row becomes expandable — clicking the count reveals the full list. |
steam |
No | Full Steam store URL. Displays as "Store page" link. |
website |
No | Full official website URL. Displays as "Official site" link. |