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:34, 12 January 2026 Rosie talk contribs created page Module:SentenceCase (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 function p.main(frame) local args = getArgs(frame) local name = args['1'] or '' return p.firstToUpper(name) end -- https://stackoverflow.com/questions/2421695/first-character-uppercase-lua function p.fi...")