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).
- 15:36, 12 January 2026 Rosie talk contribs created page Module:TitleCase (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function search(category, substrings) for k,v in pairs(substrings) do if string.find(category, v) then return true end end return false end -- From Lua-User Wiki: http://lua-users.org/wiki/SciteTitleCase function titlecase(str) local titleName = '' local buf = {} local inWord = false for i = 1, #str do local c = string.sub(str, i, i) if inWord then table....")