Module:Dungeon Items Content: 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.

27 March 2023

  • curprev 19:3119:31, 27 March 2023Adkuate talk contribs 744 bytes +744 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..."