Template:WeaponStats: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><div class="weapon-stats-box"> | ||
<div class="weapon-stats-box"> | |||
<div class="weapon-stats-header"> | <div class="weapon-stats-header"> | ||
<div class="weapon-icon-area"> | <div class="weapon-icon-area"> | ||
| Line 13: | Line 12: | ||
<hr class="weapon-separator" /> | <hr class="weapon-separator" /> | ||
<div class="description-section"> | <div class="description-section">{{{description|[DESCRIPTION]}}}</div> | ||
<hr class="weapon-separator" /> | <hr class="weapon-separator" /> | ||
| Line 28: | Line 25: | ||
<hr class="weapon-separator" /> | <hr class="weapon-separator" /> | ||
<div class="inventory-section"> | <div class="inventory-section">Inventory: {{{inventory_count|[INVENTORY_COUNT]}}}</div> | ||
<div class="durability-section"> | <div class="durability-section">DURABILITY: {{{current_dur|[CURRENT_DUR]}}}/{{{max_dur|[MAX_DUR]}}} <span class="repair-status">{{{repair_status|[REPAIR_STATUS]}}}</span></div> | ||
<hr class="weapon-separator" /> | <hr class="weapon-separator" /> | ||
| Line 42: | Line 35: | ||
<div class="currency-item"><div class="icon-silver-placeholder"></div> {{{silver|[SILVER]}}}</div> | <div class="currency-item"><div class="icon-silver-placeholder"></div> {{{silver|[SILVER]}}}</div> | ||
</div> | </div> | ||
</div> | </div></includeonly><noinclude> | ||
</includeonly><noinclude> | |||
This template is for displaying weapon statistics for The Legend of California. | This template is for displaying weapon statistics for The Legend of California. | ||
| Line 50: | Line 42: | ||
{{WeaponStats | {{WeaponStats | ||
| icon_image = Exact_Uploaded_Filename.png | | icon_image = Exact_Uploaded_Filename.png | ||
| icon_width = 60px | | icon_width = 60px | ||
| item_name = Name of the weapon | | item_name = Name of the weapon | ||
| item_type = Weapon Type | | item_type = Weapon Type | ||
| description = Short description | | description = Short description | ||
| damage_mult = Value | | damage_mult = Value | ||
| fire_rate = Value | | fire_rate = Value | ||
| Line 61: | Line 53: | ||
| current_dur = Current value | | current_dur = Current value | ||
| max_dur = Max value | | max_dur = Max value | ||
| repair_status = Status | | repair_status = Status | ||
| gold = Value | | gold = Value | ||
| silver = Value | | silver = Value | ||
Revision as of 23:54, 17 March 2026
This template is for displaying weapon statistics for The Legend of California.
Usage
{{WeaponStats
| icon_image = Exact_Uploaded_Filename.png
| icon_width = 60px
| item_name = Name of the weapon
| item_type = Weapon Type
| description = Short description
| damage_mult = Value
| fire_rate = Value
| max_ammo = Value
| range = Value
| inventory_count = Quantity
| current_dur = Current value
| max_dur = Max value
| repair_status = Status
| gold = Value
| silver = Value
}}