Template:Person: Difference between revisions
From Freephile Wiki
hide the property |
move property assignments to use #set |
||
(One intermediate revision by the same user not shown) | |||
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|}}} | ||
|} | |} | ||
{{#set: | |||
|FirstName = {{{FirstName|}}} | |||
|LastName = {{{LastName|}}} | |||
|EmailAddress = {{{EmailAddress|}}} | |||
|isPerson = true | |||
}} | |||
[[Category:People]] | [[Category:People]] | ||
</includeonly> | </includeonly> |
Latest revision as of 19:06, 4 September 2025
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.