Actions

Template

Difference between revisions of "Item"

From P6 Spheres

Line 2: Line 2:
 
This is the "Item" template.
 
This is the "Item" template.
  
'''Name'''=Real name of item<br>
 
'''SortName'''=Name for use when sorting; "Climbing Kit, Basic" and "Climbing Kit, Deluxe"<br>
 
'''ItemType'''=The major category of item: Weapons, Dungeoneering, Alchemy, etc<br>
 
'''ItemSubType'''=The subcategory of item: Alchemical Weapons, Alchemical Boosters, Alchemical Tools<br>
 
'''TreasureUse'''=Weapon, Protection, Magical, Consumable, Gear<br>
 
'''Tags'''=Any further tags used for filtering<br>
 
'''Price'''=Buying price in gp (Float)<br>
 
'''Weight'''=Weight of the item in lbs. (Float)<br>
 
'''Short'''=Short summary of benefits/use for tables<br>
 
'''Fluff'''=Fluff description<br>
 
'''Description'''=Full description<br>
 
'''Benefit'''=Specific rule benefits<br>
 
'''Note'''=Note<br>
 
'''CraftRequirements'''=Workshop, feats, materials, talents<br>
 
'''CraftDC'''=The Craft DC for the item (Integer)<br>
 
'''CraftSkill'''=The Craft skill used for the item or Spellcraft<br>
 
'''CraftCost'''=Cost in sp/gp (Float)<br>
 
'''Source'''=OGL Codes<br>
 
'''Campaigns'''=Filtering. "All" by default
 
 
It should be called in the following format:
 
<pre>
 
{{Item
 
|Name=
 
|SortName=
 
|ItemType=
 
|ItemSubType=
 
|TreasureUse=
 
|Tags=
 
|Price=
 
|Weight=
 
|Short=
 
|Fluff=
 
|Description=
 
|Benefit=
 
|Note=
 
|CraftRequirements=
 
|CraftDC=
 
|CraftSkill=
 
|CraftCost=
 
|Source=
 
|Campaigns=
 
}}
 
</pre>
 
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
{{#cargo_declare:_table=Base_Items|Name=Text|SortName=Text|ItemType=List (,) of String|ItemSubType=List (,) of String|TreasureUse=String (allowed values=Weapon,Protection,Magical,Consumable,Gear,None)|Tags=List (,) of String|Price=Float|PrettyPrice=Text|Weight=Float|PrettyWeight=Text|Short=Wikitext|Fluff=Wikitext|Description=Wikitext|Benefit=Wikitext|Note=Wikitext|CraftRequirements=Wikitext|CraftDC=Integer|CraftSkill=String|CraftCost=Float|Source=List (,) of String|Campaigns=List (,) of String}}
 
{{#cargo_declare:_table=Base_Items|Name=Text|SortName=Text|ItemType=List (,) of String|ItemSubType=List (,) of String|TreasureUse=String (allowed values=Weapon,Protection,Magical,Consumable,Gear,None)|Tags=List (,) of String|Price=Float|PrettyPrice=Text|Weight=Float|PrettyWeight=Text|Short=Wikitext|Fluff=Wikitext|Description=Wikitext|Benefit=Wikitext|Note=Wikitext|CraftRequirements=Wikitext|CraftDC=Integer|CraftSkill=String|CraftCost=Float|Source=List (,) of String|Campaigns=List (,) of String}}
Line 51: Line 7:
  
 
-->{{#vardefine:CraftCost|<!--
 
-->{{#vardefine:CraftCost|<!--
   -->{{#if:{{{IsCraftMagic|}}}<!--
+
   -->{{#if:{{{CraftCost|}}}<!--
    -->|{{MapCraftPriceMagic|{{{Price|0.0}}}}}<!--
+
    -->|{{{CraftCost}}}<!--
    -->|{{MapCraftPriceCommon|{{{Price|0.0}}}}}<!--
+
    -->|{{#if:{{{IsCraftMagic|}}}<!--
 +
      -->|{{MapCraftPriceMagic|{{{Price|0.0}}}}}<!--
 +
      -->|{{MapCraftPriceCommon|{{{Price|0.0}}}}}<!--
 +
    -->}}<!--
 
   -->}}<!--
 
   -->}}<!--
 
-->}}<!--
 
-->}}<!--

Revision as of 11:37, 24 March 2020

This is the "Item" template.

Edit the page to see the template text. This template defines the table "Base_Items". View table.