Template:Block

From Vintage Story Wiki


[view | edit | history | purge this page]Documentation

This template creates an infobox that is designed for blocks in Vintage Story. It has the subcategories {{Item/Fuel}} and {{Item/Smeltable}}.

Usage

The block infobox template should be placed at the top of the article, above the starting introductory text but below any translation tags where possible. Not every block infobox requires all the parameters - delete them as appropriate.

{{Block
|Name=Name of the block
|Image=Full image name with File: prefix and file extension i.e. File:Imageexample.png
|Material=The block's material type
|Stackable=Maximum stack size, defaults to 64
|Drops=What the block drops on breaking
|Fertility=Fertility of the block for farming
|LightLevel=Light level that the block generates
|Temp=Burning temperature as a fuel
|Duration=Burning duration in seconds
|SmeltTemp=Smelting temperature as a metal
|RequiresContainer=Whether or not smelting requires a container
|OutputLink=Link to the container's (e.g. a mold) wiki page in your prefered language (you do not need to write Special:MyLanguage/)
|OutputName=Container name to be displayed (or its translation)
|OutputAmount=Number of items obtained after emptying the container
|FloatRight=Whether or not the box should float on the right side of the page (so you don't have to use a <div></div> tag)
|NoBreak=Whether or not the item box should end in a line break
}}

Parameters

Parameters Description Type Required
parameter1 Description of what parameter1 is string/boolean/file/number/any yes/no/suggested
Name Name of the block string yes
Image Filename of an image, including "File:" prefix and ".png" suffix file yes
Material The block's material type string suggested
Stackable Maximum stack size, defaults to 64 number suggested
Drops What the block drops on breaking wikitext suggested
Fertility Fertility of the block for farming percentage no
LightLevel Light level that the block generates number no
SmeltTemp Smelting temperature number yes for Item/Smeltable
RequiresContainer Whether or not smelting requires a container string no
OutputLink Smelting output container page link string yes if RequiresContainer is present
OutputName Smelting output container name string yes if RequiresContainer is present
OutputAmount Amount of items obtained after emptying the container number yes if OutputName is present
FloatRight Whether or not the box should float on the right side of the page
(so you don't have to use a <div></div> tag)
any no
NoBreak Whether or not the item box should end in a line break any no

Examples

Code Result
{{Block
|Name=Forest soil
|Image=File:Forestfloor-0.png
|Material=Soil
|Stackable=64
|Drops=1x [[Special:MyLanguage/Soil|Low fertility soil]]
|Fertility=25%
|FloatRight=yes
|NoBreak=yes
}}
Forest soil
Forestfloor-0.png
Material Soil
Stackable 64
Drops 1x Low fertility soil
Fertility 25%
Blocks
</translate>

{{Block
|Name=<translate>Blue clay</translate>
|Image=File:Rawclay blue.png
|Material=<translate>Soil</translate>
|Stackable=64
|Drops=4-5 [[Special:MyLanguage/Clay|<translate>Blue clay</translate>]]
|FloatRight=yes
|NoBreak=yes
}}
<translate>


n.b. the translate tags "disappear" when put on a page that is properly marked for translation.

The translator will not see any code. He will only see 3 sentences to translate:

  • Blue clay
  • Soil
  • Blue clay
Blue clay
Rawclay blue.png
Material Soil
Stackable 64
Drops 4-5 Blue clay
Blocks
[view | edit | history | purge this page]The above documentation is transcluded from Template:Block/doc.