Template:Character Profile: Difference between revisions

From The Green Hills Series
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:
"description": "Give the first few characters from the start of the input",
"description": "Give the first few characters from the start of the input",
"params": {
"params": {
"1": {
"Full Name": {
"label": "Input",
"label": "Full Name",
"description": "The string to be trimmed and counted",
"description": "Full Name of the Character",
"required": true,
"required": true,
"type": "string"
"type": "string"
},
},
"2": {
"Age": {
"label": "Length",
"label": "Age",
"description": "How many characters of the input should be returned",
"description": "Age of Character",
"required": true,
"required": true,
"type": "number"
"type": "string"
}
}
}
}
Line 23: Line 23:
== Character Stats ==
== Character Stats ==
'''Full Name:''' {{{Name}}}<br />
'''Full Name:''' {{{Name}}}<br />
{{#if: {{{Age|}}} | Yes | No}}
'''Age:''' {{{Age}}}<br />
'''Age:''' {{{Age}}}<br />
'''Height:''' {{{Height}}}<br />
'''Height:''' {{{Height}}}<br />

Revision as of 16:21, 27 February 2023

Give the first few characters from the start of the input

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Full NameFull Name

Full Name of the Character

Stringrequired
AgeAge

Age of Character

Stringrequired

Character Stats

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

Back to List of Characters