Module:EcoVersionData/doc

From Eco - English Wiki
Revision as of 12:25, 25 June 2024 by StalEF (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:EcoVersionData

Usage[edit source]

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

For usage through Lua, see the example code below.

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

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

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