Module:RecipeData/doc: Difference between revisions

From Eco - English Wiki
[unchecked revision][checked revision]
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Purpose==
{{DataModule}}
This Module is used to hold and look up recipes for items in the game.<br>
It returns a table that contains a table of every recipe, a table of all items and their associated recipes, a table of all crafting tables and the recipes available at each, and a table of all item groups and the recipes that craft the items in the group.


==Documentation==
The {{PAGENAME}} is currently used in:
<big style="color:red;">'''DO NOT manually change this page!'''</big>
 
This file is a Datafile that is used to Automate information throughout the Eco Wiki using various Modules.
 
The Module:CraftingRecipes is currently used in:
*[[Module:Infobox_Item]], See [[Template:Infobox_Item]] for more details.
*[[Module:GetRecipes]], See [[Template:GetRecipes]] for more details.
*[[Module:FoodDetails]], See [[Template:FoodDetails]] for more details.
 
If you would like to see more information generated on a Data page request it on the ECO Contribution Wiki Discord, https://discord.gg/ynCVtN5.

Latest revision as of 07:16, 14 August 2025

Warning about use

[edit source]

To prevent multiple call of data array, you must use the function: local RecipeData = mw.loadData("Module:RecipeData/doc")

The RecipeData/doc is currently used in: