Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Evospace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:33, 31 July 2025 Evospace talk contribs created page Module:InfoboxItem (Created page with "-- Module:InfoboxItem local p = {} function p.show(frame) local itemModule = frame.args[1] if not itemModule or itemModule == "" then return "❌ No data module provided" end local data = mw.loadData('Module:Data/' .. itemModule) local description = "" if data.DescriptionParts and #data.DescriptionParts > 0 then description = table.concat(data.DescriptionParts[1], " ") end local out = {} table.insert(out, '{| cl...")