Template:Infobox recipe: Difference between revisions
m CSS test |
m Tidying up |
||
Line 6: | Line 6: | ||
| abovestyle = background-color: var(--background-color-notice-subtle); color: var(--color-emphasized); | | abovestyle = background-color: var(--background-color-notice-subtle); color: var(--color-emphasized); | ||
| data1 = {{{recipedata|}}} | | data1 = {{{recipedata|}}} | ||
| headerstyle = background-color: var(--background-color-notice-subtle); | | headerstyle = background-color: var(--background-color-notice-subtle); | ||
| | | header2 = Description | ||
| | | data3 = {{{description|}}} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 06:16, 17 July 2025
This template is used in conjunction with Template:Recipe in order to provide an infobox surrounding the recipe UI and also to help align multiple recipes onto a page.
{{Infobox recipe | type = <-- Recipe container, specify everything except Crafting: "Stonecutter", "Grindstone" etc. --> | name = <-- name of item --> | recipedata = <-- Template:Recipe of item --> | description = <-- description for item, if needed --> }}