All public logs

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

Logs
  • 21:24, 19 August 2022 Couchor talk contribs created page Module:PageVariableNamespace (Created page with "local Class = require('Module:Class') local Logic = require('Module:Logic') local StringUtils = require('Module:StringUtils') local Namespace = Class.new(function(self, prefix) self.prefix = prefix end) function Namespace:get(key) return StringUtils.nilIfEmpty(mw.ext.VariablesLua.var(self.prefix .. key)) end function Namespace:set(key, value) mw.ext.VariablesLua.vardefine(self.prefix .. key, StringUtils.nilIfEmpty(value)) end function Namespace:delete(key) self:s...")