Module:Recipe list: Revision history

From TibiaCraft
Jump to navigationJump 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.

4 October 2025

  • curprev 21:5621:56, 4 October 2025 Root talk contribs 947 bytes +947 Created page with "local p = {} function p.type( f ) local args = f.args local crafting = require( Module:Crafting ).table local type = mw.text.trim( args[1] ) local showDesciption local templates = {} local data = bucket('crafting_recipe') .select('type', 'json') .where('type', type) .run() for _, v in ipairs(data) do local tArgs = mw.text.jsonDecode(v['json']) if tArgs.description then showDescription = true end tArgs.ignoreusage = '1' ta..."