style="vertical-align:middle; text-align:center;" Imbox_deletion.png ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

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")