Template:Block/doc: Difference between revisions
From Vintage Story Wiki
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
|OutputName=Container name to be displayed (or its translation) | |OutputName=Container name to be displayed (or its translation) | ||
|OutputAmount=Number of items obtained after emptying the container | |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 | |||
}}</pre> | }}</pre> | ||
Line 59: | Line 61: | ||
|- | |- | ||
|OutputAmount || Amount of items obtained after emptying the container || number || yes if OutputName 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<br>(so you don't have to use a <nowiki><div></div></nowiki> tag) || any || no | |||
|- | |||
|NoBreak || Whether or not the item box should end in a line break || any || no | |||
|} | |} | ||
Line 75: | Line 81: | ||
|Drops=Low fertility soil | |Drops=Low fertility soil | ||
|Fertility=25% | |Fertility=25% | ||
|FloatRight=yes | |||
|NoBreak=yes | |||
}} | }} | ||
</pre> | </pre> | ||
|| {{Block | || {{tnt|Block | ||
|Name=Forest soil | |Name=Forest soil | ||
|Image=File:Forestfloor-0.png | |Image=File:Forestfloor-0.png | ||
Line 84: | Line 92: | ||
|Fertility=25% | |Fertility=25% | ||
|Drops=Low fertility soil | |Drops=Low fertility soil | ||
|FloatRight=yes | |||
|NoBreak=yes | |||
}} | }} | ||
|- | |- | ||
Line 94: | Line 104: | ||
|Stackable=64 | |Stackable=64 | ||
|Drops=<translate>4-5 Blue clay</translate> | |Drops=<translate>4-5 Blue clay</translate> | ||
|FloatRight=yes | |||
|NoBreak=yes | |||
}} | }} | ||
<translate></pre> <translate><!--T:7--> n.b. The translate tags will be properly parsed and "disappear" once a page is marked for translation.</translate> | <translate></pre> <translate><!--T:7--> n.b. The translate tags will be properly parsed and "disappear" once a page is marked for translation.</translate> | ||
|| | || | ||
{{Block | {{tnt|Block | ||
|Name=<translate><!--T:8--> Blue clay</translate> | |Name=<translate><!--T:8--> Blue clay</translate> | ||
|Image=File:Rawclay blue.png | |Image=File:Rawclay blue.png | ||
Line 103: | Line 115: | ||
|Stackable=64 | |Stackable=64 | ||
|Drops=<translate><!--T:10--> 4-5 Blue clay</translate> | |Drops=<translate><!--T:10--> 4-5 Blue clay</translate> | ||
|FloatRight=yes | |||
|NoBreak=yes | |||
}} | }} | ||
|} | |} |
Revision as of 07:19, 21 July 2023
This template creates an infobox that is designed for blocks in Vintage Story. It has the subcategories {{Item/Fuel}}
and {{Item/Smeltable}}
but it is currently unclear why it uses the Item prefix for smeltable blocks.
Usage
Unused parameters can be safely deleted.
{{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 |Duration= Burning duration in seconds |SmeltTemp= Smelting temperature |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 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{tnt|Block |Name=Forest soil |Image=File:Forestfloor-0.png |Material=Soil |Stackable=64 |Drops=Low fertility soil |Fertility=25% |FloatRight=yes |NoBreak=yes }} |
| ||||||||||||||
</translate> {{tnt|Block |Name=<translate>Blue clay</translate> |Image=File:Rawclay blue.png |Material=<translate>Soil</translate> |Stackable=64 |Drops=<translate>4-5 Blue clay</translate> |FloatRight=yes |NoBreak=yes }} <translate>n.b. The translate tags will be properly parsed and "disappear" once a page is marked for translation. |
|