Module:Data/PageSections
Documentation for this module may be created at Module:Data/PageSections/doc
return {
fallback = "Reference",
typeToSection = {
engineer = "Engineering",
ship = "Ships & Equipment",
ship_module = "Ships & Equipment",
ship_weapon = "Ships & Equipment",
guardian_module = "Guardian Technology",
thargoid_module = "Thargoids",
mining_method = "Mining",
mining_equipment = "Mining",
mining_location = "Mining",
mining_commodity = "Mining",
field_procedure = "Field Procedures",
},
exactSections = {
["Start Here"] = "New Commanders",
["New Commander Roadmap"] = "New Commanders",
["Returning Commander Overview"] = "Returning Commanders",
["Field Procedures"] = "Field Procedures",
["Game Reference"] = "Reference",
["Ships and Equipment"] = "Ships & Equipment",
["Ship Modules"] = "Ships & Equipment",
["Engineering"] = "Engineering",
["Engineers"] = "Engineering",
["Engineer Unlock Guide"] = "Engineering",
["Engineer Capability Comparison"] = "Engineering",
["Engineering Blueprints"] = "Engineering",
["Engineering Materials"] = "Engineering",
["Experimental Effects"] = "Engineering",
["Mining"] = "Mining",
["Guardian"] = "Guardian Technology",
["Guardian Tech"] = "Guardian Technology",
["Guardian Technology"] = "Guardian Technology",
["Thargoids"] = "Thargoids",
["Thargoid"] = "Thargoids",
["Odyssey"] = "Odyssey",
["Powerplay"] = "Powerplay",
["Colonisation"] = "Colonisation",
["Operations"] = "Operations",
["Fleet Carriers"] = "Fleet Carriers",
["Lore and History"] = "Lore & History",
["Tools and Resources"] = "Reference",
},
familyRules = {
{ prefix = "Unlocking ", section = "Field Procedures", reason = "Dedicated unlock procedure page family" },
{ prefix = "How to ", section = "Field Procedures", reason = "Dedicated task procedure page family" },
},
titleContainsRules = {
{ text = "Guardian", section = "Guardian Technology", reason = "Guardian technology article family" },
{ text = "Thargoid", section = "Thargoids", reason = "Thargoid/xeno article family" },
{ text = "Xeno", section = "Thargoids", reason = "Thargoid/xeno article family" },
{ text = "AX ", section = "Thargoids", reason = "Anti-xeno article family" },
},
}