Template:History

From TerraFirmaCraft Wiki
Jump to: navigation, search


This template is used for creating the new history sections. It is currently a work in progress.

To create a History section, you need to use this template multiple times:

  • The various development phases of TerraFirmaCraft are represented by sections. For example, you start the Beta section with {{History|beta}}.
  • A single version can be represented like so: {{History||77.22|Ingots can no longer be placed in vessels.}}.
  • Do not specify the development stage here (e.g. use 77.22, not Beta 77.22). The development stage is already in the section header.
  • By default, the version number will be a link to the version history page. You can use {{{link}}} to change this. Possible values are:
  • ver — link to the version history, i.e. the default behavior.
  • Any URI/URL — external link to this URI/URL.
  • none — no link.
  • If multiple changes have been made in a single version update, simply list them like so: {{History||77.22|Ingot piles break and drop items when the block underneath them is broken|Ingot piles must be placed on top of solid blocks, or a full ingot pile.}}. The template currently supports up to 10 changes per version.
  • End the history section with {{History|foot}}.

Sample usage:

{{History|beta}}
{{History||v1h|Ingots are stackable after they've lost their heat.}}
{{History||v2 Pre 12|Swords require double ingots.}}
{{History||v2 Build 47f|Melting an ingot with no molds in a forge no longer provides a free mold.}}
{{History||Build 76|Added Ingot Piles.}}
{{History||Build 76 Hotfix 8|Hot ingots can be placed in water barrels to cool them down.}}
{{History||77.22|Ingot piles break and drop items when the block underneath them is broken.|Ingot piles must be placed on top of solid blocks, or a full ingot pile.}}
{{History|foot}}

Produces:

Beta
v1hIngots are stackable after they've lost their heat.
v2 Pre 12Swords require double ingots.
v2 Build 47fMelting an ingot with no molds in a forge no longer provides a free mold.
Build 76Added Ingot Piles.
Build 76 Hotfix 8Hot ingots can be placed in water barrels to cool them down.
77.22Ingot piles break and drop items when the block underneath them is broken.
Ingot piles must be placed on top of solid blocks, or a full ingot pile.