Combined display of all available logs of Fisk's Superheroes Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:25, 12 April 2025 Lok talk contribs created page Module:Fabricator (Created page with "local p = {} function p.gui( frame ) local function split(str, sep) if (str == nil) then return {} end local result = {} for match in (str..sep):gmatch("([^"..sep.."]+)") do table.insert(result, match) end return result end local function getFileUrl(fileName) return mw.getCurrentFrame():callParserFunction("filepath", fileName) end local args = frame.args local scale = tonumber(args.sca...")