Module:XVideosRedList/L: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
PeaceDeadC (talk | contribs) Created page with "-- Channel data for names starting with 'L' local L = {} -- Channel data L.channels = { ["Lipe Louco"] = { name = "Lipe Louco", aliases = {"lipelouco", "lipe louco", "lipe-louco"}, channel = "lipiroco", genre = "Straight", notes = "" }, ["Luana Prado"] = { name = "Luana Prado", aliases = {"luanaprado", "luana prado", "luana-prado"}, channel = "luana_prado_official", genre = "Trans",..." |
PeaceDeadC (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
channel = "lipiroco", |
channel = "lipiroco", |
||
genre = "Straight", |
genre = "Straight", |
||
country = "BRA", |
|||
notes = "" |
notes = "" |
||
}, |
}, |
||
| Line 16: | Line 17: | ||
channel = "luana_prado_official", |
channel = "luana_prado_official", |
||
genre = "Trans", |
genre = "Trans", |
||
country = "BRA", |
|||
notes = "" |
notes = "" |
||
} |
} |
||
Latest revision as of 00:40, 15 March 2025
Documentation for this module may be created at Module:XVideosRedList/L/doc
-- Channel data for names starting with 'L'
local L = {}
-- Channel data
L.channels = {
["Lipe Louco"] = {
name = "Lipe Louco",
aliases = {"lipelouco", "lipe louco", "lipe-louco"},
channel = "lipiroco",
genre = "Straight",
country = "BRA",
notes = ""
},
["Luana Prado"] = {
name = "Luana Prado",
aliases = {"luanaprado", "luana prado", "luana-prado"},
channel = "luana_prado_official",
genre = "Trans",
country = "BRA",
notes = ""
}
}
return L