Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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).

Logs
  • 20:56, 12 April 2025 Lok talk contribs imported Module:Fabricator by file upload (1 revision)
  • 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...")