Content deleted Content added
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
return {
Example1example1 = {
url = 'https://example1.com/$1/',
siteType = 'Website',
id = 'id',
url = 'https://example1.com/$1/',
alias = 'alias', -- добавлено
linkText = 'Example 1',
notes = 'notes' -- добавлено
},
},
Example2 = {
example2 = {
siteType = 'Studio',
url = 'https://example2.com?id=/$1/',
id = 'id',
linkText = 'Example 2',
alias = 'alias', -- добавлено
},
notes = 'notes' -- добавлено
}
}