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

return {
    website1 = {
        defaultLink = 'https://website1.com/',
        idFormat = 'https://website1.com/models/%s.html',
        sceneFormat = 'https://website1.com/updates/%s.html'
    },
    website2 = {
        defaultLink = 'https://website2.com/',
        idFormat = 'https://website2.com/models/%s.html',
        sceneFormat = 'https://website2.com/updates/%s.html'
    },
    website3 = {
        defaultLink = 'https://website3.com/',
        idFormat = 'https://website3.com/models/%s.html',
        sceneFormat = 'https://website3.com/updates/%s.html'
    },
}