Module:TVChannelList/F: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
-- Channel data |
-- Channel data |
||
F.channels = { |
|||
["Festa Prime"] = { |
["Festa Prime"] = { |
||
name = "Festa Prime", |
name = "Festa Prime", |
||
Line 10: | Line 10: | ||
genre = "Straight", |
genre = "Straight", |
||
xvideos = "https://www.xvideos.com/festasprime", |
xvideos = "https://www.xvideos.com/festasprime", |
||
category = {" |
category = {"Festa Prime models", "Adult Channel Models"}, |
||
notes = "Available online and via multiple streaming platforms" |
notes = "Available online and via multiple streaming platforms" |
||
} |
} |
||
Line 16: | Line 16: | ||
-- Redirects for alternative names |
-- Redirects for alternative names |
||
F.redirects = { |
|||
["festa prime"] = "Festa Prime", |
["festa prime"] = "Festa Prime", |
||
["festaprime"] = "Festa Prime" |
["festaprime"] = "Festa Prime" |
Latest revision as of 18:17, 20 February 2025
Documentation for this module may be created at Module:TVChannelList/F/doc
-- Channel data for names starting with 'F' local F = {} -- Channel data F.channels = { ["Festa Prime"] = { name = "Festa Prime", aliases = {"festaprime", "festa prime"}, type = "Channel", genre = "Straight", xvideos = "https://www.xvideos.com/festasprime", category = {"Festa Prime models", "Adult Channel Models"}, notes = "Available online and via multiple streaming platforms" } } -- Redirects for alternative names F.redirects = { ["festa prime"] = "Festa Prime", ["festaprime"] = "Festa Prime" } return F