Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
(Blanked the page) |
(Generated from a page schema) |
||
Line 1: | Line 1: | ||
+ | <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 template text. | ||
+ | </noinclude><includeonly>{| class="wikitable" | ||
+ | ! First Name | ||
+ | | {{{FirstName|}}} | ||
+ | |- | ||
+ | ! Last Name | ||
+ | | {{{LastName|}}} | ||
+ | |- | ||
+ | ! Email Address | ||
+ | | [[EmailAddress::{{{EmailAddress|}}}]] | ||
+ | |} | ||
+ | [[Category:People]] | ||
+ | </includeonly> |
Revision as of 20:48, 17 March 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.