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

-- конфигурация сайтов
local sites = {
  Example1 = {
    name = 'Example 1',
    url = 'https://example1.com/a/$1/b.html'
  },
  Example2 = {
    name = 'Example 2',
    url = 'https://example2.com/b/$1/c.html'
  }
}

-- экспорт конфигурации
return {
  sites = sites
}