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).
- 00:48, 4 June 2024 Software2 talk contribs created page Module:ModuleLevelTable (Created page with "-- Module:CSVProcessor local p = {} function p.process(frame) local csvText = frame.args[1] or "" local result = "" for line in csvText:gmatch("[^\r\n]+") do -- Process each line here. For example, we can just concatenate them. result = result .. line .. "\n" end return result end return p")