Main public logs
More actions
Combined display of all available logs of OpenFront Wiki Project. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:31, 18 November 2025 Lavodan talk contribs imported Module:Yesno by file upload (1 revision) (Import from Wikipedia)
- 14:09, 17 November 2025 Lavodan talk contribs imported Module:Yesno by file upload (1 revision) (Port from openfront.miraheze.org)
- 12:48, 17 November 2025 Remorse talk contribs protected Module:Yesno [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Admin only page) (hist)
- 12:45, 17 November 2025 Remorse talk contribs created page Module:Yesno (Created page with "-- 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 == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")