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 {
    ["site1"] = {
        name = "Название сайта 1",
        type = "Studio", -- тип сайта: "Website" или "Studio"
        url = "http://example.com/$1" -- шаблон ссылки с заменяемым параметром $1
    },
    ["site2"] = {
        name = "Название сайта 2",
        type = "Website",
        url = "http://example.com/$1"
    },
    -- Добавьте дополнительные сайты здесь
}