Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 11:20, 29 October 2024 by Admin-vignesh (talk | contribs) (Created page with "<includeonly> {| class="infobox" style="width:250px; border:1px solid #aaa; padding:10px; background-color:#f9f9f9;" |- ! colspan="2" style="background-color:#cce5ff; text-align:center;" | {{{item name|Item Name}}} |- ! Price | {{{price|Not specified}}} |- ! Size | {{{size|Not specified}}} |- ! Location | {{{location|Not specified}}} |} </includeonly> <noinclude> This template creates an infobox for an item with fields for name, price, size, and location. To use it, add:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This template creates an infobox for an item with fields for name, price, size, and location. To use it, add:

{{Infobox Item
| item name = Example Item
| price     = $10
| size      = Medium
| location  = Storage Room 1
}}