Module:Infobox road/locations: Revision history

Jump to navigation Jump to search

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.

24 February 2022

  • curprev 20:2220:22, 24 February 2022BriLila talk contribs 7,114 bytes +7,114 Created page with "local p = {} local function countries(args, country) local data = {AFRICA = "no", ARAB = "no", ASIA = "no", EUR = "no", default = "yes"} local yesOrNo = data[country] or data.default if yesOrNo == "no" then return args.countries else return nil end end local function regions(args, country) local data = {USA = "yes", default = "no"} if args.communities then return "Autonomous<br>communities", args.communities end local yesOrNo =..."