Content deleted Content added
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
return {
["Bromo"]example1 = {
["url"] = "'https://example1.com/$1/"',
["type"] = "Studio",
id = 'id',
["name"] = "Porno Andreya",
alias = 'alias', -- добавлено
["url"] = "https://example1.com/$1/",
notes = 'notes' -- добавлено
},
},
["Example2"] = {
example2 = {
["type"] = "Website",
["url"] = "'https://example2.com/page/$1"/',
["name"] = "Example 2",
id = 'id',
["url"] = "https://example2.com/page/$1",
alias = 'alias', -- добавлено
},
notes = 'notes' -- добавлено
}
}