Module:Career-test: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 March 2023

  • curprev 19:3319:33, 12 March 2023PeaceDeadC talk contribs 1,674 bytes +1,674 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..."