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.

27 May 2026

  • curprev 16:0216:02, 27 May 2026 Gammaton32 talk contribs 3,671 bytes +3,671 Created page with "local p = {} -- Load data and utility modules local misc_data = mw.loadJsonData("Data:MiscData.json") local util_module = require('Module:Utilities') -- returns the entire data table for Misc data, used by other Lua modules function p.get_misc_data(name) if not name or name == '' then return nil end return misc_data[name] end -- Retrieves a specific stat value for Misc. Handles both simple and nested calls. -- {{#invoke:MiscData|get_misc_var|MISC_K..."