Template:Item

From Palworld Wiki
Jump to navigation Jump to search

This template adds rows to the table "Items", which is declared by the template Item/CargoDeclare. View table.

Description

To use this template, add the {{Item}} template and fill in the appropriate fields. Fields left blank will not appear in articles.

Syntax

{{Item
| description    = 
| type           = 
| rarity         = 

| weight         = 
| nutrition      = 
| san            = 
| corruption     = 
| capture_power  = 
| buy            = 
| sell           = 

| durability     = 
| attack         = 
| defense        = 
| health         = 
| shield         = 
| speed          = 
| stamina_drain  = 

| equip_effect   = 
| magazine       = 
| ammo           = 

| pal            = 
| icon           = 

| technology     = 
| required_level = 
| cost           = 
| ancient        = 
| schematic      = 
| made_at        = 
| workload       = 
}}

Sample output

{{Item
| description   = A pickaxe used for mining. Made from metal, the durability and efficiency have improved.
| type          = Weapon
| rarity        = Common

| weight        = 15.0
| buy           = 2800
| sell          = 280.0

| durability    = 250
| attack        = 30

| required_level = 11
| tech_cost      = 2
| made_at        = High Quality Workbench
}}