Documentation for this module may be created at Module:SiteDictionary/doc
local sites = { website1 = { template = '[https://www.website1.com/scene/%s/ Website1 #] (\'\'\'[[List of Website1 actors|LIST]]\'\'\') <small>(\'\'\'[[:Category:Network1|Network1]]\'\'\')</small>{{Main other|[[Category:Website1 models]]}}', name = 'Website1' }, website2 = { template = '[https://www.website2.com/scene/%s/ Website2]<small>(\'\'\'[[:Category:Network2|Network2]]\'\'\')</small>{{Main other|[[Category:Website2 models]][[Category:Network2 models]]}}', name = 'Website2' }, website3 = { template = '[https://website3.com/updates/%s.html Website3] <small>(\'\'\'[[:Category:Network3|Network3]]\'\'\')</small>{{Main other|[[Category:Website3 models]][[Category:Network3 models]]}}', name = 'Website3' } } return sites