Module:TVChannelList/T

From Porn Base Central
< Module:TVChannelList
Revision as of 06:48, 20 February 2025 by Cozy (talk | contribs) (Created page with "-- Channel data for names starting with 'T' local T = {} -- Channel data R.channels = { ["Teste de Fudelidade"] = { name = "Teste de Fudelidade", aliases = {"teste de fudelidade", "testedefudelidade"}, type = "Channel", genre = "Straight", website = "https://testedefudelidade.com/", category = {"Teste de Fudelidade models", "Adult Channel Models"}, notes = "Available online and via multiple streaming platforms"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:TVChannelList/T/doc

-- Channel data for names starting with 'T'
local T = {}

-- Channel data
R.channels = {
    ["Teste de Fudelidade"] = {
        name = "Teste de Fudelidade",
        aliases = {"teste de fudelidade", "testedefudelidade"},
        type = "Channel",
        genre = "Straight",
        website = "https://testedefudelidade.com/",
        category = {"Teste de Fudelidade models", "Adult Channel Models"},
        notes = "Available online and via multiple streaming platforms"
    }
}

-- Redirects for alternative names
R.redirects = {
    ["teste de fudelidade"] = "Teste de Fudelidade",
}

return R