PeaceDeadC
Created page with "local p = {} function p.getConfig(siteName) local siteConfig = mw.loadData("Module:Career-test/config")[siteName] if not siteConfig then error(string.format("Site '%s' not found in configuration file", siteName)) end return siteConfig end function p.makeUrl(siteName, id) local siteConfig = p.getConfig(siteName) local url = siteConfig.url local variable = siteConfig.variable local idPlaceholder = string.find(url, variable) if..."