HelpClose
If you encounter any technical issues as you edit, please report them.
3 noticesClose

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Administrators, verified, trusted.
    Sign up or Log in to edit a page.
    The DSP Wiki is made by people like you! Anyone can edit and improve any pages.
  • You do not have permission to edit pages in the Template namespace.
    You can submit an edit request by commenting on the talk page or contact us through Discord.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.
  • Your username or IP address has been automatically blocked by MediaWiki. The reason given is:
    Your IP address is listed as an open proxy in the DNSBL used by DSP Wiki.
    • Start of block: 23:08, 16 April 2025
    • Expiration of block: infinite
    • Intended blockee: 18.119.98.100
    Your current IP address is 18.119.98.100. Please include all above details in any queries you make.

You are using a browser which is not officially supported by this editor.

Template:ItemInfo/doc

Template page

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Administrators, verified, trusted.
    Sign up or Log in to edit a page.
    The DSP Wiki is made by people like you! Anyone can edit and improve any pages.
  • You do not have permission to edit pages in the Template namespace.
    You can submit an edit request by commenting on the talk page or contact us through Discord.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.
  • Your username or IP address has been automatically blocked by MediaWiki. The reason given is:
    Your IP address is listed as an open proxy in the DNSBL used by DSP Wiki.
    • Start of block: 23:08, 16 April 2025
    • Expiration of block: infinite
    • Intended blockee: 18.119.98.100
    Your current IP address is 18.119.98.100. Please include all above details in any queries you make.

You can view and copy the source of this page.

Return to Template:ItemInfo/doc.

__NOTOC__

Usage:<pre>

<nowiki>

{{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=

}}

{{

...

}}

}}

</nowiki></pre>

<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>

{{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

}}

}}

</nowiki></pre>

Would result in:

{{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

}}

}}

🍪 We use cookies to keep session information to provide you a better experience.