All public logs
Combined display of all available logs of Cobblemon Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:00, 27 November 2025 Cobblemon talk contribs created page Module:ItemSlot (Created page with "local p = {} function p.main(frame) local args = frame.args local filesParam = args[1] or "" local linkTarget = args[2] local tooltip = args[3] local output = {} -- Split by comma for filename in string.gmatch(filesParam, '([^,]+)') do filename = filename:gsub("^%s*(.-)%s*$", "%1") -- trim spaces if not filename:lower():match("%.png$") then filename = filename .. ".png" end local imgTag if linkTarget and linkTarget ~= "" then...")