Template:Breaking row: Difference between revisions
imported>Denatidum No edit summary |
imported>Denatidum No edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable" | |||
!Block | !Block | ||
!{{BlockSprite|{{{block|{{PAGENAME}}}}}|name=y}} | !{{BlockSprite|{{{block|{{PAGENAME}}}}}|name=y}} | ||
| Line 6: | Line 6: | ||
|style="text-align:center;"|{{{hardness|''Unknown''}}} | |style="text-align:center;"|{{{hardness|''Unknown''}}} | ||
|- | |- | ||
!Tool | {{#ifeq: {{bl|{{{tool}}}}} | !Tool | | | ||
|style="text-align:center;"|{{ItemSprite|{{{tool| | |style="text-align:center;"|{{ItemSprite|{{{tool|}}}}} | }} | ||
|- | |- | ||
!colspan=2|Breaking time | !colspan=2|Breaking time | ||
| Line 31: | Line 31: | ||
!{{ItemSprite|Gold Ingot|name=Golden}} | !{{ItemSprite|Gold Ingot|name=Golden}} | ||
|{{{gold|''Unknown''}}} | |{{{gold|''Unknown''}}} | ||
|} | |}<noinclude>{{Documentation}}</noinclude> | ||
Revision as of 05:06, 31 August 2023
| Block | Breaking row |
|---|---|
| Hardness | Unknown |
| Breaking time | |
| Default | Unknown |
| Wooden | Unknown |
| Stone | Unknown |
| Iron | Unknown |
| Diamond | Unknown |
| Steel | Unknown |
| Golden | Unknown |
[view | | | ]Documentation
This template adds a table listing breaking times for each tier of tools of a given block.
Arguments
| Argument | Defaults to | Note |
|---|---|---|
block
|
{{PAGENAME}} | The block of the template. Leave blank if using the page title for the block. |
hardness
|
Unknown | The hardness value of the block. |
tool
|
The minimum tool tier needed to harvest the block. | |
wood
|
Unknown | Breaking time for a wooden tier tool to break the block. Use template {{Yes}} if the block can be harvested by a wooden tier tool. If not, use template {{No}}. If the block can be broken faster with a wooden tier tool, but does not harvest anything, use template {{Maybe}}.
|
stone
|
Unknown | Breaking time for a stone tier tool to break the block. Use template {{Yes}} if the block can be harvested by a stone tier tool. If not, use template {{No}}. If the block can be broken faster with a stone tier tool, but does not harvest anything, use template {{Maybe}}.
|
iron
|
Unknown | Breaking time for an iron tier tool to break the block. Use template {{Yes}} if the block can be harvested by an iron tier tool. If not, use template {{No}}. If the block can be broken faster with an iron tier tool, but does not harvest anything, use template {{Maybe}}.
|
diamond
|
Unknown | Breaking time for a diamond tier tool to break the block. Use template {{Yes}} if the block can be harvested by a diamond tier tool. If not, use template {{No}}. If the block can be broken faster with a diamond tier tool, but does not harvest anything, use template {{Maybe}}.
|
steel
|
Unknown | Breaking time for a steel tier tool to break the block. Use template {{Yes}} if the block can be harvested by a steel tier tool. If not, use template {{No}}. If the block can be broken faster with a steel tier tool, but does not harvest anything, use template {{Maybe}}.
|
gold
|
Unknown | Breaking time for a golden tier tool to break the block. Use template {{Yes}} if the block can be harvested by a golden tier tool. If not, use template {{No}}. If the block can be broken faster with a golden tier tool, but does not harvest anything, use template {{Maybe}}.
|
Usage
The template should generally be used in the 'obtaining' section.
{{Breaking row |block=Block of Steel |hardness=50 |tool=Iron Pickaxe |default={{No|30}} |wood={{No|20}} |stone={{No|10}} |iron={{Yes|5}} |diamond={{Yes|2.5}} |steel={{Yes|5}} |gold={{Yes|7.5}}}} gives:
| Block | Block of Steel |
|---|---|
| Hardness | 50 |
| Breaking time | |
| Default | 30 |
| Wooden | 20 |
| Stone | 10 |
| Iron | 5 |
| Diamond | 2.5 |
| Steel | 5 |
| Golden | 7.5 |
[view | | | ]The above documentation is transcluded from Template:Breaking row/doc.