Template:Item: Difference between revisions

From StrawberryMC
Starting to setup the template pages
CmdBlock00 (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
== ๐ŸŽ’ How to Use This Template ==
== ๐ŸŽ’ How to Use This Template ==
ย 
test
<div style="background:#f4f4f4; border:1px solid #ccc; padding:10px; margin-bottom:1em;">
<div style="background:#f4f4f4; border:1px solid #ccc; padding:10px; margin-bottom:1em;">
๐Ÿ“‹ Just copy and paste this example and edit the values:
๐Ÿ“‹ Just copy and paste this example and edit the values:

Revision as of 09:07, 12 October 2025

๐ŸŽ’ How to Use This Template

test

๐Ÿ“‹ Just copy and paste this example and edit the values:

{{Item
 | name          = Shadow Pickaxe
 | rarity        = epic
 | image         = File:ShadowPickaxe.png
 | magicFind     = 10%
 | fortune       = 25
 | blast         = 100
 | moneyMulti    = 50%
 | xpMulti       = 100%
 | speed         = 120
 | diggingPower  = 300
}}

๐Ÿงช Preview

<details> <summary>๐Ÿ“š Advanced Info (Click to expand)</summary>

๐Ÿ› ๏ธ Parameters

  • name โ€“ Name of the item
  • rarity โ€“ One of: `common`, `uncommon`, `rare`, `epic`, `legendary`, `exotic`, `admin`
  • image โ€“ Optional image (e.g. `File:Tool.png`)
  • magicFind, fortune, blast โ€“ Numerical stats
  • moneyMulti, xpMulti โ€“ Multiplier stats (e.g. `50%`)
  • speed, diggingPower โ€“ Numeric only

๐ŸŽจ Rarity Colors

Rarity names link to the Rarity article:

๐Ÿ’ฌ Tooltip Info

Each stat has a hover tooltip showing its purpose. </details>