Module:Recipe table/doc: Difference between revisions
Jump to navigation
Jump to search
m (looming) |
m (1 revision imported: Imported from minecraft.wiki) |
Latest revision as of 07:06, 25 October 2023
This is the documentation page. It will be transcluded into the main module page. See Template:Documentation for more information
This module creates the table for {{crafting}}
, {{brewing}}
, {{smelting}}
and {{looming}}
. It can only be invoked within other modules.
Usage
The entry point is the table
function. The first argument should be whatever arguments you want to pass through, the second argument should be a table of settings.
Setting | Use |
---|---|
type | What type of recipe, e.g.: 'Crafting'
|
ingredientArgs | A table of the args which contain the ingredients, e.g.: { 'Input' }
|
outputArgs | A table of the args which contain the outputs, e.g.: { 'Output' }
|
uiFunc | The function to call from Module:UI, e.g.: 'craftingTable'
|
The module returns the wikitext table as the first parameter, and a table of unique ingredients as the second output.
Dependencies