Template:Brewing

From Tensura Wiki
Jump to navigation Jump to search
File:Template-info.svg Documentation Edit this documentation at Template:Brewing/doc.
(edit • history • purge)

Template:Documentation header

This template uses Module:Brewing, a script written in Lua.

Using this template, you can create tables like those commonly used in the “Brewing ingredient” sections of articles about blocks and items.

By default, the table generates with 3 columns: Name, Ingredients, and the main column containing the recipe. You can set the parameter {{{showname=1}}} or {{{showname=0}}} in the first template of the table to show or hide the Name column. To group multiple brewing templates into one table, you also need to set {{{head=1}}} in the first template of the table, and {{{foot=1}}} in the last.

The parameter {{{base=}}} can be set to change the base potion listing. It defaults to Awkward Potion.

The parameter {{{showbase=1}}} can be set to show the base potion in the potion slot instead of the output.

Example usage:

{{Brewing
  |head=1
  |Ghast Tear
  |Potion of Regeneration
}}
{{Brewing
  |name=Splash [[Potions]]
  |ingredients=[[Gunpowder]] +<br>Any [[Potion]]
  |Gunpowder
  |Splash Potion of Regeneration;Splash Potion of Fire Resistance;Splash Potion of Strength
}}
{{Brewing
  |name=Increases Duration
  |showbase=1
  |Redstone
  |base=Potion of Regeneration
}}
{{Brewing
  |upcoming=1.7.2
  |foot=1
  |Redstone
  |Potion of Water Breathing
}}

produces: Lua error in Module:Recipe_table at line 245: attempt to call field 'makeNameCell' (a nil value). Lua error in Module:Recipe_table at line 245: attempt to call field 'makeNameCell' (a nil value). Lua error in Module:Recipe_table at line 245: attempt to call field 'makeNameCell' (a nil value). Lua error in Module:Recipe_table at line 245: attempt to call field 'makeNameCell' (a nil value).

See also