Module:CareerList/config

From Porn Base Central
Jump to navigation Jump to search

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

return {
example1 = {
url = 'https://example1.com/$1/',
id = 'id',
alias = 'alias', -- добавлено
notes = 'notes' -- добавлено
},
example2 = {
url = 'https://example2.com/$1/',
id = 'id',
alias = 'alias', -- добавлено
notes = 'notes' -- добавлено
}
}