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:27, 16 December 2025 Admin talk contribs created page Module:LocationMatch (Created page with "local p = {} -- Find which ch_x corresponds to the matching location_x function p.findChapter(frame) local args = frame.args local needle = (args.location or ''):gsub('%[%[',''):gsub('%]%]','') for i = 1, 6 do local hay = (args['location_' .. i] or ''):gsub('%[%[',''):gsub('%]%]','') if hay:find(needle, 1, true) then return args['ch_' .. i] or '' end end return 'Unknown' end return p")