The template itslef was stolen completely from the character template page, I just changed a couple of small things and added some other stuff. |
Added a description line. Memes are necessary to show that the text is taken as is. |
||
| Line 5: | Line 5: | ||
|- | |- | ||
| colspan="2" style="text-align:center; border:2px solid #000;" | [[File:{{{image}}}|240px]] | | colspan="2" style="text-align:center; border:2px solid #000;" | [[File:{{{image}}}|240px]] | ||
|- | |||
| style="text-align:center"|"{{{description|}}}" | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 13: | Line 15: | ||
{{ | {{ | ||
Item | Item | ||
| name | | name = {{PAGENAME}} | ||
| image | | image = INSERT IMAGE NAME HERE | ||
| description = INSERT ITEM DESCRIPTION HERE | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 20: | Line 23: | ||
{{ | {{ | ||
Item | Item | ||
| name | | name = Bolt Cutter | ||
| image | | image = Bolt Cutter.png | ||
| description = A bolt cutter Rune gave me.<br> Looks strong | |||
}} | }} | ||
| Line 27: | Line 31: | ||
{{ | {{ | ||
Item | Item | ||
| name | | name = Bolt Cutter | ||
| image | | image = Bolt Cutter.png | ||
| description = A bolt cutter Rune gave me.<br> Looks strong | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 36: | Line 41: | ||
{{ | {{ | ||
Item | Item | ||
| name | | name = Bag of Sleep Pills | ||
| image | | image = Bag of Chips.png | ||
| description = Tap into that sleep phonk twin | |||
}} | }} | ||
| Line 43: | Line 49: | ||
{{ | {{ | ||
Item | Item | ||
| name | | name = Bag of Sleep Pills | ||
| image | | image = Bag of Chips.png | ||
| description = Tap into that sleep phonk twin | |||
}} | }} | ||
</pre> | </pre> | ||
This one on the right is how it looks when the image is upscaled before uploading to the servers. | This one on the right is how it looks when the image is upscaled before uploading to the servers. | ||
Latest revision as of 08:45, 7 September 2026
This is an item template for any of the item pages.
You can add it to a page like so:
{{
Item
| name = {{PAGENAME}}
| image = INSERT IMAGE NAME HERE
| description = INSERT ITEM DESCRIPTION HERE
}}
And it looks like this:
| Bolt Cutter | |
|---|---|
| |
| "A bolt cutter Rune gave me. Looks strong" | |
{{
Item
| name = Bolt Cutter
| image = Bolt Cutter.png
| description = A bolt cutter Rune gave me.<br> Looks strong
}}
Item images need to be upscaled to 240x240 before uploading to the server, which can be done on any windows PC with the help of Paint 3D. Otherwise they will look blurry as seen in the image on the right.
| Bag of Sleep Pills | |
|---|---|
| |
| "Tap into that sleep phonk twin" | |
{{
Item
| name = Bag of Sleep Pills
| image = Bag of Chips.png
| description = Tap into that sleep phonk twin
}}
This one on the right is how it looks when the image is upscaled before uploading to the servers.

