Difference between revisions of "Template:Terrain"
Jump to navigation
Jump to search
(Edited to match itembox template colours) |
|||
(32 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <templatestyles src="InfoTable/styles.css" /> | ||
<includeonly> | <includeonly> | ||
{| class="wikitable" 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" | ||
Line 5: | Line 6: | ||
| [[Image:{{{image|{{{name|{{PAGENAME}}}}}.png}}}|center|180px|A {{{name|{{PAGENAME}}}}}]] | | [[Image:{{{image|{{{name|{{PAGENAME}}}}}.png}}}|center|180px|A {{{name|{{PAGENAME}}}}}]] | ||
|- | |- | ||
− | ! | + | ! class="infobox-header-row" | Properties |
|- | |- | ||
| | | | ||
− | Max flat speed: {{{speed}}} | + | * Max flat speed: {{{speed}}} |
− | + | * Can be created by players?: {{{playermade}}} | |
− | + | * Underground: {{{underground}}} | |
− | |||
|- | |- | ||
− | ! | + | ! class="infobox-header-row" | Creation |
|- | |- | ||
| | | | ||
− | {{{creation}}} | + | * {{{creation}}} |
|- | |- | ||
− | ! | + | ! class="infobox-header-row" | Material |
|- | |- | ||
| | | | ||
− | {{#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}}}|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}}|}}}} |
|} | |} | ||
Line 40: | 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 22: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 }}