All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Mystery Dungeon Franchise Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:20, 10 May 2025 Golisopod talk contribs created page Module:Gates to Infinity Moves table (Created page with "-------------------------------------------------------------------------------- -- -- Module:Gates to Infinity Moves table -- -------------------------------------------------------------------------------- local p = {} local mw = require('mw') function p.main(frame) local data = require("Module:Gates to Infinity Move Data Cell") local metatable = {__index = function () return "" end} setmetatable(data, metatable) local args = frame.args local output = mw.h...")