Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

(sitenotice-read-more)

Feed The Beast Wiki
Advertisement
Template-info Documentation

This template creates an info box for engines.

Parameters[]

A blank infobox is provided on the right for quicker reference, the infobox will be collapsed on actual articles.
{{{name}}}
[[File:{{{blockimage}}}]]
{{{imageicon}}}
Mod {{{mod}}}
Fuel
Solid {{{solid}}}
Liquid {{{liquid}}}
Other forms {{{otherfuels}}}
Energy Production
MJ output {{{mjoutput}}} MJ/t
MJ buffer {{{mjbuffer}}} MJ
EU output {{{euoutput}}} EU/t
EU buffer {{{eubuffer}}} EU
{{{1outputtitle}}} {{{1output}}} EU/t
{{{1buffertitle}}} {{{1buffer}}} EU
Output {{{output}}}
Buffer {{{buffer}}}
Properties
Explosive No
Locks down? No
  • name: Engine name.
  • imageicon: Grid icons.
  • no-animation: (Optional) Set to disable animation for grid icons.
  • mod: Source mods.
  • solid: (Optional) Solid fuels
  • liquid: (Optional) Liquid fuels
  • otherfuels: (Optional) Other fuels
  • explosive: (Default: No) Is the engine explosive?
  • lockdown: (Default: No) Does the engine lockdown on overheat?
  • mjoutput: (Optional) Engine output in MJ/t.
  • mjbuffer: (Optional) Engine internal buffer in MJ.
  • euoutput: (Optional) Engine output in EU/t.
  • eubuffer: (Optional) Engine internal buffer in EU.
  • 1outputtitle: (Optional) Alt engine output title.
  • 1buffertitle: (Optional) Alt engine internal buffer title.
  • 1output: (Optional) Alt engine output.
  • 1buffer: (Optional) Alt engine internal buffer.
  • output: (Deprecated; Optional) Engine output.
  • buffer: (Deprecated; Optional) Engine internal buffer.

Examples[]

{{Infobox engine
|name=Steam Engine
|imageicon={{Gc|mod=TE3|Steam Engine}}{{Gc|mod=BC|Stirling Engine}}{{Gc|mod=BC|dis=false|Combustion Engine}}
|mod={{L|BuildCraft}}<br />{{L|Thermal Expansion 3}}
|solid={{Gc|mod=V|dis=false|Coal}}{{Gc|mod=RC|Coal Coke}}{{O|stickWood}}
|liquid={{Gc|mod=TC|dis=false|Molten Copper}}{{Gc|mod=TC|dis=false|Molten Bronze}}{{Gc|mod=IC2|Biomass}}
|otherfuels={{Gc|mod=V|dis=false|Ice}}{{O|dustRedstone}}{{Gc|mod=V|dis=false|Dirt}}{{Gc|mod=V|dis=false|Grass}}
|explosive=Yes
|lockdown=Yes
|output=100MJ/t
|buffer=10,000MJ
}}

produces:

Steam Engine
[[File:{{{blockimage}}}]]



Mod BuildCraft
Thermal Expansion 3
Fuel
Solid













Liquid


Other forms


















Energy Production
MJ output {{{mjoutput}}} MJ/t
MJ buffer {{{mjbuffer}}} MJ
EU output {{{euoutput}}} EU/t
EU buffer {{{eubuffer}}} EU
{{{1outputtitle}}} {{{1output}}} EU/t
{{{1buffertitle}}} {{{1buffer}}} EU
Output 100MJ/t
Buffer 10,000MJ
Properties
Explosive Yes
Locks down? Yes
Advertisement