Toggle menu
66
63
2
559
Fisk's Superheroes Wiki
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
  • 05:51, 16 November 2025 DeathRealms talk contribs created page Module:HeroImage (Created page with "local p = {} local function isUrl(value) return type(value) == "string" and value:match("^https?://") end local function isHtmlImg(value) return type(value) == "string" and value:match("^<img") end local function getFileUrl(value) if isUrl(value) then return value end if isHtmlImg(value) then return value end return mw.getCurrentFrame():callParserFunction("filepath", value) end function p.show(frame) local src = frame....")