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

Template:Infobox/Items/doc: Difference between revisions

Template page
Content added Content deleted
(Created page with "==Usage== <pre><nowiki>{{Infobox Item | Image = | Type = | Sold By = (Name) | 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", "...")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
==Usage==
<pre><nowiki>{{Infobox Item
| Image =
| Type =
| Sold By = (Name)
| 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"
}
},
"description": "A Templated used in the creation of items",
"format": "block",
"paramOrder": [
"Image",
"Type",
"Sold By"
]
}
</templatedata>

Latest revision as of 01:18, 11 May 2024

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