Template:Recipe: Difference between revisions
(added support for using the template to get all recipes at a building with no product specified) |
(forgot to update the description) |
||
Line 7: | Line 7: | ||
And another example: <code><nowiki>{{Recipe| | And another example: <code><nowiki>{{Recipe|Skewers}}</nowiki></code> yields: | ||
{{Recipe|Skewers}} | {{Recipe|Skewers}} | ||
And a final example: <code><nowiki>{{Recipe| | And a final example: <code><nowiki>{{Recipe||Scribe}}</nowiki></code> yields: | ||
{{Recipe||Scribe}} | {{Recipe||Scribe}} | ||
</noinclude> | </noinclude> |
Revision as of 04:47, 9 February 2023
RenderRecipe error: Invalid template parameters. This template requires at least a product or building.
This template calls renderRecipe, which writes out either ONE recipe if the product and building is specified, ALL recipes for the specified product, or ALL recipes at a specified building.
For example: {{Recipe|Biscuits|Cookhouse}}
yields:
Lua error in Module:RenderRecipe at line 106: attempt to call field 'getRecipeAtBuilding' (a nil value).
And another example: {{Recipe|Skewers}}
yields:
Lua error in Module:RenderRecipe at line 120: attempt to call field 'getRecipeForProduct' (a nil value).
And a final example: {{Recipe||Scribe}}
yields:
Lua error in Module:RenderRecipe at line 142: attempt to call field 'getBuildingsRecipes' (a nil value).