PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

Main public logs

From PC Gaming Shelter

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

Logs
  • 09:17, 2 July 2026 WikiVisor talk contribs created page Module:Resource (Created page with "local p = {} local function clean(value) if value == nil then return nil end value = mw.text.trim(tostring(value)) return value ~= '' and value or nil end local function isTruthy(value) value = clean(value) if not value then return false end value = mw.ustring.lower(value) return value == '1' or value == 'true' or value == 'yes' or value == 'y' or value == 'on' end local function splitValues(value) value = clean(value) if not value then return {} e...")