Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/Item/doc: Difference between revisions

Template page
Content added Content deleted
No edit summary
Tag: Reverted
Tag: Reverted
Line 8: Line 8:
| Related =
| Related =
}}</nowiki></pre>
}}</nowiki></pre>

==Template Data==
<templatedata>
{
"params":{
"Image":{
"type":"wiki-file-name"
},
"Type":{
"type":"string",
"description":"What type of item is this?",
"example":"Weapon / Meds / Armor",
"required":true
},
"Sold By":{
"type":"string",
"required":true,
"description":"Name of the Vendor who gave the sold the Item",
"example":"Lab Rat"
},
"Weight":{
"type":"string",
"required":true,
"description":"What is the weight of the item",
"example":"3.613 kg"
},
"Manufacturer":{
"type":"string",
"required":true,
"description":"What company manufactures this item",
"example":"Daniel Defense"
}
},
"description":"A Templated used in the creation of items",
"format":"block",
"paramOrder":[
"Image",
"Type",
"Sold By",
"Weight",
"Manufacturer"
]
}
</templatedata>

Revision as of 20:02, 8 May 2024

Usage

{{Infobox Item
| Image =
| Type = 
| Sold By = (Name)
| Weight = 
| Manufacturer =
| Related =
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.