Main public logs
From MuttWiki
Jump to navigationJump to search
Combined display of all available logs of MuttWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:58, 26 January 2026 Bofh 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 =...") Tag: Recreated
- 17:04, 26 January 2026 Delete page script talk contribs deleted page Module:Yesno (oops)
- 16:59, 26 January 2026 Bofh talk contribs imported Module:Yesno by file upload (1 revision)
- 16:53, 26 January 2026 Bofh talk contribs deleted page Module:Yesno (content was: "-- 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 == 'true...")
- 16:50, 26 January 2026 Bofh talk contribs imported Module:Yesno by file upload (1 revision)