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

Template:Infobox/Key/doc: Difference between revisions

Template page
Content added Content deleted
(Created page with "==Usage== <pre><nowiki>{{Infobox Key | Image = | Weight = | Unlocks = | Quest = }}</nowiki></pre> ==Template Data== <templatedata> { "params": { "Image": { "type": "wiki-file-name", "description": "Image size is set to 400x400" }, "Weight": { "type": "string", "required": true, "description": "The weight of the key." }, "Unlocks": { "type": "string", "required": true, "description": "What door the key unlocks" }, "Quest":...")
 
No edit summary
Line 13: Line 13:
"Image": {
"Image": {
"type": "wiki-file-name",
"type": "wiki-file-name",
"description": "Image size is set to 400x400"
"description": "Image size is set to 400x400"
},
},
"Weight": {
"Weight": {
Line 29: Line 29:
"suggested": true,
"suggested": true,
"description": "What quest the key is used for."
"description": "What quest the key is used for."
},
"Behind the Lock": {
"description": "What loot can be found behind the lock.",
"type": "string"
},
"Key Name": {
"description": "The full name of the key",
"type": "string"
}
}
},
},
Line 34: Line 42:
"format": "block",
"format": "block",
"paramOrder": [
"paramOrder": [
"Key Name",
"Image",
"Image",
"Weight",
"Weight",
"Unlocks",
"Unlocks",
"Quest"
"Quest",
"Behind the Lock"
]
]
}
}

Revision as of 14:23, 19 May 2024

Usage

{{Infobox Key
| Image =
| Weight = 
| Unlocks =
| Quest =
}}

Template Data

A Templated used in the creation of Keys

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Key NameKey Name

The full name of the key

Stringoptional
ImageImage

Image size is set to 400x400

Fileoptional
WeightWeight

The weight of the key.

Stringrequired
UnlocksUnlocks

What door the key unlocks

Stringrequired
QuestQuest

What quest the key is used for.

Stringsuggested
Behind the LockBehind the Lock

What loot can be found behind the lock.

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