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": { | ||
" | "Full Name": { | ||
"label": " | "label": "Full Name", | ||
"description": " | "description": "Full Name of the Character", | ||
"required": true, | "required": true, | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "Age": { | ||
"label": " | "label": "Age", | ||
"description": " | "description": "Age of Character", | ||
"required": true, | "required": true, | ||
"type": " | "type": "string" | ||
} | } | ||
} | } | ||
Line 23: | Line 23: | ||
== Character Stats == | == Character Stats == | ||
'''Full Name:''' {{{Name}}}<br /> | '''Full Name:''' {{{Name}}}<br /> | ||
'''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
Parameter | Description | Type | Status | |
---|---|---|---|---|
Full Name | Full Name | Full Name of the Character | String | required |
Age | Age | Age of Character | String | required |
Character Stats
Full Name: {{{Name}}}
Age: {{{Age}}}
Height: {{{Height}}}
Hair Color: {{{Hair color}}}
Eye Color: {{{Eye color}}}
Occupation: {{{Occupation}}}
Back to List of Characters