Module:EcoVersion/doc: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
(Add documentation.)
 
m (Add module to category "Eco data files".)
Line 13: Line 13:
local ecoVersionData = VersionData.eco["eco"]
local ecoVersionData = VersionData.eco["eco"]
</syntaxhighlight>
</syntaxhighlight>
<includeonly>[[Category:Eco data files]]</includeonly>

Revision as of 12:45, 26 February 2022

Documentation


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

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