Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
(hide the property) |
(Generated from a page schema) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the " | + | This is the "person" template. |
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{person |
|FirstName= | |FirstName= | ||
|LastName= | |LastName= | ||
Line 12: | Line 12: | ||
</noinclude><includeonly>{| class="wikitable" | </noinclude><includeonly>{| class="wikitable" | ||
! First Name | ! First Name | ||
− | | | + | | | {{{FirstName|}}} |
+ | |||
|- | |- | ||
! Last Name | ! Last Name | ||
− | | | + | | | {{{LastName|}}} |
+ | |||
|- | |- | ||
! Email Address | ! Email Address | ||
− | | | + | | | {{{EmailAddress|}}} |
+ | |||
|} | |} | ||
− | + | ||
[[Category:People]] | [[Category:People]] | ||
</includeonly> | </includeonly> |
Revision as of 12:01, 27 January 2014
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.