All public logs

Combined display of all available logs of Greenfield Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:22, 24 February 2022 BriLila talk contribs created page Module:Infobox road/locations (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 =...")