All public logs

From Eco - English Wiki

Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:34, 26 February 2022 Demian talk contribs created page Module:Eco version string (Created page with "local p = {} local VersionData = mw.loadData("Module:EcoVersion") function p.main() assert(VersionData.eco, "Failed to load data from Module:EcoVersion!") local ecoVersionString = VersionData.eco["eco"]["ecoVersion"] if ecoVersionString then return ecoVersionString else return "<span style=\"color:red\">ERROR: Failed to load Eco version from data file.</span>" end end return p")