Template:Person: Difference between revisions

From QualityBox Wiki
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>

Revision as of 12:34, 31 October 2018

This is the "Person" template. It should be called in the following format:

{{Person
|FirstName=
|LastName=
|EmailAddress=
}}

Edit the page to see the template text.


No description.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
First NameFirstName

no description

Example
Lloyd
Stringoptional
Last NameLastName

no description

Example
Garrison
Unknownoptional
Email AddressEmailAddress

no description

Example
me@example.com
Stringoptional