Module:EcoVersionData/doc

From Eco - English Wiki
Revision as of 12:49, 26 February 2022 by Demian (talk | contribs) (Add note about Template:Eco version)

This is the documentation page for Module:EcoVersionData

Documentation

Template:Data file module

Usage

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