Module:SiteDictionary: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) Created page with "local sites = { website1 = { template = '[https://www.website1.com/scene/%s/ Website1 #] (\'\'\'LIST\'\'\') <small>(\'\'\'Network1\'\'\')</small>{{Main other|Category:Website1 models}}', name = 'Website1' }, website2 = { template = '[https://www.website2.com/scene/%s/ Website2]<small>(\'\'\'Network2\'\'\')</small>{{Main other|Category:Website2 models..." |
PeaceDeadC (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
Line 1:
website1 = {
name = 'Website1',
idFormat = 'https://website1.com/models/%s.html',
sceneFormat = 'https://website1.com/updates/%s.html'
},
website2 = {
name = 'Website2',
idFormat = 'https://website2.com/models/%s.html',
sceneFormat = 'https://website2.com/updates/%s.html'
},
website3 = {
name = 'Website3',
idFormat = 'https://website3.com/models/%s.html',
}▼
sceneFormat = 'https://website3.com/updates/%s.html'
▲ },
-- И так далее для всех сайтов
}
▲return sites
| |||