Main public logs
From RosieSoCrossing
Combined display of all available logs of RosieSoCrossing. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:47, 14 January 2026 Rosie talk contribs created page Module:List (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function split(str, pattern) local out = {} for m in string.gmatch(str, "[^" .. pattern .. "]+") do table.insert(out, m) end return out end function p.main(frame) local args = getArgs(frame) local listOfList = split( args[1], "," ) or '' return p.listFormat(listOfList) end function p.listFormat(listOfList) local listOf = '' for l = 1, #listOfList do if l ==...")