Module:ID table: Revision history

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.

30 April 2025

  • curprev 16:5216:52, 30 April 2025 Deadlydiamond98 talk contribs 2,359 bytes +2,359 Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local frameArgs = frame.args return p._main(args, frameArgs) end function p._main(args, frameArgs) local noCat = args.nocat or frameArgs.nocat if noCat then return end local edition = args.edition or frameArgs.edition -- "java" or "bedrock" local displayName = args.displayname local spriteType = args.spritetype -- "block", "entity", "biome", or "env" local nameId = args.nameid local..."