Module:SiteDictionary

From Porn Base Central
Jump to navigation Jump to search

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

return {
    website1 = {
        name = 'Website1',
        defaultLink = 'https://website1.com/',
        idFormat = 'https://website1.com/models/%s.html',
        sceneFormat = 'https://website1.com/updates/%s.html'
    },
    website2 = {
        name = 'Website2',
        defaultLink = 'https://website2.com/',
        idFormat = 'https://website2.com/models/%s.html',
        sceneFormat = 'https://website2.com/updates/%s.html'
    },
    website3 = {
        name = 'Website3',
        defaultLink = 'https://website3.com/',
        idFormat = 'https://website3.com/models/%s.html',
        sceneFormat = 'https://website3.com/updates/%s.html'
    },
    -- И так далее для всех сайтов
}