Main public logs
More actions
Combined display of all available logs of Gensopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:23, 16 December 2025 Admin talk contribs created page Module:String.lua (Created page with "local p = {} -- p.match(haystack and needle) finds which location_x contains the needle function p.match(frame) local args = frame.args local needle = args.needle or '' for i = 1, 6 do local hay = args['location_' .. i] or '' if hay:find(needle, 1, true) then return tostring(i) end end return '' end return p")