Main public logs
Appearance
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".
- 22:29, 4 June 2025 Element10101 talk contribs moved page Module:Split to Module:Sandbox/Element10101/Split
- 22:23, 4 June 2025 Element10101 talk contribs created page Module:Split (←Created page with 'local p = {} p.split = function (inputstr, sep) -- if sep is null, set it as space if sep == nil then sep = '%s' end -- define an array local t = {} -- split string based on sep for str in string.gmatch(inputstr, '([^'..sep..']+)') do -- insert the substring in table table.insert(t, str) end -- return the array return t end return p')