Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:If any equal: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 February 2025

  • curprev 02:1102:11, 21 February 2025 Prd talk contribs 1,582 bytes +1,582 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..."