Module:CareerList/config: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 1:
-- конфигурация сайтов
local sites = {
Example1 = {
name = 'Example 2',
}
-- экспорт конфигурации
return {
▲ url = 'https://example1.com/$1',
▲ id = '$1',
▲ },
▲ Example2 = {
▲ url = 'https://example2.com/page/$1.html',
▲ },
}
| |||