NeonWabbit
Created page with "--- @module local television = {} -- Unique suffix list. local uniqueSuffix = { [1] = "st", [2] = "nd", [3] = "rd", } -- Common suffix. local commonSuffix = "th" -- Test validation. local test = false local descriptions = { no_series = { type = 1, text = "Television episode", category = "%s", }, only_series_name = { type = 2, text = "Episode of %s", category = "[[Cat..."