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.

Module:EcoVersion/doc

From Eco - English Wiki
Revision as of 12:49, 26 February 2022 by Demian (talk | contribs) (Add note about Template:Eco version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:EcoVersion

Documentation[edit source]

DO NOT manually edit this page!

This module is a data file that is used to automate information throughout the Eco Wiki using various Lua Modules. If you would like to see more information generated on a data page request it on the Eco Contribution Wiki Discord server.

Usage[edit source]

To use the ecoVersion string in wikitext, see Template:Eco version.

For usage through Lua, see the example code below.

-- Load data only once per page. (Do no use require())
local VersionData = mw.loadData("Module:EcoVersion")

-- Assert that some data was received, otherwise throw an error.
assert(VersionData.eco, "Failed to load data from Module:EcoVersion!")

-- You may then use data from this module in your script.
local ecoVersionData = VersionData.eco["eco"]