Person: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
{{#default_form:Person}} | {{#default_form:Person}} | ||
{| class="wikitable" style="margin-left: 40px;" | {| class="wikitable" style="margin-left: 40px;" | ||
|rowspan=" | |rowspan="8"|[[File:{{{portrait}}}|400px|{{{firstname}}} {{{lastname}}}]] | ||
|- | |- | ||
| <font size="5" > Name </font> | | <font size="5" > Name </font> | ||
| Line 45: | Line 42: | ||
| Skills | | Skills | ||
| {{#arraymap:{{{skills|}}}|,|x|[[Skill::x]]|<br>}} | | {{#arraymap:{{{skills|}}}|,|x|[[Skill::x]]|<br>}} | ||
|- | |||
| Page | |||
| [[Linkedin::{{{linkedin|}}}]] | |||
|- | |- | ||
| Experience | | Experience | ||
| [[Experience::{{{experience|}}}]] | | [[Experience::{{{experience|}}}]] | ||
|- | |- | ||
|} | |} | ||
[[Category:Person]] | [[Category:Person]] | ||
Revision as of 22:18, September 17, 2023
This is the "Person" template. It should be called in the following format:
{{Person
| portrait = image
| firstname = First Name
| middlename = Middle Names
| lastname = Last Name
| company = Company Name
| position = Position in Company
| location = City, State
| country = Country
| skills = Skills
| experience = Experiance
| linkedin = Linkedin Page
}}
Edit the page to see the template text.