Module:TVChannelList/T: Difference between revisions

From Porn Base Central
Jump to navigation Jump to search
(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"...")
 
No edit summary
Line 20: Line 20:
}
}


return R
return T

Revision as of 06:49, 20 February 2025

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 T