Template:Infobox block: Difference between revisions
Jump to navigation
Jump to search
You know what, I think it'll be easier to just write data1 instead of data... I really don't understand why it refuses to work when it's called data instead of data1. :/ |
mNo edit summary |
||
| Line 54: | Line 54: | ||
<pre> | <pre> | ||
{{Block | {{Block | ||
| image | |image | ||
| image2 = | |image2= | ||
| invimage = | |invimage= | ||
| invimage2 = | |invimage2= | ||
| type = | |type= | ||
| gravity = | |gravity= | ||
| dirt = | |dirt= | ||
| transparent = | |transparent= | ||
| light = | |light= | ||
| tool = | |tool= | ||
| stackable = | |stackable= | ||
| data1name = | |data1name= | ||
| data1 = | |data1= | ||
| data2name = | |data2name= | ||
| data2 = | |data2= | ||
| fluidspeed = | |fluidspeed= | ||
| movespeed = | |movespeed= | ||
}}</pre> | }}</pre> | ||
Revision as of 08:54, 20 October 2010
Template:Block/row2Template:Block/rowTemplate:Block/row2Template:Block/rowTemplate:Block/row2Template:Block/rowTemplate:Block/row2Template:Block/row
| Infobox block | |
![]() |
Documentation
These usage notes will not be included in articles bearing this template.
This template provides a uniform design for block pages.
{{Block
|image
|image2=
|invimage=
|invimage2=
|type=
|gravity=
|dirt=
|transparent=
|light=
|tool=
|stackable=
|data1name=
|data1=
|data2name=
|data2=
|fluidspeed=
|movespeed=
}}
| Parameter | Function | Default value |
|---|---|---|
name |
Only needed to change the name from the page name | {{BASEPAGENAME}}
|
image |
Image of the block (should be approx. 150x150px) | No block image.png |
image2 |
Second image for two-state blocks (also approx. 150x150px) | None |
invimage |
Image for object in inventory (should be approx. 36x36px) | None |
invimage2 |
Second image for two-state objects in inventory (should be approx. 36x36px) | None |
type |
Type(solid block, solid, block, or fluid) | ? |
gravity |
Affected by gravity? | ? |
dirt |
Requires sunlight/dirt? | ? |
transparent |
Allows light to pass through? | ? |
light |
Emits Light? | ? |
tool |
Tool to use | ? |
stackable |
Stackable | ? |
data1name |
If using multiple data values, specify a name | None |
data1 |
Decimal Data Value 1 | 00 |
data2name |
Data 2's name | None |
data2 |
Decimal Data Value 2 | None |
