All public logs

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

Logs
  • 17:11, 1 June 2024 Software2 talk contribs created page Module:String (Created page with "local p = {} function p.split(frame) local str = frame.args[1] local sep = frame.args[2] local pre = frame.args[3] local result = {} for match in (str..sep):gmatch("(.-)"..sep) do table.insert(result, pre .. match) end return table.concat(result, "\n") end return p")