Jump to content

Module:Cast: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 February 2026

  • curprev 21:4021:40, 10 February 2026 LIMAFOX76 talk contribs m 634 bytes +3 No edit summary
  • curprev 21:3521:35, 10 February 2026 LIMAFOX76 talk contribs 631 bytes +631 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]..."