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).
- 19:31, 27 March 2023 Adkuate talk contribs created page Module:Dungeon Items Content (Created page with "-------------------------------------------------------------------------------- -- -- Module:Dungeon Items Content -- -------------------------------------------------------------------------------- local p = {} local mw = require('mw') function p.main(frame) local args = frame.args local output = {} table.insert(output, '<div class="dungeonItemsContent">') for i = 1, 100 do local cellArg = args["cell_" .. i] if not cellArg then break -- exit loop when n...")