Jump to content

Module:Link with country/sandbox: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

21 May 2024

20 May 2024

19 May 2024

  • curprev 23:0423:04, 19 May 2024 Hohum talk contribs 943 bytes +943 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:...'