More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
-------- | -------- | ||
-->[[Category:Items]]<!-- | -->[[Category:Items]]<!-- | ||
-->{{#if:{{{is_vanilla|}}}|[[Category:Vanilla Items]]}}<!-- | -->{{#if:{{{is_vanilla|}}}|[[Category:Vanilla Items]]|[[Category:Custom Items]]}}<!-- | ||
<!-- | <!-- | ||
Revision as of 23:45, 26 April 2025
=== Usage ===
{{Infobox Item
| image = <!-- File name without namespace prefix -->
| short_desc = <!-- Optional, sets the page's short description-->
| is_vanilla = <!-- 1 if the item is a vanilla item, blank otherwise. -->
}}
Provides the Infobox for an Item. Also automatically sets categories and a short description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | The filename of the image of the item
| File | required |
Short description | short_desc | Sets the short description at the top of the page.
| String | optional |
Is this a vanilla item? | is_vanilla | Leave blank if not
| Unknown | optional |