All public logs

From The Kodiak Republic Wiki

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

Logs
  • 02:25, 20 May 2023 Silmjlc talk contribs created page Module:LoadData/doc (Created page with "local p = {} -- Finds the next key key <= or >= the given i. -- operator is ±1 local function findItemRange(data, i, operator) local bestIndex = nil i = i * operator for k, v in pairs(data) do local kop = type(k) == 'number' and k * operator if kop and kop <= i and (bestIndex == nil or kop > bestIndex * operator) then bestIndex = k end end if bestIndex then return data[bestIndex] else return nil end end local function...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.