All public logs

Jump to navigation Jump to search

Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:42, 5 August 2023 Maria 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) val = type(val) == 'string' and val:lower() or val -- put in lower case if val == nil then return nil elseif val == false or val == 'no' or val == 'n' or val == 'false' or val == 'off' or tonumber(val) == 0 then return false elseif val == true or val == 'yes' or val == 'y' or val == '...")