Jump to content

Template:Armor: Difference between revisions

From Drifters Almanac
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="armor-template">
<div class="armor-template">
 
<includeonly>{{DISPLAYTITLE:{{{name}}}}}</includeonly>
'''{{{name|{{PAGENAME}}}}}'''
'''{{{name|{{PAGENAME}}}}}'''
 
{{#if:{{{tooltip_image|}}}|[[File:{{{tooltip_image}}}|thumb|{{{name}}} Tooltip]]|[[File:Image_Placeholder.png|thumb|Image Needed]]}}
[[File:{{{tooltip_image|ArmorPlaceholder.png}}}|thumb]]
<!--
 
==========================
<!-- ========================== -->
           STATS           
<!--           STATS          -->
==========================
<!-- ========================== -->
--><div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Stats</div>
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Stats</div>
<hr style="border: 0; border-top: 1px solid #555;" />
<hr style="border: 0; border-top: 1px solid #555;" />
<div style="margin-left: 1em;">
<div style="margin-left: 1em;">
{{#if:{{{equipment_type|}}}|'''Slot''': {{{equipment_type}}}<br />}}
{{#ifeq:{{lc:{{{is_soulbound|}}}}}|yes|'''This item is Soulbound and cannot be traded.'''<br />
{{#if:{{{armor_weight|}}}|'''Weight''': {{{armor_weight}}}<br />}}
}}{{#if:{{{equipment_type|}}}|'''Slot:''' '''[[{{{equipment_type}}}]]'''<br />
{{#if:{{{armor_class|}}}|'''Armor Class''': {{{armor_class}}}<br />}}
}}{{#if:{{{armor_weight|}}}|'''Weight:''' {{{armor_weight}}}<br />
{{#if:{{{durability|}}}|'''Durability''': {{{durability}}}<br />}}
}}{{#if:{{{armor_class|}}}|'''Armor Class:''' {{{armor_class}}}<br />
</div>
}}{{#if:{{{durability|}}}|'''Durability:''' {{{durability}}}<br />
<!-- ========================== -->
}}</div><!--  
<!--         SET BONUS          -->
==========================
<!-- ========================== -->
    ADDITIONAL STATS     
{{#if:{{{set_bonus_1_effect1_stat|}}}{{{set_bonus_2_effect1_stat|}}}{{{set_bonus_3_effect1_stat|}}}|
==========================
-->{{#if:{{{stat1_name|}}}{{{stat2_name|}}}{{{stat3_name|}}}{{{stat4_name|}}}{{{stat5_name|}}}{{{stat6_name|}}}|
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Additional Stats</div>
<hr style="border: 0; border-top: 1px solid #555;" />
{{AdditionalStats
| stat1_name  = {{{stat1_name|}}}
| stat1_value = {{{stat1_value|}}}
| stat2_name  = {{{stat2_name|}}}
| stat2_value = {{{stat2_value|}}}
| stat3_name  = {{{stat3_name|}}}
| stat3_value = {{{stat3_value|}}}
| stat4_name  = {{{stat4_name|}}}
| stat4_value = {{{stat4_value|}}}
| stat5_name  = {{{stat5_name|}}}
| stat5_value = {{{stat5_value|}}}
| stat6_name  = {{{stat6_name|}}}
| stat6_value = {{{stat6_value|}}}
}}}}<!--
==========================
        SET BONUS       
==========================
-->{{#if:{{{set_bonus_1_effect1_stat|}}}{{{set_bonus_2_effect1_stat|}}}{{{set_bonus_3_effect1_stat|}}}|
{{SetBonus
{{SetBonus
| set_name = {{{set_name|}}}
| set_name = {{{set_name|}}}
Line 29: Line 49:
| set_bonus_1_effect3_stat = {{{set_bonus_1_effect3_stat|}}}
| set_bonus_1_effect3_stat = {{{set_bonus_1_effect3_stat|}}}
| set_bonus_1_effect3_value = {{{set_bonus_1_effect3_value|}}}
| set_bonus_1_effect3_value = {{{set_bonus_1_effect3_value|}}}
| set_bonus_2_required = {{{set_bonus_2_required|}}}
| set_bonus_2_required = {{{set_bonus_2_required|}}}
| set_bonus_2_effect1_stat = {{{set_bonus_2_effect1_stat|}}}
| set_bonus_2_effect1_stat = {{{set_bonus_2_effect1_stat|}}}
Line 36: Line 57:
| set_bonus_2_effect3_stat = {{{set_bonus_2_effect3_stat|}}}
| set_bonus_2_effect3_stat = {{{set_bonus_2_effect3_stat|}}}
| set_bonus_2_effect3_value = {{{set_bonus_2_effect3_value|}}}
| set_bonus_2_effect3_value = {{{set_bonus_2_effect3_value|}}}
| set_bonus_3_required = {{{set_bonus_3_required|}}}
| set_bonus_3_required = {{{set_bonus_3_required|}}}
| set_bonus_3_effect1_stat = {{{set_bonus_3_effect1_stat|}}}
| set_bonus_3_effect1_stat = {{{set_bonus_3_effect1_stat|}}}
Line 43: Line 65:
| set_bonus_3_effect3_stat = {{{set_bonus_3_effect3_stat|}}}
| set_bonus_3_effect3_stat = {{{set_bonus_3_effect3_stat|}}}
| set_bonus_3_effect3_value = {{{set_bonus_3_effect3_value|}}}
| set_bonus_3_effect3_value = {{{set_bonus_3_effect3_value|}}}
}}
}}}}<!--
}}
==========================
<!-- ========================== -->
       REQUIREMENTS      
<!--       REQUIREMENTS       -->
==========================
<!-- ========================== -->
--><div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Requirements</div>
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Requirements</div>
<hr style="border: 0; border-top: 1px solid #555;" />
<hr style="border: 0; border-top: 1px solid #555;" />
<div style="margin-left: 1em;">
<div style="margin-left: 1em;">
{{#if:{{{level_requirement|}}}|'''Level Requirement''': {{{level_requirement}}}<br />}}
{{#if:{{{level_requirement|}}}|'''Level Requirement:''' {{{level_requirement}}}<br />
{{#if:{{{class_requirement1|}}}|'''Class Requirement''': [[{{{class_requirement1}}}]]}}{{#if:{{{class_requirement2|}}}|, [[{{{class_requirement2}}}]]}}{{#if:{{{class_requirement3|}}}|, [[{{{class_requirement3}}}]]}}
}}{{#if:{{{class_requirement|}}}|'''Class Requirement:''' {{#invoke:ListClassReq|fromDelimited|{{{class_requirement}}}|delimiter=,}}<br />
</div>
}}</div><!--
<!-- ========================== -->
==========================
<!--    ADDITIONAL STATS      -->
    ACQUISITION         
<!-- ========================== -->
==========================
{{#if:{{{stat1_name|}}}{{{stat2_name|}}}{{{stat3_name|}}}{{{stat4_name|}}}{{{stat5_name|}}}{{{stat6_name|}}}|
-->{{Acquisition
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Additional Stats</div>
|harvested_from={{{harvested_from|}}}
<hr style="border: 0; border-top: 1px solid #555;" />
|dropped_by={{{dropped_by|}}}
{{AdditionalStats
|sold_by={{{sold_by|}}}
| stat1_name  = {{{stat1_name|}}}
|quest_reward={{{quest_reward|}}}
| stat1_value = {{{stat1_value|}}}
}}<!--
| stat2_name  = {{{stat2_name|}}}
==========================
| stat2_value = {{{stat2_value|}}}
    USED IN QUESTS     
| stat3_name  = {{{stat3_name|}}}
==========================
| stat3_value = {{{stat3_value|}}}
-->{{#if:{{{used_in_quests|}}}|
| stat4_name  = {{{stat4_name|}}}
{{UsedInQuests
| stat4_value = {{{stat4_value|}}}
|used_in_quests={{{used_in_quests|}}}
| stat5_name  = {{{stat5_name|}}}
}}}}<!--
| stat5_value = {{{stat5_value|}}}
==========================
| stat6_name  = {{{stat6_name|}}}
      FLAVOR TEXT     
| stat6_value = {{{stat6_value|}}}
==========================
}}
-->{{#if:{{{flavor_text|}}}|
}}
{{FlavorText
<!-- ========================== -->
|flavor_text={{{flavor_text|}}}
<!--       ACQUISITION        -->
}}}}<!--
<!-- ========================== -->
==========================
{{#if:{{{how_to_acquire|}}}|
      SELL PRICE       
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Acquisition</div>
==========================
<hr style="border: 0; border-top: 1px solid #555;" />
-->{{#if:{{{sell_price_gold|}}}{{{sell_price_silver|}}}{{{sell_price_copper|}}}|
{{Div col|colwidth=20em}}
{{PriceDisplay
{{#invoke:ListLinks|fromDelimited|1={{{how_to_acquire}}}|delimiter=, }}
|gold={{{sell_price_gold|}}}
{{Div col end}}
|silver={{{sell_price_silver|}}}
}}
|copper={{{sell_price_copper|}}}
}}}}<!--
==========================
       CRAFTING INFO     
==========================
-->{{#if:{{{crafting_profession|}}}{{{recipe_page|}}}|
{{CraftingDetails
| crafting_profession = {{{crafting_profession|}}}
| recipe_page        = {{{recipe_page|}}}
 
| component1_name              = {{{component1_name|}}}
| component1_material          = {{{component1_material|}}}
| component1_category_tier    = {{{component1_category_tier|}}}
| component1_material_category = {{{component1_material_category|}}}
 
| component2_name              = {{{component2_name|}}}
| component2_material          = {{{component2_material|}}}
| component2_category_tier    = {{{component2_category_tier|}}}
| component2_material_category = {{{component2_material_category|}}}


<!-- ========================== -->
| component3_name              = {{{component3_name|}}}
<!--        SALE PRICE        -->
| component3_material          = {{{component3_material|}}}
<!-- ========================== -->
| component3_category_tier    = {{{component3_category_tier|}}}
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sale Price</div>
| component3_material_category = {{{component3_material_category|}}}
<hr style="border: 0; border-top: 1px solid #555;" />
<div style="margin-left: 1em;">
{{#if:{{{is_soulbound|}}}|'''This item is Soulbound and cannot be traded.'''<br />}}
{{#if:{{{sale_price|}}}|'''Sale Price''': {{{sale_price}}}<br />}}
</div>


<!-- ========================== -->
| component4_name              = {{{component4_name|}}}
<!--          GALLERY          -->
| component4_material          = {{{component4_material|}}}
<!-- ========================== -->
| component4_category_tier    = {{{component4_category_tier|}}}
{{#if:{{{model_image1|}}}{{{model_image2|}}}{{{model_image3|}}}|
| component4_material_category = {{{component4_material_category|}}}
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Gallery</div>
<hr style="border: 0; border-top: 1px solid #555;" />
}}
{{#if:{{{model_image1|}}}|[[File:{{{model_image1}}}|frameless|200px]] }}
{{#if:{{{model_image2|}}}|[[File:{{{model_image2}}}|frameless|200px]] }}
{{#if:{{{model_image3|}}}|[[File:{{{model_image3}}}|frameless|200px]] }}


[[Category:Armor]]
| component5_name              = {{{component5_name|}}}
| component5_material          = {{{component5_material|}}}
| component5_category_tier    = {{{component5_category_tier|}}}
| component5_material_category = {{{component5_material_category|}}}
}}}}<!--
==========================
          NOTES         
==========================
-->{{#if:{{{notes|}}}|
{{Notes
|notes={{{notes|}}}
}}}}<!--
==========================
        GALLERY       
==========================
-->{{#if:{{{model_image1|}}}{{{model_image2|}}}{{{model_image3|}}}|
{{Gallery
|model_image1={{{model_image1|}}}
|model_image2={{{model_image2|}}}
|model_image3={{{model_image3|}}}
}}}}<!--
==========================
        CATEGORIES       
==========================
--><includeonly>[[Category:Armor]]</includeonly>
{{#if:{{{equipment_type|}}}|[[Category:{{{equipment_type}}} Equipment]]}}
{{#if:{{{equipment_type|}}}|[[Category:{{{equipment_type}}} Equipment]]}}
{{#if:{{{class_requirement1|}}}|[[Category:{{{class_requirement1}}} Armor]]}}
{{#if:{{{crafting_profession|}}}|[[Category:Crafted Armor]]}}
{{#if:{{{class_requirement2|}}}|[[Category:{{{class_requirement2}}} Armor]]}}
{{#if:{{{class_requirement|}}}|
{{#if:{{{class_requirement3|}}}|[[Category:{{{class_requirement3}}} Armor]]}}
{{#invoke:ClassCategories|fromDelimited
| {{{class_requirement}}}
| delimiter=,
| equipment_type=Armor
}} }}
 
<includeonly><div style="display:none">
[[Is soulbound::{{{is_soulbound|}}}]]
[[Equipment type::{{{equipment_type|}}}]]
[[Armor weight::{{{armor_weight|}}}]]
[[Armor class::{{{armor_class|}}}]]
[[Durability::{{{durability|}}}]]
 
[[Level requirement::{{{level_requirement|}}}]]
{{#arraymap:{{{class_requirement|}}}|,|x|[[Class requirement::x]]}}


</div>
[[Profession::{{{crafting_profession|}}}]]
{{#arraymap:{{{recipe_page|}}}|,|x|[[Recipe page::x]]}}
[[Crafting component name::{{{component1_name|}}}]]
{{#arraymap:{{{component1_material|}}}|,|x|[[Crafting component material::x]]}}
{{#arraymap:{{{component1_material_category|}}}|,|x|[[Crafting component material category::x]]}}
[[Crafting component name::{{{component2_name|}}}]]
{{#arraymap:{{{component2_material|}}}|,|x|[[Crafting component material::x]]}}
{{#arraymap:{{{component2_material_category|}}}|,|x|[[Crafting component material category::x]]}}
[[Crafting component name::{{{component3_name|}}}]]
{{#arraymap:{{{component3_material|}}}|,|x|[[Crafting component material::x]]}}
{{#arraymap:{{{component3_material_category|}}}|,|x|[[Crafting component material category::x]]}}
[[Crafting component name::{{{component4_name|}}}]]
{{#arraymap:{{{component4_material|}}}|,|x|[[Crafting component material::x]]}}
{{#arraymap:{{{component4_material_category|}}}|,|x|[[Crafting component material category::x]]}}
[[Crafting component name::{{{component5_name|}}}]]
{{#arraymap:{{{component5_material|}}}|,|x|[[Crafting component material::x]]}}
{{#arraymap:{{{component5_material_category|}}}|,|x|[[Crafting component material category::x]]}}
<span style="display:none">{{#default_form:Armor}}</span>
</div></includeonly>

Latest revision as of 21:09, 25 June 2025

Armor

Image Needed
Stats

Requirements