Template:Equipment: Difference between revisions
m CSS test |
m CSS test |
||
Line 15: | Line 15: | ||
{{Infobox | {{Infobox | ||
|titlestyle = text-align:center; font-weight:bold; font-size:1.2em; background-color:#dcdcdc; border:1px solid #aaa; | |titlestyle = text-align:center; font-weight:bold; font-size:1.2em; background-color:#dcdcdc; border:1px solid #aaa; | ||
|bodystyle = border:1px solid #aaa; background-color:#f9f9f9; | |bodystyle = border:1px solid #aaa; background-color:#f9f9f9; margin-top: auto; margin-bottom: auto; | ||
|labelstyle = border:1px solid #ccc; padding:6px; font-weight:bold; background-color:#eeeeee; | |labelstyle = border:1px solid #ccc; padding:6px; font-weight:bold; background-color:#eeeeee; | ||
|datastyle = border:1px solid #ccc; padding:6px; background-color:#ffffff; | |datastyle = border:1px solid #ccc; padding:6px; background-color:#ffffff; |
Revision as of 17:50, 23 May 2025
Description
The Equipment template is used to document custom weapons, armor, and tools on Alathra. It supports up to 3 images and a range of stats for combat and utility equipment.
Parameters
This template accepts various parameters depending on the item type. Some commonly used ones include:
- `title` – Name of the item.
- `image`, `image1`, `image2` – Up to 3 images displayed on the left.
- `type` – Type of equipment (e.g., Sword, Helmet, Pickaxe).
- `crafting` – Crafting recipe (supports lists).
- `attack_damage`, `attack_speed`, `combat_range`, `arrow_velocity` – Weapon stats.
- `dodge_rating`, `armor`, `armor_toughness`, `movement_speed` – Armor stats.
- `mining_speed` – Tool stat.
- `rune_slots` – Number and types of rune slots (supports lists).
- `ability`, `handling`, `tier`, `armor_grade` – Additional attributes.
- `notes` – Miscellaneous notes or tips.
Examples
Weapon Example – Copper Dagger
Code
{{Equipment | title = Copper Dagger | image = Copper Dagger recipe.png | image1 = Copper Dagger recipe.png | image2 = Copper Dagger recipe.png | type = Dagger | crafting = * 1 Stick * 1 Copper Ingot * 1 Copper Nugget | attack_damage = N/A | attack_speed = N/A | combat_range = N/A | rune_slots = * 1 Red Rune slot | handling = One-handed | tier = Stone }}
How it looks
|
|
Armor Example – Wooden Helmet
Code
{{Equipment | title = Wooden Helmet | image = Wooden Helmet recipe.png | type = Helmet | crafting = * 5 Oak Log | dodge_rating = N/A | armor = N/A | armor_toughness = N/A | movement_speed = N/A | rune_slots = * 1 Blue Rune slot | armor_grade = Light | tier = Wood | notes = Can be made with all wood types and all stripped wood types. }}
How it looks
|
|
Tool Example – Wooden Pickaxe
Code
{{Equipment | title = Wooden Pickaxe | image = Wooden Pickaxe recipe.png | type = Pickaxe | crafting = * 2 Stick * 3 Oak Planks | attack_damage = N/A | attack_speed = N/A | mining_speed = N/A | rune_slots = * None | notes = Any wood type can be used. }}
How it looks
|
|