Module:UsedInEnchantments: 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.

26 January 2023

4 May 2022

  • curprev 23:2023:20, 4 May 2022Mazeelwin talk contribs 4,070 bytes +4,070 Created page with "local p = {} function p.incense(frame) if frame == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) else frame = mw.getCurrentFrame() end local name = mw.title.getCurrentTitle().text local fields = '_pageName, name, incense, effects, DLC' local cargoArgs = { orderBy = '_pageName', groupBy = 'name', where = 'incense="' .. name .. '"', limit = 5000 } local data = mw.ext.cargo.query('EnchantRecipes', fields, cargoArg..."