Template:WeaponStats: Difference between revisions
Template page
More actions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
<div class="weapon-stats-header"> | <div class="weapon-stats-header"> | ||
<div class="weapon-icon-area"> | <div class="weapon-icon-area"> | ||
{{#if:{{{icon_image|}}}| | {{#if:{{{icon_image|}}}|<img src="https://tlocalifornia.com/images/{{#urlencode:{{{icon_image}}}}}" width="{{{icon_width|80}}}" alt="{{{item_name|}}}">}} | ||
</div> | </div> | ||
<div class="header-text-container"> | <div class="header-text-container"> | ||
Revision as of 02:06, 18 March 2026
This template is for displaying weapon statistics for The Legend of California.
Usage
{{WeaponStats
| icon_image = Exact_Uploaded_Filename.png
| icon_width = 80px
| item_name = Name of the weapon
| item_tier = Item Tier (Optional)
| item_type = Weapon Type
| description = Short description (Optional)
| loaded_ammo = Specific ammo loadout (Optional)
| damage = Value (Optional)
| damage_mult = Value (Optional)
| fire_rate = Value (Optional)
| max_ammo = Value (Optional)
| range = Value (Optional)
| inventory_count = Quantity
| current_dur = Current value
| max_dur = Max value
| repair_status = Status
| gold = Value (Optional)
| silver = Value (Optional)
}}