Main public logs
More actions
Combined display of all available logs of Emergency Response: Liberty County Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:11, 8 February 2026 Lucah1337 talk contribs created page Module:Category handler/shared (Created page with "-- Copied from https://www.mediawiki.org/wiki/Module:Category_handler/shared -- License: CC-BY-SA 4.0 -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Mod...")