Template:Shield: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <div class="shield-template"> | ||
'''{{{name|{{PAGENAME}}}}}''' | |||
{{ | [[File:{{{tooltip_image|ShieldPlaceholder.png}}}|thumb|{{{name}}} Tooltip]] | ||
| | |||
<!-- ========================== --> | |||
<!-- STATS --> | |||
<!-- ========================== --> | |||
| | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Stats</div> | ||
| | <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 /> | ||
| | }}'''Equipment Type''': [[:Category:Shield|Shield]]<br /> | ||
| | {{#if:{{{shield_type|}}}|'''Shield Type''': {{{shield_type}}}<br /> | ||
| | }}{{#if:{{{armor_class|}}}|'''Armor Class''': {{{armor_class}}}<br /> | ||
| | }}{{#if:{{{durability|}}}|'''Durability''': {{{durability}}}<br /> | ||
}}{{#if:{{{threat|}}}|'''Threat Bonus''': +{{{threat}}}%<br /> | |||
| | }}{{#if:{{{plus_block|}}}|'''+Block''': +{{{plus_block}}}<br /> | ||
}}{{#if:{{{min_block|}}}|'''Block Value''': {{{min_block}}} – {{{max_block}}}<br /> | |||
| | }} | ||
| | </div> | ||
| | <!-- ========================== --> | ||
| | <!-- ADDITIONAL STATS --> | ||
| | <!-- ========================== --> | ||
| | {{#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|}}} | |||
}} | }} | ||
}} | }} | ||
<!-- ========================== --> | |||
<!-- REQUIREMENTS --> | |||
<!-- ========================== --> | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Requirements</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#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}}}]]}} | |||
</div> | |||
<!-- ========================== --> | |||
<!-- ACQUISITION --> | |||
<!-- ========================== --> | |||
{{#if:{{{how_to_acquire|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Acquisition</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
{{Div col|colwidth=20em}} | |||
{{#invoke:ListLinks|fromDelimited|1={{{how_to_acquire}}}|delimiter=, }} | |||
{{Div col end}} | |||
}} | }} | ||
{{#if: {{{ | <!-- ========================== --> | ||
|< | <!-- CRAFTING INFO --> | ||
{{{ | <!-- ========================== --> | ||
{{{ | {{#if:{{{crafting_profession|}}}{{{recipe_page|}}}{{{component1_name|}}}{{{component1_material|}}}| | ||
{{#if: {{{ | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Crafting</div> | ||
|[[ | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
<div style="margin-left: 1em;"> | |||
{{#if:{{{crafting_profession|}}}|'''Crafted By''': [[{{{crafting_profession}}}]]<br /> | |||
}}{{#if:{{{recipe_page|}}}|'''Recipe''': [[{{{recipe_page}}}]]<br /> | |||
}}{{#if:{{{component1_name|}}}|* '''{{{component1_name}}}''': [[{{{component1_material}}}]] | |||
}}{{#if:{{{component2_name|}}}|* '''{{{component2_name}}}''': [[{{{component2_material}}}]] | |||
}}{{#if:{{{component3_name|}}}|* '''{{{component3_name}}}''': [[{{{component3_material}}}]] | |||
}}{{#if:{{{component4_name|}}}|* '''{{{component4_name}}}''': [[{{{component4_material}}}]] | |||
}}{{#if:{{{component5_name|}}}|* '''{{{component5_name}}}''': [[{{{component5_material}}}]] | |||
}}</div> | |||
}} | }} | ||
<!-- ========================== --> | |||
<!-- SALE PRICE --> | |||
<!-- ========================== --> | |||
{{#if:{{{sale_price|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Sale Price</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
'''Sale Price''': {{{sale_price}}} | |||
</div> | |||
}} | }} | ||
{{#if: {{{ | <!-- ========================== --> | ||
<!-- GALLERY --> | |||
<!-- ========================== --> | |||
{{#if:{{{model_image1|}}}{{{model_image2|}}}{{{model_image3|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Gallery</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
}} | }} | ||
{{#if: {{{ | {{#if:{{{model_image1|}}}|[[File:{{{model_image1}}}|frameless|200px]] | ||
| | }}{{#if:{{{model_image2|}}}|[[File:{{{model_image2}}}|frameless|200px]] | ||
}}{{#if:{{{model_image3|}}}|[[File:{{{model_image3}}}|frameless|200px]] | |||
:{{{ | |||
}} | }} | ||
< | <!-- ========================== --> | ||
<!-- | <!-- CATEGORIES --> | ||
<!-- | <!-- ========================== --> | ||
[[Category:Shield]] | [[Category:Shield]] | ||
{{#if:{{{crafting_profession|}}}|[[Category:Crafted Shields]] | |||
}}{{#if:{{{class_requirement1|}}}|[[Category:{{{class_requirement1}}} Shields]] | |||
}}{{#if:{{{class_requirement2|}}}|[[Category:{{{class_requirement2}}} Shields]] | |||
}}{{#if:{{{class_requirement3|}}}|[[Category:{{{class_requirement3}}} Shields]] | |||
}}{{#if:{{{shield_type|}}}|[[Category:{{{shield_type}}}]] | |||
}} | |||
</div> | |||