[unchecked revision] | [checked revision] |
m 1 revision imported |
Tag: 2017 source edit |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Documentation== | ==Documentation== | ||
This module is called by [[Template:GetRecipes]], and is the entry point for modules in the system that displays crafting recipes. It takes the item passed to the template, and uses [[Module: | This module is called by [[Template:GetRecipes]], and is the entry point for modules in the system that displays crafting recipes. It takes the item passed to the template, and uses [[Module:RecipeData]] to get every recipe related to the item. The resulting list of recipes is then passed to [[Module:CraftingParser]], and the results from CraftingParser are returned to the template. | ||
If the template is passed, this module creates a table using details from the following Modules: | |||
*[[Module:Utils]] | |||
*[[Module:CraftingParser]] | |||
*[[Module:RecipeData]] | |||
*[[Module:RecipeTable]] |
Latest revision as of 10:24, 25 June 2024
Documentation[edit source]
This module is called by Template:GetRecipes, and is the entry point for modules in the system that displays crafting recipes. It takes the item passed to the template, and uses Module:RecipeData to get every recipe related to the item. The resulting list of recipes is then passed to Module:CraftingParser, and the results from CraftingParser are returned to the template.
If the template is passed, this module creates a table using details from the following Modules: