Template:ItemInfo/doc: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198018895007 No edit summary |
imported>76561198045853337 mNo edit summary |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ |
|||
Usage:<pre> |
Usage:<pre> |
||
<nowiki> |
<nowiki> |
||
{{ItemInfo |
{{ItemInfo |
||
|ItemName |
|ItemName= |
||
|Categories |
|Categories= |
||
|Description |
|Description= |
||
⚫ | |||
|IconImage |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
|GridSize= |
|||
⚫ | |||
|StackSize= |
|||
|Recipes |
|Recipes= |
||
{{ItemRecipe |
{{ItemRecipe |
||
|Out1 |Out1Qty |
|Out1= |Out1Qty= |
||
|Out2 |Out2Qty |
|Out2= |Out2Qty= |
||
|CraftTime |
|CraftTime= |
||
|In1 |In1Qty |
|In1= |In1Qty= |
||
|In2 |In2Qty |
|In2= |In2Qty= |
||
|In3 |In3Qty |
|In3= |In3Qty= |
||
|In4 |In4Qty |
|In4= |In4Qty= |
||
|In5 |In5Qty |
|In5= |In5Qty= |
||
|In6 |In6Qty |
|In6= |In6Qty= |
||
}} |
}} |
||
{{ |
{{ |
||
Line 30: | Line 32: | ||
</nowiki></pre> |
</nowiki></pre> |
||
<em>remove</em> any unused fields. You can include multiple ItemRecipes by chaining them. e.g. <code><nowiki>{{ItemRecipe|...}}{{ItemRecipe|...}}</nowiki></code> |
<em>remove</em> any unused fields. You can include multiple ItemRecipes by chaining them. e.g. <code><nowiki>{{ItemRecipe|...}}{{ItemRecipe|...}}</nowiki></code> |
||
NOTE: |
|||
The ItemName is used to construct the filename for the 90px icon shown. For example, providing "Unknown" as in the example below, the template looks for and loads "Icon_Unknown.png". If the image does not exist, it will show as a broken image. Be sure to spell things the same. For multiple-word item names, use a space between the words as per normal. |
|||
Example:<pre><nowiki> |
Example:<pre><nowiki> |
||
{{ItemInfo |
{{ItemInfo |
||
|ItemName= |
|ItemName=Unknown |
||
|Categories=Test, Testing |
|Categories=Test, Testing |
||
|Description=Just a Test item. |
|Description=Just a Test item. |
||
|IconImage=Icon_Unknown.png |
|||
|Info1Type=Info 1 |Info1Text=Info 1 Text |
|Info1Type=Info 1 |Info1Text=Info 1 Text |
||
|Info2Type=Info 2 |Info2Text=Info 2 Text |
|Info2Type=Info 2 |Info2Text=Info 2 Text |
||
|Recipes |
|Recipes= |
||
{{ItemRecipe |
{{ItemRecipe |
||
|Out1=Unknown |Out1Qty=1 |
|Out1=Unknown |Out1Qty=1 |
||
Line 50: | Line 54: | ||
Would result in: |
Would result in: |
||
{{ItemInfo |
{{ItemInfo |
||
|ItemName= |
|ItemName=Unknown |
||
|Categories=Test, Testing |
|Categories=Test, Testing |
||
|Description=Just a Test item. |
|Description=Just a Test item. |
||
|IconImage=Icon_Unknown.png |
|||
|Info1Type=Info 1 |Info1Text=Info 1 Text |
|Info1Type=Info 1 |Info1Text=Info 1 Text |
||
|Info2Type=Info 2 |Info2Text=Info 2 Text |
|Info2Type=Info 2 |Info2Text=Info 2 Text |
||
|Recipes |
|Recipes= |
||
{{ItemRecipe |
{{ItemRecipe |
||
|Out1=Unknown |Out1Qty=1 |
|Out1=Unknown |Out1Qty=1 |
Latest revision as of 12:41, 22 June 2021
Usage:
{{ItemInfo |ItemName= |Categories= |Description= |Info1Type= |Info1Text= |Info2Type= |Info2Text= |Info3Type= |Info3Text= |Info4Type= |Info4Text= |Info5Type= |Info5Text= |Info6Type= |Info6Text= |GridSize= |StackSize= |Recipes= {{ItemRecipe |Out1= |Out1Qty= |Out2= |Out2Qty= |CraftTime= |In1= |In1Qty= |In2= |In2Qty= |In3= |In3Qty= |In4= |In4Qty= |In5= |In5Qty= |In6= |In6Qty= }} {{ ... }} }}
remove any unused fields. You can include multiple ItemRecipes by chaining them. e.g. {{ItemRecipe|...}}{{ItemRecipe|...}}
NOTE: The ItemName is used to construct the filename for the 90px icon shown. For example, providing "Unknown" as in the example below, the template looks for and loads "Icon_Unknown.png". If the image does not exist, it will show as a broken image. Be sure to spell things the same. For multiple-word item names, use a space between the words as per normal.
Example:
{{ItemInfo |ItemName=Unknown |Categories=Test, Testing |Description=Just a Test item. |Info1Type=Info 1 |Info1Text=Info 1 Text |Info2Type=Info 2 |Info2Text=Info 2 Text |Recipes= {{ItemRecipe |Out1=Unknown |Out1Qty=1 |CraftTime=10 s |In1=Unknown |In1Qty=1 |In2=Unknown |In2Qty=4 }} }}
Would result in: