Difference between revisions of "Template:Terrain"
Jump to navigation
Jump to search
| (44 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
| + | <templatestyles src="InfoTable/styles.css" /> | ||
<includeonly> | <includeonly> | ||
| − | {| style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1" | + | {| class="wikitable" style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1" |
|+ style="font-weight: bold" | {{{name|{{PAGENAME}}}}} | |+ style="font-weight: bold" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
| − | | [[Image:{{{image|{{{name|{{PAGENAME}}}}}.png}}}|center| | + | | [[Image:{{{image|{{{name|{{PAGENAME}}}}}.png}}}|center|180px|A {{{name|{{PAGENAME}}}}}]] |
|- | |- | ||
| − | ! | + | ! class="infobox-header-row" | Properties |
|- | |- | ||
| | | | ||
| − | Max | + | * Max flat speed: {{{speed}}} |
| − | + | * Can be created by players?: {{{playermade}}} | |
| − | + | * Underground: {{{underground}}} | |
| − | |||
|- | |- | ||
| − | ! | + | ! class="infobox-header-row" | Creation |
|- | |- | ||
| | | | ||
| − | {{{creation}}} | + | * {{{creation}}} |
|- | |- | ||
| − | ! | + | ! class="infobox-header-row" | Material |
|- | |- | ||
| | | | ||
| − | * Gives [[{{{material}}}]] after being {{#ifeq:{{{method}}}|dig|[[dug | + | |
| + | {{#ifeq:{{{method}}}|no|* Cannot be mined/dug into.|* Gives [[{{{material}}}]] after being {{#ifeq:{{{method}}}|dig|[[digging|dug]]|}} {{#ifeq:{{{method}}}|mine|[[mining|mined]]|}} {{#ifeq:{{{method}}}|farm|[[farming|sown]]|}} {{#ifeq:{{{method}}}|harvest|[[farming|harvested]] {{#if:{{{material2|}}}| or [[{{{material2}}}]] if dried before harvest}}|}}}} | ||
| + | |||
|} | |} | ||
[[Category:Terrain]] | [[Category:Terrain]] | ||
| Line 38: | Line 40: | ||
|creation=Player made by paving [[Packed Dirt]] with [[Stone Slabs]] | |creation=Player made by paving [[Packed Dirt]] with [[Stone Slabs]] | ||
|material=dirt | |material=dirt | ||
| − | |method=dig | + | |material2=hay (optional) |
| + | |method=no|dig|farm|harvest | ||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 21:01, 23 November 2021
Usage example:
{{terrain
|name=Stone slabs
|speed=17.3 km/h
|type=Paving
|playermade=Yes
|underground=No
|creation=Player made by paving [[Packed Dirt]] with [[Stone Slabs]]
|material=dirt
|material2=hay (optional)
|method=no|dig|farm|harvest
}}