Main public logs
Appearance
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).
- 21:35, 10 February 2026 LIMAFOX76 talk contribs created page Module:Cast (Created page with "local data = require("Module:Cast/data") local p = {} -- Function 1: Get cast type function p.getCastType(frame) local key = string.lower(frame.args[1] or "") local entry = data[key] if not entry then return "Ending Credits in" end local cast, _ = unpack(entry) return string.format("%s", cast) end -- Function 2: Get cast marking function p.getCastType(frame) local key = string.lower(frame.args[1] or "") local entry = data[key]...")