Template:Tool: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <div class="tool-template"> | ||
'''{{{name|{{PAGENAME}}}}}''' | |||
{{ | [[File:{{{tooltip_image|ToolPlaceholder.png}}}|thumb]] | ||
<!-- ========================== --> | |||
<!-- 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:Tool|Tool]]<br /> | ||
| | {{#if:{{{tool_type|}}}|'''Tool Type''': [[:Category:{{{tool_type}}}|{{{tool_type}}}]]<br /> | ||
| | }}{{#if:{{{gathering_skill|}}}|'''Gathering Skill''': [[:Category:{{{gathering_skill}}}|{{{gathering_skill}}}]]<br /> | ||
| | }}{{#if:{{{execution_modifier|}}}|'''Execution Modifier''': +{{{execution_modifier}}}%<br /> | ||
| | }}{{#if:{{{durability|}}}|'''Durability''': {{{durability}}}<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}}}]]}}<br /> | |||
}} | }} | ||
</div> | |||
--> | <!-- ========================== --> | ||
<!-- CRAFTING INFO --> | |||
<!-- ========================== --> | |||
< | {{#if:{{{crafting_profession|}}}{{{recipe_page|}}}{{{component1_name|}}}{{{component1_material|}}}| | ||
: | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Crafting</div> | ||
: | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
{{#if: {{{ | <div style="margin-left: 1em;"> | ||
|: | {{#if:{{{crafting_profession|}}}|'''Crafted By''': [[{{{crafting_profession}}}]]<br /> | ||
}}{{#if: {{{ | }}{{#if:{{{crafting_station|}}}|'''Crafting Station''': [[{{{crafting_station}}}]]<br /> | ||
|: | }}{{#if:{{{recipe_page|}}}|'''Recipe''': [[{{{recipe_page}}}]]<br /> | ||
}}{{#if: {{{ | }}{{#if:{{{component1_name|}}}{{{component1_material|}}}|* '''{{{component1_name}}}''': [[{{{component1_material}}}]] | ||
}}{{#if:{{{component2_name|}}}{{{component2_material|}}}|* '''{{{component2_name}}}''': [[{{{component2_material}}}]] | |||
}}{{#if:{{{component3_name|}}}{{{component3_material|}}}|* '''{{{component3_name}}}''': [[{{{component3_material}}}]] | |||
}}{{#if:{{{component4_name|}}}{{{component4_material|}}}|* '''{{{component4_name}}}''': [[{{{component4_material}}}]] | |||
}}{{#if:{{{component5_name|}}}{{{component5_material|}}}|* '''{{{component5_name}}}''': [[{{{component5_material}}}]] | |||
}} | }} | ||
</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: {{{ | |||
<!-- ========================== --> | |||
{{{ | <!-- 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}}}<br /> | |||
</div> | |||
}} | }} | ||
{{#if: {{{ | |||
| | <!-- ========================== --> | ||
<!-- CATEGORIES --> | |||
:{{{ | <!-- ========================== --> | ||
[[Category:Tool]] | |||
{{#if:{{{tool_type|}}}|[[Category:{{{tool_type}}}]] | |||
}}{{#if:{{{crafting_profession|}}}|[[Category:Crafted Tool]] | |||
}}{{#if:{{{class_requirement1|}}}|[[Category:{{{class_requirement1}}} Tool]] | |||
}}{{#if:{{{class_requirement2|}}}|[[Category:{{{class_requirement2}}} Tool]] | |||
}}{{#if:{{{class_requirement3|}}}|[[Category:{{{class_requirement3}}} Tool]] | |||
}} | }} | ||
</div> | |||