Difference between revisions of "CargoEquipmentItemPage"
From Titan's Teeth
Dicemonger (talk | contribs) (Created page with "<noinclude>Creates the complete content of a Base Item Page Used by InterCargo with call <nowiki>{{#intercargolist:CargoEquipmentItemPage|Base_Items|Name,PrettyPrice,PrettyWe...") |
Dicemonger (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>Creates the complete content of a Base Item Page | <noinclude>Creates the complete content of a Base Item Page | ||
− | Used by InterCargo with call <nowiki>{{#intercargolist:CargoEquipmentItemPage|Base_Items|Name,PrettyPrice,PrettyWeight,Fluff,Description,Benefit,Note,CraftDC,CraftSkill,CraftCost,CraftRequirements}}</nowiki> | + | Used by InterCargo with call <nowiki>{{#intercargolist:CargoEquipmentItemPage|Base_Items|Name,ItemType,ItemSubType,PrettyPrice,PrettyWeight,Fluff,Description,Benefit,Note,CraftDC,CraftSkill,CraftCost,CraftRequirements}}</nowiki> |
</noinclude><includeonly><!-- | </noinclude><includeonly><!-- | ||
+ | |||
+ | -->{{#vardefine:CategoryTag|{{#replace:{{{ItemType}}}||_}}}}{{#vardefine:SubCategoryTag|{{#replace:{{{ItemSubType}}}||%20}}}}<!-- | ||
-->{{DISPLAYTITLE:{{{Name|}}}}}<!-- | -->{{DISPLAYTITLE:{{{Name|}}}}}<!-- | ||
− | -->{{BreadCrumbs|[[Equipment]]|{{{Name}}}|auto=no}}<!-- | + | -->{{BreadCrumbs|[[Equipment]] > [{{fullurl:Equipment/Cat|c={{#var:CategoryTag}}}} {{{ItemType}}}] > [{{fullurl:Equipment/Cat#{{#var:SubCategoryTag}}|c={{#var:CategoryTag}}}} {{{ItemSubType}}}]|{{{Name}}}|auto=no}}<!-- |
-->{{#decryptplt:<!-- | -->{{#decryptplt:<!-- | ||
Line 15: | Line 17: | ||
{{#!:{| class="wikitable" | {{#!:{| class="wikitable" | ||
|- | |- | ||
− | ! Cost !! Weight | + | ! Cost !! Weight |
|- | |- | ||
| {{{PrettyPrice|}}} || {{{PrettyWeight|}}} | | {{{PrettyPrice|}}} || {{{PrettyWeight|}}} | ||
Line 32: | Line 34: | ||
<wbr>|}}<!-- | <wbr>|}}<!-- | ||
− | -->{{#if: {{{CraftDC|}}}|'''Craft({{{CraftSkill|}}})''' DC {{{CraftDC}}}; '''Material Cost:''' {{MapPrice|{{#var:CraftCost}}}}}}{{#if: {{{CraftRequirements|}}}|<br>'''Requirements:''' {{{CraftRequirements}}}|}}</includeonly> | + | -->{{#if: {{{CraftDC|}}}|'''Craft({{{CraftSkill|}}})''' DC {{{CraftDC}}}; '''Material Cost:''' {{MapPrice|{{#var:CraftCost}}}}}}{{#if: {{{CraftRequirements|}}}|<br>'''Requirements:''' {{{CraftRequirements}}}|}}<!-- |
+ | |||
+ | decryptplt closing tags-->}}</includeonly> |
Latest revision as of 18:01, 24 March 2020
Creates the complete content of a Base Item Page
Used by InterCargo with call {{#intercargolist:CargoEquipmentItemPage|Base_Items|Name,ItemType,ItemSubType,PrettyPrice,PrettyWeight,Fluff,Description,Benefit,Note,CraftDC,CraftSkill,CraftCost,CraftRequirements}}