Template:Person: Difference between revisions

No edit summary
add back the template data
Line 26: Line 26:
[[Category:People]]
[[Category:People]]
</includeonly>
</includeonly>
<noinclude>
<templatedata>
{
"params": {
"FirstName": {
"label": "First Name",
"example": "Lloyd",
"type": "string"
},
"LastName": {
"label": "Last Name",
"example": "Garrison"
},
"EmailAddress": {
"label": "Email Address",
"example": "me@example.com",
"type": "string"
}
},
"format": "inline"
}
</templatedata>
</noinclude>