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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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|}}}|<div class="mw-collapsible mw-collapsed rb-ib-lang-collapse">{{{languages}}}<div class="mw-collapsible-content rb-ib-lang-list">{{{languages_list}}}</div></div>|{{{languages}}}}}</div></div>}}<!-- | ||
---- LINKS SECTION ---- | ---- LINKS SECTION ---- | ||
| Line 63: | Line 63: | ||
| 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 94: | ||
| <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. | ||
Latest revision as of 20:47, 23 February 2026
Usage
[edit]{{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
[edit]| 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. |