Template:Infobox block: Difference between revisions
m add sounds per talk |
I'm aware that this is going to mess everything up probably, but I'm prepared to roll this back instantly |
||
| Line 9: | Line 9: | ||
{{infobox row|label=Tool{{ #if: {{{tool2|}}} | s }}|class=pixel-image|field={{ | {{infobox row|label=Tool{{ #if: {{{tool2|}}} | s }}|class=pixel-image|field={{ | ||
#switch: {{ lc: {{{tool|}}} }} | #switch: {{ lc: {{{tool|}}} }} | ||
| pick | pickaxe = {{ | | pick | pickaxe = {{AnimateSprite|Pickaxe Required|link=Pickaxe|This block can be broken with any tool, but a pickaxe is the quickest}} | ||
| wooden pickaxe = {{ | | wooden pickaxe = {{AnimateSprite|Wooden Pickaxe|link=Pickaxe|title=A wooden pickaxe or better is required to mine this block}} | ||
| stone pickaxe = {{ | | stone pickaxe = {{AnimateSprite|Stone Pickaxe|link=Pickaxe|title=A stone pickaxe or better is required to mine this block}} | ||
| iron pickaxe = {{ | | iron pickaxe = {{AnimateSprite|Iron Pickaxe|link=Pickaxe|title=An iron pickaxe or better is required to mine this block}} | ||
| diamond pickaxe = {{ | | diamond pickaxe = {{AnimateSprite|Diamond Pickaxe|link=Pickaxe|title=A diamond pickaxe or better is required to mine this block}} | ||
| gold pickaxe = {{ | | gold pickaxe = {{AnimateSprite|Gold Pickaxe|link=Pickaxe|title=A gold pickaxe or better is required to mine this block}} | ||
| spade | shovel = {{ | | spade | shovel = {{AnimateSprite|Shovel Required|link=Shovel|This block can be broken with any tool, but a shovel is the quickest}} | ||
| wooden shovel = {{ | | wooden shovel = {{AnimateSprite|Wooden Shovel|link=Shovel|title=A wooden shovel or better is required to mine this block}} | ||
| axe = {{ | | axe = {{AnimateSprite|Axe Required|link=Axe|This block can be broken with any tool, but an axe is the quickest}} | ||
| hoe = {{ | | hoe = {{AnimateSprite|Hoe Required|link=Hoe|This block can be broken with any tool, but a hoe is the quickest}} | ||
| bucket | pail = {{ | | bucket | pail = {{AnimateSprite|Bucket Required|link=Bucket|This block can only be picked up using a bucket}} | ||
| sword = {{ | | sword = {{AnimateSprite|Sword Required|link=Sword|This block can be broken with any tool, but a sword is the quickest; however it still takes double damage}} | ||
| shears = {{ | | shears = {{AnimateSprite|Shears|link=Shears|title=This block can be broken with any tool, but shears are the quickest}} | ||
| n/a | none = None | | n/a | none = None | ||
| all | alltools | any | anytool = Any tool | | all | alltools | any | anytool = Any tool | ||
| Line 28: | Line 28: | ||
#if: {{{tool2|}}} | {{ | #if: {{{tool2|}}} | {{ | ||
#switch: {{ lc: {{{tool2}}} }} | #switch: {{ lc: {{{tool2}}} }} | ||
| pick | pickaxe = {{ | | pick | pickaxe = {{AnimateSprite|Pickaxe Required|link=Pickaxe}} | ||
| wooden pickaxe = {{ | | wooden pickaxe = {{AnimateSprite|Wooden Pickaxe|link=Pickaxe}} | ||
| stone pickaxe = {{ | | stone pickaxe = {{AnimateSprite|Stone Pickaxe|link=Pickaxe}} | ||
| iron pickaxe = {{ | | iron pickaxe = {{AnimateSprite|Iron Pickaxe|link=Pickaxe}} | ||
| diamond pickaxe = {{ | | diamond pickaxe = {{AnimateSprite|Diamond Pickaxe|link=Pickaxe}} | ||
| gold pickaxe = {{ | | gold pickaxe = {{AnimateSprite|Gold Pickaxe|link=Pickaxe}} | ||
| spade | shovel = {{ | | spade | shovel = {{AnimateSprite|Shovel Required|link=Shovel}} | ||
| axe = {{ | | axe = {{AnimateSprite|Axe Required|link=Axe}} | ||
| hoe = {{ | | hoe = {{AnimateSprite|Hoe Required|link=Hoe}} | ||
| shears = {{ | | shears = {{AnimateSprite|Shears|link=Shears}} | ||
}} | }} | ||
}} }} | }} }} | ||