Template:Equipment: Difference between revisions
m CSS test |
OneDarkWolfy (talk | contribs) m Updated to include "Runes", also adjusted number sequence. |
||
Line 10: | Line 10: | ||
</div> | </div> | ||
<!-- Info Column --> | |||
<div style="display: flex; flex-direction: column; align-items: center; border:0; padding:10px; width:65%;"> | |||
{{Infobox | |||
|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; | |||
|labelstyle = border:1px solid #ccc; padding:6px; font-weight:bold; background-color:#eeeeee; | |||
|datastyle = border:1px solid #ccc; padding:6px; background-color:#ffffff; | |||
|title = {{{title|}}} | |||
<!-- Basic Info --> | |||
|label1 = Type | |||
|data1 = {{{type|}}} | |||
|label2 = Crafting Resources | |||
|data2 = {{{crafting|}}} | |||
<!-- Weapon Stats: 10–29 --> | |||
|header10 = Stats | |||
|label11 = Attack Damage | |||
|data11 = {{{attack_damage|}}} | |||
|label12 = Attack Speed | |||
|data12 = {{{attack_speed|}}} | |||
|label13 = Combat Range | |||
|data13 = {{{combat_range|}}} | |||
|label14 = Arrow Velocity | |||
|data14 = {{{arrow_velocity|}}} | |||
|label15 = Weapon Damage | |||
|data15 = {{{weapon_damage|}}} | |||
|label16 = PvE Damage | |||
|data16 = {{{pve_damage|}}} | |||
|label17 = Lifesteal | |||
|data17 = {{{lifesteal|}}} | |||
|label18 = Accuracy | |||
|data18 = {{{accuracy|}}} | |||
<!-- Armor Stats: 40–59 --> | |||
|header40 = Armor Stats | |||
|label41 = Dodge Rating | |||
|data41 = {{{dodge_rating|}}} | |||
|label42 = Armor | |||
|data42 = {{{armor|}}} | |||
|label43 = Armor Toughness | |||
|data43 = {{{armor_toughness|}}} | |||
|label44 = Movement Speed | |||
|data44 = {{{movement_speed|}}} | |||
|label45 = Mining Speed | |||
|data45 = {{{mining_speed|}}} | |||
|label46 = Fall Damage Reduction | |||
|data46 = {{{fall_damage_reduction|}}} | |||
|label47 = Sneaking Speed | |||
|data47 = {{{sneaking_speed|}}} | |||
|label48 = Jump Strength | |||
|data48 = {{{jump_strength|}}} | |||
|label49 = Knockback Resistance | |||
|data49 = {{{knockback_resistance|}}} | |||
|label50 = Max Absorption | |||
|data50 = {{{max_absorption|}}} | |||
|label51 = Defense | |||
|data51 = {{{defense|}}} | |||
|label52 = PvE Damage Reduction | |||
|data52 = {{{pve_damage_reduction|}}} | |||
|label53 = Projectile Damage Reduction | |||
|data53 = {{{projectile_damage_reduction|}}} | |||
|label54 = Physical Damage Reduction | |||
|data54 = {{{physical_damage_reduction|}}} | |||
|label55 = Block Power | |||
|data55 = {{{block_power|}}} | |||
|label56 = Block Cooldown Reduction | |||
|data56 = {{{block_cooldown_reduction|}}} | |||
|label57 = Health | |||
|data57 = {{{health|}}} | |||
|label58 = Safe Fall Distance | |||
|data58 = {{{safe_fall_distance|}}} | |||
<!-- Rune Stats: 80–99 --> | |||
|header80 = Rune Stats | |||
|label81 = Underwater Mining Speed | |||
|data81 = {{{underwater_mining_speed|}}} | |||
|label82 = Mining Efficiency | |||
|data82 = {{{mining_efficiency|}}} | |||
<!-- Additional Info: 120–139 --> | |||
|header120 = Other Information | |||
|label121 = Rune Slots | |||
|data121 = {{{rune_slots|}}} | |||
|label122 = Ability | |||
|data122 = {{{ability|}}} | |||
|label123 = Armor Grade | |||
|data123 = {{{armor_grade|}}} | |||
|label124 = Handling | |||
|data124 = {{{handling|}}} | |||
|label125 = Tier | |||
|data125 = {{{tier|}}} | |||
<!-- Notes --> | |||
|header160 = Notes | |||
|label161 = | |||
|data161 = {{{notes|}}} | |||
|data161style = border:1px solid #aaa; padding:6px; font-style:italic; text-align:left; background-color:#f9f9f9; | |||
}} | |||
</div> | |||
</div> | |||
</includeonly> | </includeonly> | ||
<noinclude>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. | <noinclude>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. |