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