Jump to content

Module:Infobox road/color: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 Hlakubele 2022

  • curprev 19:0819:08, 27 Hlakubele 2022 Prince ovy bua litsebo 15,780 bytes +15,780 Created page with "local p = {} Country = {} function Country:new(obj) obj = obj or {} setmetatable(obj, self) self.__index = self return obj end function Country:color(args) local type = args.type return self[type] or self.default end function Country:addTypesAsColor(types, color) for i,type in pairs(types) do self[type] = color end end local colors = {} do function colors:color(args) local headerType = args.headerType local countryArg = args.country local headerType..."