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
(Undo revision 1111 by BloodThermic (talk))
Tag: Undo
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
==Usage==
<pre><nowiki>{{Infobox Item
| Image =
| Type =
| Sold By = (Name)
| Weight =
| Related =
}}</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"
}
},
"description": "A Templated used in the creation of items",
"format": "block",
"paramOrder": [
"Image",
"Type",
"Sold By",
"Weight"
]
}
</templatedata>

Revision as of 20:09, 8 May 2024

Cookies help us deliver our services. By using our services, you agree to our use of cookies.