Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 23:04, 19 May 2024 Hohum talk contribs created page Module:Link with country/sandbox (Created page with 'local p = {} local function split_with_comma(str) local fields = {} for field in str:gmatch('([^,]+)') do fields[#fields+1] = ltrim (field) end return fields end function ltrim(s) return s:match'^%s*(.*)' end function p.countrynames( frame ) -- local test = frame.args[1] .. ", " .. frame.args.property -- return test -- change comma list to array countryarray = split_with_comma( frame.args[1] ) -- put each array entry through Module:...')