Module:Cache: Revision history

Jump to navigation Jump to search

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.

    25 November 2023

    • curprev 10:3310:33, 25 November 2023upgradewastaken#0 talk contribs 1,629 bytes +1,629 Created page with "local varsCacheMap = require('Module:VarsCacheMap') local util_cache = require('Module:CacheUtil') local p = {} -- Inventory slot local INVSLOT_PREFIX = 'invslot_02_'--don't index number unless cache has gone to complete hell; don't change this variable unless you know what you're doing please p.invslotCache = varsCacheMap.create({ prefix=INVSLOT_PREFIX, dataModule='Inventory slot/Datasheet' }) local SLOT_ALIASES_PREFIX = 'slotaliases_04_' p.slotAliasesCache = varsCac..."