Actions

Special

Main public logs

Combined display of all available logs of Project Rebearth. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:42, 26 February 2026 East6 talk contribs created page File:IronMine.png
  • 19:42, 26 February 2026 East6 talk contribs uploaded File:IronMine.png
  • 19:19, 26 February 2026 East6 talk contribs created page Template:ChangelogAll (Created page with "<includeonly><templatestyles src="Changelog/styles.css" /><templatestyles src="Tag/styles.css" />{{#invoke:Changelog|all}}</includeonly><noinclude> Renders the full changelog from the data module. Used on the Project Rebearth page. == Usage == <pre> {{ChangelogAll}} </pre> Category:Data templates </noinclude>")
  • 19:19, 26 February 2026 East6 talk contribs created page Template:Changelog (Created page with "<includeonly><templatestyles src="Changelog/styles.css" /><templatestyles src="Tag/styles.css" />{{#invoke:Changelog|forPage |page={{{1|{{PAGENAME}}}}} |limit={{{limit|5}}} }}</includeonly><noinclude> == Changelog == Displays recent changelog entries relevant to a wiki page. Entries are auto-detected from <nowiki>wikilinks</nowiki> and {{tl|Icon}} references in the changelog data module. == Usage == <pre> {{Changelog}} — entries for the current page (d...")
  • 19:18, 26 February 2026 East6 talk contribs created page Template:Changelog/styles.css (Created page with ".rb-changelog { margin-top: 0.5em; } .rb-changelog-empty { font-style: italic; color: #666; } .rb-changelog-more { font-style: italic; margin-top: 0.5em; } .rb-changelog-all { }")
  • 19:18, 26 February 2026 East6 talk contribs created page Module:Changelog (Created page with "-- Module:Changelog -- Renders changelog entries from Module:Changelog/data. -- Public: p.all(frame), p.forPage(frame) local p = {} local VALID_TAGS = { New = true, Balance = true, Fix = true, QoL = true, Performance = true, } local MONTH_NAMES = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", } --- Format "YYYY-MM-DD" → "February 14, 2026" local function formatD...")
  • 19:18, 26 February 2026 East6 talk contribs created page Module:Changelog/data (Created page with "-- Module:Changelog/data -- Single source of truth for all changelog entries. -- Entry IDs use DDMMYY# format (e.g. "2502261" = first entry of Feb 25, 2026). -- Ordered newest-first. return { -- === February 26, 2026 === { id = "2602261", date = "2026-02-26", tag = "New", text = "Added the Production Overview panel, a dashboard that lets players control all buildings {{C|can be viewed via the Center/Square}}", }, {...")
  • 19:17, 26 February 2026 East6 talk contribs created page Module:Aliases/data (Created page with "-- Module:Aliases/data -- Shared alias/redirect map: variant names → canonical wiki page names. -- Used by Module:Changelog for auto-detection and potentially other modules. -- -- Only include UNAMBIGUOUS mappings here. -- Ambiguous names (e.g. "Wood" = resource or biome?) should use manual -- `pages` tagging in changelog entries instead. return { -- Plurals ["Quarries"] = "Quarry", ["Claypits"] = "Claypit", ["Fields"] = "Field", ["Tower...")
  • 18:23, 26 February 2026 East6 talk contribs created page File:OverviewPanel.png
  • 18:23, 26 February 2026 East6 talk contribs uploaded File:OverviewPanel.png
  • 18:20, 26 February 2026 East6 talk contribs deleted page Test (content was: "This is a test page. It serves no other purpose than testing. Thank you. Wood price of wood Hut: {{#invoke:DataFetch|BuildingCost|name=Hut|biome=w|resource=wood}} {{Navbox}}")
  • 18:18, 26 February 2026 East6 talk contribs created page File:Fields.jpg
  • 18:18, 26 February 2026 East6 talk contribs uploaded File:Fields.jpg
  • 18:09, 26 February 2026 East6 talk contribs created page File:Plaza.png
  • 18:09, 26 February 2026 East6 talk contribs uploaded File:Plaza.png
  • 13:57, 26 February 2026 East6 talk contribs created page Module:Chain (Created page with "local p = {} function p.render(frame) local args = frame.args local parent = frame:getParent() local pargs = parent and parent.args or {} local items = {} for i = 1, 15 do local val = args[i] or pargs[i] if val then val = mw.text.trim(val) if val ~= '' then items[#items + 1] = val end end end if #items < 1 then return '' end local title = args.title...")
  • 13:57, 26 February 2026 East6 talk contribs created page Template:Chain/styles.css (Created page with ".rb-chain { display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 6px; margin: 8px 0; } .rb-chain-vertical { flex-direction: column; } .rb-chain-title { width: 100%; font-weight: 700; font-size: 0.95em; color: #562c1b; margin-bottom: 2px; } .rb-chain-step { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 4px; font-size: 0.9em; lin...")
  • 13:56, 26 February 2026 East6 talk contribs created page Template:Chain (Created page with "<includeonly><templatestyles src="Chain/styles.css" />{{#invoke:Chain|render |{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}|{{{13|}}}|{{{14|}}}|{{{15|}}} |title={{{title|}}}|direction={{{direction|}}} }}</includeonly><noinclude> == Chain == Renders a visual horizontal (or vertical) flow diagram showing a production chain: alternating resources and buildings connected by arrows. == Usage == <pre> {{Chain|Gr...")
  • 13:51, 26 February 2026 East6 talk contribs created page Template:Tag (Created page with "<includeonly><templatestyles src="Tag/styles.css" /><span class="rb-tag rb-tag-{{#switch:{{lc:{{{1}}}}}|new=new|balance=balance|fix=fix|qol=qol|performance=perf|perf=perf|new}}">{{#switch:{{lc:{{{1}}}}}|new=New|balance=Balance|fix=Fix|qol=QoL|performance=Performance|perf=Performance|{{{1}}}}}</span></includeonly><noinclude> == Tag == A small inline coloured badge for categorizing changelog entries. == Usage == <pre> * {{Tag|New}} Added line fences — players can now pl...")
  • 13:51, 26 February 2026 East6 talk contribs created page Template:Tag/styles.css (Created page with ".rb-tag { display: inline-block; padding: 1px 7px; border-radius: 3px; font-size: 0.8em; font-weight: 700; line-height: 1.5; color: #fff; vertical-align: baseline; white-space: nowrap; } .rb-tag-new { background-color: #4a7c3f; } .rb-tag-balance { background-color: #b8860b; } .rb-tag-fix { background-color: #943a2e; } .rb-tag-qol { background-color: #3a6d8c; } .rb-tag-perf { background-color: #6b4c8a; }")
  • 10:34, 26 February 2026 East6 talk contribs created page Template:Key/styles.css (Created page with ".keyboard-key { border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1); background-color: #f8f9fa; background-image: linear-gradient(to bottom, #eaecf0, #f8f9fa, #eaecf0); color: #202122; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em; white-space: nowrap; }")
  • 10:34, 26 February 2026 East6 talk contribs created page Template:Key (Created page with "<includeonly><templatestyles src="Key/styles.css" /><kbd class="keyboard-key nowrap">{{{1}}}</kbd>{{#if:{{{2|}}}|<span style="padding:0 0.3em;font-size:0.85em;">+</span><kbd class="keyboard-key nowrap">{{{2}}}</kbd>}}{{#if:{{{3|}}}|<span style="padding:0 0.3em;font-size:0.85em;">+</span><kbd class="keyboard-key nowrap">{{{3}}}</kbd>}}{{#if:{{{4|}}}|<span style="padding:0 0.3em;font-size:0.85em;">+</span><kbd class="keyboard-key nowrap">{{{4}}}</kbd>}}</includeonly><noinc...")
  • 21:06, 23 February 2026 East6 talk contribs created page Template:Choice/styles.css (Created page with ".rb-infobox-choice { float: right; clear: right; width: 300px; margin: 0 0 16px 20px; font-size: 0.9rem; line-height: 1.5; color: #3e2318; } .rb-infobox-choice .rb-ib-border { background-color: #e8daa8; padding: 3px; } .rb-infobox-choice .rb-ib-inner { background-color: #faf4e0; } .rb-infobox-choice .rb-ib-header { background-color: #562c1b; color: #e8daa8; text-align: center; padding: 10px 14px; font-size: 1...")
  • 21:06, 23 February 2026 East6 talk contribs created page Template:Choice (Created page with "<includeonly><templatestyles src="Choice/styles.css" /><templatestyles src="Main page/styles.css" /><div class="rb-infobox-choice"><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-captio...")
  • 20:55, 23 February 2026 East6 talk contribs created page Taxation (Created page with "'''Taxation''' is a choice in Project Rebearth that enables the taxation system for a settlement. When active, the settlement collects {{Icon|Coin}} income from its population, but at the cost of significantly reduced happiness. Taxation requires a large {{Icon|Knowledge}} investment to enact and can be toggled on or off with a 1-day lock period. == Effects == {| class="wikitable" ! Effect !! Multiplier !! Description |- | Happiness || ×0.7 ||...")
  • 20:37, 23 February 2026 East6 talk contribs created page Project Rebearth (Created page with "{{Game | name = Project Rebearth | image = ProjectRebearth.png | developer = Program Sam | publisher = Program Sam | release_date = January 30, 2026 | platforms = Windows, macOS, Linux | genre = Casual, Indie, Massively Multiplayer, Strategy | modes = Single-player, Multiplayer, MMO | engine = Custom | languages = 28 | steam = https://store.steampowered.com/app/2871870/Project_Rebearth/ }} '''''Project Rebearth'''...")
  • 20:37, 23 February 2026 East6 talk contribs created page Template:Game/styles.css (Created page with ".rb-infobox-game { float: right; clear: right; width: 300px; margin: 0 0 16px 20px; font-size: 0.9rem; line-height: 1.5; color: #3e2318; } .rb-infobox-game .rb-ib-border { background-color: #e8daa8; padding: 3px; } .rb-infobox-game .rb-ib-inner { background-color: #faf4e0; } .rb-infobox-game .rb-ib-header { background-color: #562c1b; color: #e8daa8; text-align: center; padding: 10px 14px; font-size: 1.15rem;...")
  • 20:37, 23 February 2026 East6 talk contribs created page Template:Game (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">{...")
  • 20:21, 23 February 2026 East6 talk contribs created page Goat (Created page with "'''Goat''' fields are one of three animal types that can be raised on a Field in Project Rebearth. Goat fields produce both {{Icon|Food}} and {{Icon|Milk}}, and are the most worker-efficient animal type with the highest {{Icon|Milk}} output. <gallery mode="packed"> File:MaleGoat.png|A male goat File:FemaleGoat.png|A female goat </gallery> <center>{{C|they caught feelings for each other <3}}</center> == Overview == A goat field produces '''0.005''' {{...")
  • 20:20, 23 February 2026 East6 talk contribs created page File:FemaleGoat.png
  • 20:20, 23 February 2026 East6 talk contribs uploaded File:FemaleGoat.png
  • 20:20, 23 February 2026 East6 talk contribs created page File:MaleGoat.png
  • 20:20, 23 February 2026 East6 talk contribs uploaded File:MaleGoat.png
  • 20:16, 23 February 2026 East6 talk contribs created page Cow (Created page with "'''Cow''' fields are one of three animal types that can be raised on a Field in Project Rebearth. Cow fields produce both {{Icon|Food}} and {{Icon|Milk}}, and have the highest {{Icon|Food}} output of any animal type. <gallery mode="packed"> File:MaleCow.png|A male cow File:FemaleCow.png|A female cow </gallery> <center>{{C|they are made for each other <3}}</center> == Overview == A cow field produces '''0.01''' {{Icon|Food}} and '''0.005''' {{Icon|Mil...")
  • 20:15, 23 February 2026 East6 talk contribs created page File:FemaleCow.png
  • 20:15, 23 February 2026 East6 talk contribs uploaded File:FemaleCow.png
  • 20:15, 23 February 2026 East6 talk contribs created page File:MaleCow.png
  • 20:15, 23 February 2026 East6 talk contribs uploaded File:MaleCow.png
  • 20:12, 23 February 2026 East6 talk contribs created page File:FemaleSheep.png
  • 20:12, 23 February 2026 East6 talk contribs uploaded File:FemaleSheep.png
  • 20:12, 23 February 2026 East6 talk contribs created page File:MaleSheep.png
  • 20:12, 23 February 2026 East6 talk contribs uploaded File:MaleSheep.png
  • 20:08, 23 February 2026 East6 talk contribs created page Sheep (Created page with "'''Sheep''' are one of three animal types that can be raised on a Field in Project Rebearth. Sheep fields produce both {{Icon|Food}} and {{Icon|Wool}}, making them a key part of the {{Icon|Clothes}} production chain. == Overview == A sheep field produces '''0.005''' {{Icon|Food}} and '''0.005''' {{Icon|Wool}} per m² per day. At 1 hectare (10,000 m²), this amounts to '''50''' {{Icon|Food}} and '''50''' {{Icon|Wool}} per day. Sheep fields require '''0....")
  • 18:09, 23 February 2026 User account Stritzer talk contribs was created
  • 15:22, 22 February 2026 User account Raugharr talk contribs was created
  • 14:02, 21 February 2026 User account Hamtime talk contribs was created
  • 23:31, 20 February 2026 172.21.0.3 talk created page Template:Alliance (Created page with "<templatestyles src="Alliance/styles.css" /> <div class="rb-infobox-alliance"> <div class="rb-ia-border"> <div class="rb-ia-inner"> <div class="rb-ia-header">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</div> <div class="rb-ia-section">General</div> <div class="rb-ia-row"> <div class="rb-ia-label">Focus</div> <div class="rb-ia-data">{{{focus}}}</div> </div> <div class="rb-ia-section">Bonuses</div> {{{bonuses}}} <div class="rb-ia-section">Drawbacks</div> {{{drawback...")
  • 23:31, 20 February 2026 172.21.0.3 talk created page Template:Alliance/styles.css (Created page with ".rb-infobox-alliance { float: right; clear: right; width: 300px; margin: 0 0 16px 20px; font-size: 0.9rem; line-height: 1.5; color: #3e2318; } .rb-infobox-alliance .rb-ia-border { background-color: #e8daa8; padding: 3px; } .rb-infobox-alliance .rb-ia-inner { background-color: #faf4e0; } .rb-infobox-alliance .rb-ia-header { background-color: #562c1b; color: #e8daa8; text-align: center; padding: 10px 14px; font...")
  • 15:36, 20 February 2026 East6 talk contribs created page Alliances (Created page with "'''Alliances''' are a multiplayer feature in Project Rebearth that allow players to get together. When creating an alliance, the founder selects an alliance type that determines passive bonuses for all members. == Alliance Types == There are three alliance types. Each provides a distinct set of bonuses and drawbacks that apply to every member of the alliance. {| class="wikitable" |- ! Alliance Type !! Focus !! Effects |- | Trade Alliance || Commerce |...")
  • 15:34, 20 February 2026 East6 talk contribs created page Category:Alliance types (Created page with "'''Alliance types''' determine the passive bonuses shared by all members of an alliance. When a player creates an alliance, they select one of three types, each offering a distinct strategic focus. {| class="wikitable" |- ! Alliance Type !! Focus !! Key Benefit !! Key Drawback |- | Trade Alliance || Commerce || -10% export/import costs, +10% taxation || +20% raid risk |- | Great Federation || Production & Safety || +10% all production, -20% raid ri...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)