Module:Road data/strings/MYS explained

--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:

To inspect the content of this data module when editing, enter the followinginto the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p))To inspect a particular route type, change `p` above to include the route type,e.g., `p.I` and `p["US-Hist"]`.]

]

-- Malaysialocal MYS =

local util = require("Module:Road data/util")local format = mw.ustring.formatutil.addAll(MYS, require("Module:Road data/strings/ASIA"))

local expressways =

MYS.E =

MYS.E2 = MYS.Federal = MYS.FT = MYS.Federal

MYS.Federal2 = MYS.FT2 = MYS.Federal2

MYS.FELDA =

for _,stateName in ipairs do MYS[stateName] = end

MYS.State =

MYS.Fed =

MYS.FL =

return MYS