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

11 June 2025

10 June 2025

  • curprev 10:1810:18, 10 June 2025 Wuffesan talk contribs 2,854 bytes +2,854 Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = {'Template:Item'} }) return p._main(args) end function p._main(args) local item = args[1] or args.name or "Unknown" local size = args[2] or args.size or 30 local count = args.count or args.x or nil local type = args.type or "Item" local text = args.text or item local link = ar..."