Main public logs

Jump to navigation Jump to search

Combined display of all available logs of JCraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:33, 27 April 2026 KasaneTetoLover talk contribs created page Module:CraftingJSON (Created page with "local p = {} local slot = require('Module:Inventory slot') local function formatItemName(rawName) if not rawName then return "" end local name = rawName:gsub("^[^:]+:", "") name = name:gsub("_", " ") name = name:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower() end) return name end function p.render(frame) local args = frame:getParent().args local jsonStr = args[1] or "{}" local data = mw.text...")