User contributions for East6
26 February 2026
- 19:4319:43, 26 February 2026 diff hist +1 Module:Changelog/data No edit summary
- 19:4219:42, 26 February 2026 diff hist +1,790 Iron Mine No edit summary current
- 19:4219:42, 26 February 2026 diff hist 0 N File:IronMine.png No edit summary current
- 19:3819:38, 26 February 2026 diff hist +1,022 Stone Crane No edit summary current
- 19:3819:38, 26 February 2026 diff hist +1,106 Module:Changelog/data No edit summary
- 19:2719:27, 26 February 2026 diff hist +8 Module:Changelog No edit summary current
- 19:2619:26, 26 February 2026 diff hist +96 Module:Changelog No edit summary
- 19:2119:21, 26 February 2026 diff hist −36 Module:Changelog No edit summary
- 19:2019:20, 26 February 2026 diff hist +4 Field No edit summary current
- 19:2019:20, 26 February 2026 diff hist +31 Field No edit summary
- 19:1919:19, 26 February 2026 diff hist −7,253 Project Rebearth No edit summary current
- 19:1919:19, 26 February 2026 diff hist +320 N 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>" current
- 19:1919:19, 26 February 2026 diff hist +894 N 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..." current
- 19:1819:18, 26 February 2026 diff hist +177 N 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 { }" current
- 19:1819:18, 26 February 2026 diff hist +5,321 N 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:1819:18, 26 February 2026 diff hist +13,690 N 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:1719:17, 26 February 2026 diff hist +883 N 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..." current
- 18:3418:34, 26 February 2026 diff hist +150 Field No edit summary
- 18:2418:24, 26 February 2026 diff hist +390 Project Rebearth No edit summary
- 18:2318:23, 26 February 2026 diff hist 0 N File:OverviewPanel.png No edit summary current
- 18:1918:19, 26 February 2026 diff hist +164 Field No edit summary
- 18:1818:18, 26 February 2026 diff hist 0 N File:Fields.jpg No edit summary current
- 18:1518:15, 26 February 2026 diff hist +27 Field No edit summary
- 18:0918:09, 26 February 2026 diff hist 0 N File:Plaza.png No edit summary current
- 18:0918:09, 26 February 2026 diff hist +26 Plaza No edit summary current
- 18:0318:03, 26 February 2026 diff hist +125 Earth No edit summary
- 18:0218:02, 26 February 2026 diff hist +112 Wood No edit summary
- 18:0218:02, 26 February 2026 diff hist +114 Stone No edit summary
- 18:0018:00, 26 February 2026 diff hist +169 House No edit summary current
- 14:1214:12, 26 February 2026 diff hist +108 Template:Chain/styles.css No edit summary current
- 14:1214:12, 26 February 2026 diff hist +467 Module:Chain No edit summary current
- 14:1214:12, 26 February 2026 diff hist +99 Project Rebearth No edit summary
- 14:0314:03, 26 February 2026 diff hist −1 Project Rebearth No edit summary
- 14:0314:03, 26 February 2026 diff hist +61 Project Rebearth No edit summary
- 14:0014:00, 26 February 2026 diff hist +188 Project Rebearth No edit summary
- 14:0014:00, 26 February 2026 diff hist −327 Module:Chain No edit summary
- 13:5713:57, 26 February 2026 diff hist +1,880 N 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:5713:57, 26 February 2026 diff hist +990 N 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:5613:56, 26 February 2026 diff hist +1,618 N 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..." current
- 13:5213:52, 26 February 2026 diff hist +836 Project Rebearth No edit summary
- 13:5113:51, 26 February 2026 diff hist +1,460 N 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..." current
- 13:5113:51, 26 February 2026 diff hist +467 N 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; }" current
- 10:3610:36, 26 February 2026 diff hist +6,176 Project Rebearth No edit summary
- 10:3410:34, 26 February 2026 diff hist +353 N 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; }" current
- 10:3410:34, 26 February 2026 diff hist +1,902 N 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..." current
23 February 2026
- 21:0821:08, 23 February 2026 diff hist −6 Taxation No edit summary
- 21:0621:06, 23 February 2026 diff hist +3,215 N 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..." current
- 21:0621:06, 23 February 2026 diff hist +4,479 N 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..." current
- 21:0521:05, 23 February 2026 diff hist +358 Taxation No edit summary
- 20:5520:55, 23 February 2026 diff hist +3,091 N 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 ||..."