A Wiki in the Desert
Log in

Difference between revisions of "Template:Herb"

From A Wiki in the Desert
 
Line 14: Line 14:
 
[[Category:Herb]]
 
[[Category:Herb]]
 
</includeonly><noinclude>
 
</includeonly><noinclude>
{{Documentation}}
+
<templatedata>
 +
{
 +
"params": {
 +
"name": {
 +
"type": "string",
 +
"required": true,
 +
"description": "The name of the herb",
 +
"example": "Allbright"
 +
},
 +
"method": {
 +
"description": "Method used to harvest this herb",
 +
"type": "string"
 +
},
 +
"leaf": {
 +
"description": "The style of leaf that describes this herb"
 +
},
 +
"stem": {
 +
"description": "The style of stem that describes this herb"
 +
},
 +
"color": {
 +
"description": "A comma seperated list of colors that represent this herb. Usually a primary and secondary color."
 +
},
 +
"rarity": {
 +
"type": "number"
 +
},
 +
"strength": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Strength",
 +
"default": "0"
 +
},
 +
"dexterity": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Dexterity",
 +
"default": "0"
 +
},
 +
"endurance": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Endurance",
 +
"default": "0"
 +
},
 +
"speed": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Speed",
 +
"default": "0"
 +
},
 +
"constitution": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Constitution",
 +
"default": "0"
 +
},
 +
"focus": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Focus",
 +
"default": "0"
 +
},
 +
"perception": {
 +
"type": "number",
 +
"description": "How much eating this herb affects your Perception",
 +
"default": "0"
 +
},
 +
"similar": {
 +
"description": "A comma seperated list of similar looking herbs",
 +
"type": "string"
 +
}
 +
}
 +
}
 +
</templatedata>
 
</noinclude>
 
</noinclude>

Latest revision as of 19:53, 25 May 2021

No description.

Template parameters

ParameterDescriptionTypeStatus
Namename

The name of the herb

Example
Allbright
Stringrequired
Methodmethod

Method used to harvest this herb

Stringoptional
Leafleaf

The style of leaf that describes this herb

Unknownoptional
Stemstem

The style of stem that describes this herb

Unknownoptional
Colorcolor

A comma seperated list of colors that represent this herb. Usually a primary and secondary color.

Unknownoptional
Rarityrarity

no description

Numberoptional
Strengthstrength

How much eating this herb affects your Strength

Default
0
Numberoptional
Dexteritydexterity

How much eating this herb affects your Dexterity

Default
0
Numberoptional
Enduranceendurance

How much eating this herb affects your Endurance

Default
0
Numberoptional
Speedspeed

How much eating this herb affects your Speed

Default
0
Numberoptional
Constitutionconstitution

How much eating this herb affects your Constitution

Default
0
Numberoptional
Focusfocus

How much eating this herb affects your Focus

Default
0
Numberoptional
Perceptionperception

How much eating this herb affects your Perception

Default
0
Numberoptional
Similarsimilar

A comma seperated list of similar looking herbs

Stringoptional