Module:TVChannelList/N: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "-- Channel data for names starting with 'N' local N = {} -- Channel data N.channels = { ["Nathalia Fontes"] = { name = "Nathalia Fontes", aliases = {"nathaliafontes", "nathalia-fontes"}, -- Alternative search names type = "Channel", genre = "Trans", xvideos = "https://www.xvideos.com/channels/nathalia_fontes", category = {"Nathalia Fontes models", "Adult Channel Models"}, notes = "Available online and via mult..." |
(No difference)
|
Latest revision as of 21:02, 2 March 2025
Documentation for this module may be created at Module:TVChannelList/N/doc
-- Channel data for names starting with 'N'
local N = {}
-- Channel data
N.channels = {
["Nathalia Fontes"] = {
name = "Nathalia Fontes",
aliases = {"nathaliafontes", "nathalia-fontes"}, -- Alternative search names
type = "Channel",
genre = "Trans",
xvideos = "https://www.xvideos.com/channels/nathalia_fontes",
category = {"Nathalia Fontes models", "Adult Channel Models"},
notes = "Available online and via multiple streaming platforms"
}
}
-- Redirects for alternative names
N.redirects = {
["nathalia fontes "] = "Nathalia Fontes",
}
return N