Module:Cast/data
Appearance
return {
-- Main cast
["m"] = { 'Main cast of', " (Main)" },
["main"] = { 'Main cast of', " (Main)" },
["main cast"] = { 'Main cast of', " (Main)" },
-- Supporting cast
["s"] = { 'Supporting cast of', " (Supporting)" },
["su"] = { 'Supporting cast of', " (Supporting)" },
["supporting"] = { 'Supporting cast of', " (Supporting)" },
["supporting cast"] = { 'Supporting cast of', " (Supporting)" },
-- Guest star
["g"] = { 'Guest Star in', " (Guest Star)" },
["gs"] = { 'Guest Star in', " (Guest Star)" },
["guest"] = { 'Guest Star in', " (Guest Star)" },
["guest star"] = { 'Guest Star in', " (Guest Star)" },
-- Special Guest Star
["sg"] = { 'Special Guest Star in', " (Special Guest Star)" },
["sgs"] = { 'Special Guest Star in', " (Special Guest Star)" },
["special guest"] = { 'Special Guest Star in', " (Special Guest Star)" },
["special guest star"] = { 'Special Guest Star in', " (Special Guest Star)" },
-- Special Guest Star
["sa"] = { 'Special Appearance in', " (Special Appearance)" },
["sga"] = { 'Special Appearance in', " (Special Appearance)" },
["special appearance"] = { 'Special Appearance in', " (Special Appearance)" },
["special guest appearance"] = { 'Special Appearance in', " (Special Appearance)" },
-- Co-Starring
["cos"] = { 'Co-Starring in', " (Co-Starring)" },
["costar"] = { 'Co-Starring in', " (Co-Starring)" },
["co-star"] = { 'Co-Starring in', " (Co-Starring)" },
-- Ending Credits
["ec"] = { 'Ending Credits in', " (Ending Credits)" },
["ending"] = { 'Ending Credits in', " (Ending Credits)" },
["ending credits"] = { 'Ending Credits in', " (Ending Credits)" },
-- Uncredited
["u"] = { 'Uncredited in', " (Uncredited)" },
["uc"] = { 'Uncredited in', " (Uncredited)" },
["uncredited"] = { 'Uncredited in', " (Uncredited)" },
-- Credits only
["co"] = { 'Credits only in', " (Credits only)" },
["credits only"] = { 'Credits only in', " (Credits only)" },
-- Main Credits only
["mco"] = { 'Main Credits only in', " (Main Credits only)" },
["main credits only"] = { 'Main Credits only in', " (Main Credits only)" },
-- Excerpts
["ex"] = { 'Excerpts in', " (Excerpts)" },
["excerpt"] = { 'Excerpts in', " (Excerpts)" },
["excerpts"] = { 'Excerpts in', " (Excerpts)" },
}