Template:Person: Difference between revisions

From Freephile Wiki
Blanked the page
move property assignments to use #set
 
(5 intermediate revisions by 2 users not shown)
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|}}}
|}
{{#set:
|FirstName = {{{FirstName|}}}
|LastName = {{{LastName|}}}
|EmailAddress = {{{EmailAddress|}}}
|isPerson = true
}}
[[Category:People]]
</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.