Difference between revisions of "Template:Person"

From Freephile Wiki
Jump to navigation Jump to search
(Generated from a page schema)
 
(hide the property)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "person" template.
+
This is the "Person" template.
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{person
+
{{Person
 
|FirstName=
 
|FirstName=
 
|LastName=
 
|LastName=
Line 12: Line 12:
 
</noinclude><includeonly>{| class="wikitable"
 
</noinclude><includeonly>{| class="wikitable"
 
! First Name
 
! First Name
| {{{FirstName|}}}  
+
| [[FirstName::{{{FirstName|}}}]]
 
 
 
|-
 
|-
 
! Last Name
 
! Last Name
| {{{LastName|}}}  
+
| [[LastName::{{{LastName|}}}]]
 
 
 
|-
 
|-
 
! Email Address
 
! Email Address
| {{{EmailAddress|}}}  
+
| [[EmailAddress::{{{EmailAddress|}}}]]
 
 
 
|}
 
|}
 
+
[[isPerson::true| ]]
 
[[Category:People]]
 
[[Category:People]]
 
</includeonly>
 
</includeonly>

Latest revision as of 16:31, 18 June 2020

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.