132
edits
(Created page with "<noinclude> This is the "Person" template. It should be called in the following format: <pre> {{Person |FirstName= |LastName= |EmailAddress= }} </pre> Edit the page to see the...") |
No edit summary |
||
Line 23: | Line 23: | ||
[[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> |