Module:TVChannelList/F

From Porn Base Central
< Module:TVChannelList
Revision as of 06:56, 20 February 2025 by Cozy (talk | contribs) (Created page with "-- Channel data for names starting with 'F' local F = {} -- Channel data R.channels = { ["Festa Prime"] = { name = "Festa Prime", aliases = {"festaprime", "festa prime"}, type = "Channel", genre = "Straight", xvideos = "https://www.xvideos.com/festasprime", category = {"Red Fire TV models", "Adult Channel Models"}, notes = "Available online and via multiple streaming platforms" } } -- Redirects for alterna...")
(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/F/doc

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

-- Channel data
R.channels = {
    ["Festa Prime"] = {
        name = "Festa Prime",
        aliases = {"festaprime", "festa prime"},
        type = "Channel",
        genre = "Straight",
        xvideos = "https://www.xvideos.com/festasprime",
        category = {"Red Fire TV models", "Adult Channel Models"},
        notes = "Available online and via multiple streaming platforms"
    }
}

-- Redirects for alternative names
R.redirects = {
    ["festa prime"] = "Festa Prime",
    ["festaprime"] = "Festa Prime"
}

return F