Actions

Module

Module:Aliases/data

From Project Rebearth

Revision as of 19:17, 26 February 2026 by East6 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Aliases/data/doc

-- 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",
    ["Towers"]      = "Tower",
    ["Boats"]       = "Boat",
    ["Warehouses"]  = "Warehouse",
    ["Shacks"]      = "Shack",
    ["Roads"]       = "Road",

    -- Alternate names
    ["Sea Towers"]  = "Sea Tower",
    ["Windmills"]   = "Windmill",
    ["Iron Mines"]  = "Iron Mine",
    ["Bakeries"]    = "Bakery",

    -- Event display names → event pages
    ["Food Shortage (event)"] = "Food Shortage (event)",
}