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":...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Usage==
==Usage==
<pre><nowiki>{{Infobox Key
<pre><nowiki>{{Infobox/Key
| Image =
| Image =
| Name =
| Type =
| Weight =
| Weight =
| Unlocks =
| Quest =
| Quest =
| Location =
| Loot =
}}</nowiki></pre>
}}</nowiki></pre>


Line 13: Line 16:
"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 19: Line 22:
"required": true,
"required": true,
"description": "The weight of the key."
"description": "The weight of the key."
},
"Unlocks": {
"type": "string",
"required": true,
"description": "What door the key unlocks"
},
},
"Quest": {
"Quest": {
Line 29: Line 27:
"suggested": true,
"suggested": true,
"description": "What quest the key is used for."
"description": "What quest the key is used for."
},
"Loot": {
"description": "What loot can be found behind the lock.",
"type": "string"
},
"Name": {
"description": "The full name of the key",
"type": "string"
},
"Type": {},
"Location": {
"description": "Where the key is used",
"example": "Hunters Paradise, Ban pa",
"type": "string",
"required": true
}
}
},
},
Line 35: Line 48:
"paramOrder": [
"paramOrder": [
"Image",
"Image",
"Name",
"Type",
"Weight",
"Weight",
"Unlocks",
"Quest",
"Quest"
"Location",
"Loot"
]
]
}
}

Latest revision as of 04:25, 21 May 2024

Usage

{{Infobox/Key
| Image =
| Name =
| Type =
| Weight = 
| Quest =
| Location =
| Loot =
}}

Template Data

A Templated used in the creation of Keys

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
ImageImage

Image size is set to 400x400

Fileoptional
NameName

The full name of the key

Stringoptional
TypeType

no description

Unknownoptional
WeightWeight

The weight of the key.

Stringrequired
QuestQuest

What quest the key is used for.

Stringsuggested
LocationLocation

Where the key is used

Example
Hunters Paradise, Ban pa
Stringrequired
LootLoot

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.