Module:BioboxSharing/sites: Difference between revisions

From Porn Base Central
Jump to navigation Jump to search
Content deleted Content added
Created page with "local sites = { faphouse_model = { name = "faphouse_model", paramBase = "faphouse-model", pbdProps = {"P789"}, urlFormat = "https://faphouse.com/gay/models/%s", suffix = "?utm_campaign=ai.LUY", abbr = "FapHouse:", label = "FapHouse", category = "Category:FapHouse", maxCount = 4 }, faphouse_pornstar = { name = "faphouse_pornstar", paramBase = "faphouse-pornstar", pb..."
 
(No difference)

Latest revision as of 00:11, 19 March 2025

Documentation for this module may be created at Module:BioboxSharing/sites/doc

local sites = {
    faphouse_model = {
        name = "faphouse_model",
        paramBase = "faphouse-model",
        pbdProps = {"P789"},
        urlFormat = "https://faphouse.com/gay/models/%s",
        suffix = "?utm_campaign=ai.LUY",
        abbr = "FapHouse:",
        label = "FapHouse",
        category = "Category:FapHouse",
        maxCount = 4
    },
    faphouse_pornstar = {
        name = "faphouse_pornstar",
        paramBase = "faphouse-pornstar",
        pbdProps = {"P788"},
        urlFormat = "https://faphouse.com/gay/pornstars/%s",
        suffix = "?utm_campaign=ai.LUY",
        abbr = "FapHouse:",
        label = "FapHouse",
        category = "Category:FapHouse",
        maxCount = 4
    },
    xnxx = {
        name = "xnxx",
        paramBase = "xnxx",
        pbdProps = {"P777"},
        urlFormat = "https://www.xnxx.gold/pornstar/%s",
        suffix = "?sxcaf=TARTFSJC35",
        abbr = "XNXX:",
        label = "XNXX",
        category = "Category:XNXX",
        maxCount = 4
    },
    xvideos = {
        name = "xvideos",
        paramBase = "xvideos",
        pbdProps = {"P706"},
        urlFormat = "https://www.xvideos.com/pornstars/%s/gay",
        abbr = "XVideos:",
        label = "XVideos",
        category = "Category:XVideos",
        maxCount = 4
    },
    sheer = {
        name = "sheer",
        paramBase = "sheer",
        pbdProps = {"P784"},
        urlFormat = "https://www.sheer.com/%s",
        suffix = "?aff=TARTFSJC35",
        abbr = "Sheer:",
        label = "Sheer",
        category = "Category:Sheer",
        maxCount = 4
    }
}

local siteOrder = {
    "faphouse_model",
    "faphouse_pornstar",
    "xnxx",
    "xvideos",
    "sheer"
}

return {
    sites = sites,
    siteOrder = siteOrder
}