Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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

Logs
  • 16:50, 12 June 2024 162.213.119.13 talk created page Module:City (Created page with "local p = {} function p.qCode(place) -- recover a q-code based on place name, also if one can link to a page on commons return such link local item, link = nil, nil -- === STEP 1: if "place" is empty than return nothing ============== if (not place) or (place == "") then return item, link end -- === STEP 2: Check if "place" holds a q-code or matches any of the hardwired names ============== if string.match(place, "^Q%d+$") then return place, link --...")