Module:CareerList/config

From Porn Base Central
Jump to navigation Jump to search

Documentation for this module may be created at Module:CareerList/config/doc

return {
    ["bromo"] = {
        name = "Bromo",
        type = "Website", -- тип сайта: "Website" или "Studio"
        url = "http://example.com/bromo/$1" -- шаблон ссылки с заменяемым параметром $1
    },
    ["belami"] = {
        name = "Bel Ami",
        type = "Studio",
        url = "http://example.com/belami/$1"
    },
    -- Добавьте дополнительные сайты здесь
}