Module:Eco version string: Revision history

From Eco - English Wiki

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.

20 September 2022

26 February 2022

  • curprev 01:3401:34, 26 February 2022Demian talk contribs 393 bytes +393 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" [checked by Silsha]