Module:EcoVersionData/doc: Difference between revisions
From Eco - English Wiki
[checked revision] | [checked revision] |
m StalEF moved page Module:EcoVersion/doc to Module:EcoVersionData/doc without leaving a redirect |
No edit summary Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DataModule}} | |||
{{ | |||
== Usage == | == Usage == | ||
To use the '''ecoVersion''' string in wikitext, see [[Template: | To use the '''ecoVersion''' string in wikitext, see [[Template:EcoVersion]]. | ||
For usage through Lua, see the example code below. | For usage through Lua, see the example code below. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
-- Load data only once per page. (Do no use require()) | -- Load data only once per page. (Do no use require()) | ||
local VersionData = mw.loadData("Module: | local VersionData = mw.loadData("Module:EcoVersionData") | ||
-- Assert that some data was received, otherwise throw an error. | -- Assert that some data was received, otherwise throw an error. | ||
assert(VersionData.eco, "Failed to load data from Module: | assert(VersionData.eco, "Failed to load data from Module:EcoVersionData!") | ||
-- You may then use data from this module in your script. | -- You may then use data from this module in your script. |
Latest revision as of 11:25, 25 June 2024
ATTENTION! Data files are generated using game data and are not intended for manual editing.
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"]