Jump to content

Main public logs

Combined display of all available logs of Heroes Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:45, 8 December 2025 LIMAFOX76 talk contribs created page Module:Episode nb (Created page with "local p = {} local Ep = require("Module:Episode") -- Import the Episode module -- Utility function for ordinal suffixes local function ordinal(n) local specials = { [1] = "1st", [2] = "2nd", [3] = "3rd", [21] = "21st", [22] = "22nd" } if specials[n] then return specials[n] else return tostring(n) .. "th" end end function p.main(frame) local args = frame:getParent().args -- Episode par...")