All public logs

Jump to navigation Jump to search

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

Logs
  • 14:29, 10 June 2024 RheingoldRiver talk contribs created page RheingoldRiver/Guide:Gifting 2 (Created page with "{{#invoke:Likes|main|Ashura}} {{#var:{{#var:1}}}} {{#var:2}} {{#var:3}}")
  • 14:24, 10 June 2024 RheingoldRiver talk contribs moved page /ArgsUtil to ArgsUtil without leaving a redirect
  • 14:23, 10 June 2024 RheingoldRiver talk contribs created page Module:Likes ([ST] initial commit)
  • 14:07, 10 June 2024 RheingoldRiver talk contribs created page Temporary page dont delete this or else (Created page with "{{#cargo_store:_table=ItemTypes|name=Consumable |idx=1}} {{#cargo_store:_table=ItemTypes|name=Gardening |idx=2}} {{#cargo_store:_table=ItemTypes|name=Gatherable |idx=3}}")
  • 14:05, 10 June 2024 RheingoldRiver talk contribs created the Cargo table ItemTypes
  • 14:05, 10 June 2024 RheingoldRiver talk contribs created page ItemTypes/CargoDeclare (Created page with "{{#cargo_declare:_table=ItemTypes |name=String |idx=Integer }}")
  • 13:58, 10 June 2024 RheingoldRiver talk contribs created page TableUtil (Created page with "local lang = mw.getLanguage('en') local p = {} function p.generalLength(tbl) local n = 0 for _, _ in pairs(tbl) do n = n + 1 end return n end function p.getKeys(tbl, f) local ret = {} for k, _ in pairs(tbl) do ret[#ret+1] = k end if f then table.sort(ret, f) end return ret end function p.keyOf(tbl, val) for k, v in pairs(tbl) do if v == val then return k end end return nil end function p.hash(tbl) if not tbl then return {} end local hash = {...")
  • 13:58, 10 June 2024 RheingoldRiver talk contribs created page TextUtil (Created page with "-- Source for gsplit, split, and trim: https://phabricator.wikimedia.org/diffusion/ELUA/browse/master/includes/engines/LuaCommon/lualib/mw.text.lua local p = {} function p.gsplit( text, pattern, plain ) if not pattern then pattern = ',' end if not plain then pattern = '%s*' .. pattern .. '%s*' end local s, l = 1, text:len() return function () if s then local e, n = text:find( pattern, s, plain ) local ret if not e then ret = text:sub( s ) s =...")
  • 13:58, 10 June 2024 RheingoldRiver talk contribs created page MapUtil (Created page with "local util_table = require("Module:TableUtil") local util_text = require("Module:TextUtil") local h = {} local p = {} function p.inPlace(tbl, f, ...) for k, v in pairs(tbl) do tbl[k] = f(v, ...) end return tbl end function p.apply(tbl, f, ...) for k, v in pairs(tbl) do f(v, ...) end return tbl end function p.arrayApply(tbl, f, ...) for k, v in ipairs(tbl) do f(v, ...) end return tbl end function p.multiParamSafe(tbl, f, ...) if not tbl or #tbl == 0...")
  • 13:58, 10 June 2024 RheingoldRiver talk contribs created page /ArgsUtil (Created page with "local util_map = require('Module:MapUtil') local util_text = require('Module:TextUtil') local util_table = require('Module:TableUtil') local bool_false = { ['false'] = true, ['no'] = true, [''] = true, ['0'] = true, ['nil'] = true } local bool_true = { ['true'] = true, ['yes'] = true } local lang = mw.getLanguage('en') local p = {} local h = {} function p.norm(v) if not v then return false end local lc = lang:lc(v) if bool_false[lc] then return false elseif...")
  • 13:56, 10 June 2024 RheingoldRiver talk contribs deleted page Likes/CargoDeclare (content was: "{{#cargo_declare:_table=Likes |CharacterName=String |ItemName=String }}", and the only contributor was "RheingoldRiver" (talk))
  • 13:55, 10 June 2024 RheingoldRiver talk contribs created page Likes/CargoDeclare (Created page with "{{#cargo_declare:_table=Likes |Character=String |Item=String }}")