Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of GigaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:06, 22 January 2026 Mhm talk contribs created page Module:If any equal (Created page with "require('strict') local p = {} p.main = function(frame) local check_value = function(value) for n, v in pairs(frame.args) do if type(n)=='number' and v:lower()==value:lower() then return true end end end local match = false if frame.args.value and frame.args.value~='' then match = check_value(frame.args.value) elseif frame.args.values and frame.args.values~='' then for value in mw.text.gsplit(frame.args.values, "%s*,%s*") do if check_value(valu...")