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
No edit summary
Tag: Reverted
Line 5: Line 5:
| Sold By = (Name)
| Sold By = (Name)
| Weight =
| Weight =
| Manufacturer =
| Related =
| Related =
}}</nowiki></pre>
}}</nowiki></pre>
Line 11: Line 12:
<templatedata>
<templatedata>
{
{
"params": {
"params":{
"Image": {
"Image":{
"type": "wiki-file-name"
"type":"wiki-file-name"
},
},
"Type": {
"Type":{
"type": "string",
"type":"string",
"description": "What type of item is this?",
"description":"What type of item is this?",
"example": "Weapon / Meds / Armor",
"example":"Weapon / Meds / Armor",
"required": true
"required":true
},
},
"Sold By": {
"Sold By":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "Name of the Vendor who gave the sold the Item",
"description":"Name of the Vendor who gave the sold the Item",
"example": "Lab Rat"
"example":"Lab Rat"
},
},
"Weight": {
"Weight":{
"type": "string",
"type":"string",
"required": true,
"required":true,
"description": "What is the weight of the item",
"description":"What is the weight of the item",
"example": "3.613 kg"
"example":"3.613 kg"
},
}
"Manufacturer":{
},
"type":"string",
"description": "A Templated used in the creation of items",
"required":true,
"format": "block",
"description":"What company manufactures this item",
"paramOrder": [
"example":"Daniel Defense"
"Image",
}
"Type",
},
"Sold By",
"description":"A Templated used in the creation of items",
"Weight"
"format":"block",
]
"paramOrder":[
"Image",
"Type",
"Sold By",
"Weight",
"Manufacturer"
]
}
}
</templatedata>
</templatedata>

Revision as of 15:37, 8 May 2024

Usage

{{Infobox Item
| Image =
| Type = 
| Sold By = (Name)
| Weight = 
| Manufacturer =
| Related =
}}

Template Data

A Templated used in the creation of items

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
ImageImage

no description

Fileoptional
TypeType

What type of item is this?

Example
Weapon / Meds / Armor
Stringrequired
Sold BySold By

Name of the Vendor who gave the sold the Item

Example
Lab Rat
Stringrequired
WeightWeight

What is the weight of the item

Example
3.613 kg
Stringrequired
ManufacturerManufacturer

What company manufactures this item

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