Template:Person: Difference between revisions

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
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>{| class="wikitable"
! First Name
! First Name
| [[FirstName::{{{FirstName|}}}]]  
| [[FirstName::{{{FirstName|}}}]]
|-
|-
! Last Name
! Last Name
| [[LastName::{{{LastName|}}}]]  
| [[LastName::{{{LastName|}}}]]
|-
|-
! Email Address
! Email Address
| [[EmailAddress::{{{EmailAddress|}}}]]  
| [[EmailAddress::{{{EmailAddress|}}}]]
|-
! Presentations
| {{#ask:[[HasPresenter::{{SUBJECTPAGENAME}}]]|format=DataTables}} <span title="Add Presentation">[[Form:Presentation|+]]</span>
|}
|}


[[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>