Main public logs
From TibiaCraft
Jump to navigationJump to search
Combined display of all available logs of TibiaCraft. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:56, 4 October 2025 Root talk contribs created page Module:Recipe list (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...")