From Dark and Darker Wiki

< Template:Armor Data

m (Changed Arguments to be suggested, rather than optional.)
mNo edit summary
Line 1: Line 1:
<templatedata>
<templatedata>
{
{
"description": "A switch data structure that contains information on armor pieces. If variables are not passed, returns an empty string.",
"description": "A switch data structure that contains information on armor items. If arguments are not passed, returns an empty string.",
"params": {
"params": {
"1": {
"1": {
"label": "Argument",
"label": "Argument",
"description": "Name of an armor piece or name of a list.",
"description": "Name of an armor item or name of a list.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
Line 11: Line 11:
"2": {
"2": {
"label": "Argument",
"label": "Argument",
"description": "Armor property. Some properties are switches unto themselves, like Stats and Types.",
"description": "Armor property or Branch name.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
Line 17: Line 17:
"3": {
"3": {
"label": "Argument",
"label": "Argument",
"description": "Terminal armor property. Usually follows Stats and Types.",
"description": "Belongs to Stats or Types branch. Specific <Stat> or <Type>.",
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"

Revision as of 03:33, 2 April 2024

A switch data structure that contains information on armor items. If arguments are not passed, returns an empty string.

Template parameters

ParameterDescriptionTypeStatus
Argument1

Name of an armor item or name of a list.

Stringsuggested
Argument2

Armor property or Branch name.

Stringsuggested
Argument3

Belongs to Stats or Types branch. Specific <Stat> or <Type>.

Stringsuggested