Module:TVChannelList/S: Difference between revisions
Jump to navigation
Jump to search
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
genre = "Straight", |
genre = "Straight", |
||
streaming = "https://hotgo.com", |
streaming = "https://hotgo.com", |
||
category = {" |
category = {"Sexy Hot models", "Adult Television Networks"}, |
||
notes = "Available on Hot Go streaming platform" |
notes = "Available on Hot Go streaming platform" |
||
} |
} |
Revision as of 01:59, 17 February 2025
Documentation for this module may be created at Module:TVChannelList/S/doc
-- Channel data for names starting with 'S' local S = {} -- Channel data S.channels = { ["Sexy Hot"] = { name = "Sexy Hot", aliases = {"sexyhot", "sexy-hot"}, -- Alternative search names type = "Television Network", genre = "Straight", streaming = "https://hotgo.com", category = {"Sexy Hot models", "Adult Television Networks"}, notes = "Available on Hot Go streaming platform" } } -- Redirects for alternative names S.redirects = { ["sexy hot tv"] = "Sexy Hot", ["hot tv"] = "Sexy Hot" } return S