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:13, 8 February 2026 Lucah1337 talk contribs created page Module:Yesno (Created page with "-- Copied from https://www.mediawiki.org/wiki/Module:Yesno -- License: CC-BY-SA 4.0 -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == ni...")