Actions

Module

Module:Aliases/data

From Project Rebearth

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)",
}