Template:Character Profile: Difference between revisions

From The Green Hills Series
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
<templatedata>
<templatedata>
{
{
"description": "Give the first few characters from the start of the input",
"params": {
"params": {
"Full Name": {
"Name": {},
"label": "Full Name",
"Age": {},
"description": "Full Name of the Character",
"Height": {},
"required": true,
"Hair color": {},
"type": "string"
"Eye color": {},
},
"Occupation": {}
"Age": {
},
"label": "Age",
"description": "Character Profile"
"description": "Age of Character",
"required": true,
"type": "string"
}
}
}
}
</templatedata>
</templatedata>

Revision as of 16:36, 27 February 2023

Character Profile

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

no description

Unknownoptional
AgeAge

no description

Unknownoptional
HeightHeight

no description

Unknownoptional
Hair colorHair color

no description

Unknownoptional
Eye colorEye color

no description

Unknownoptional
OccupationOccupation

no description

Unknownoptional

Character Stats

Full Name: {{{Name}}}
Age: {{{Age}}}
Height: {{{Height}}}
Hair Color: {{{Hair color}}}
Eye Color: {{{Eye color}}}
Occupation: {{{Occupation}}}

Back to List of Characters