Person: Difference between revisions
From dotnet
(Created page with "<noinclude> This is the "Person" template. It should be called in the following format: <pre> {{person | portrait = image | firstname = First Name | middlename = Middle Names | lastname = Last Name | company = Company Name | position = Position in Company | location = City, State | country = Country | sector = Sectors of interest | linkedin = Linkedin Page }} </pre> Edit the page to see the template text. </noinclude> <i...") |
No edit summary |
||
| Line 12: | Line 12: | ||
| location = City, State | | location = City, State | ||
| country = Country | | country = Country | ||
| | | skills = Skills | ||
| experience = Experiance | |||
| linkedin = Linkedin Page | | linkedin = Linkedin Page | ||
}} | }} | ||
| Line 22: | Line 23: | ||
{{#default_form:Person}} | {{#default_form:Person}} | ||
{| class="wikitable" style="margin-left: 40px;" | {| class="wikitable" style="margin-left: 40px;" | ||
|rowspan="7"|[[File:{{{portrait}}}| | |rowspan="7"|[[File:{{{portrait}}}|400px|{{{firstname}}} {{{lastname}}}]] | ||
<!--| '''User Name''' | <!--| '''User Name''' | ||
| '''[[Has user name::{{PAGENAME}}]]''' | | '''[[Has user name::{{PAGENAME}}]]''' | ||
| Line 31: | Line 32: | ||
|- | |- | ||
| Company | | Company | ||
| [[ | | [[Company::{{{company|}}}]] | ||
|- | |- | ||
| Company Position | | Company Position | ||
| [[ | | [[Position::{{{position|}}}]] | ||
|- | |- | ||
| City, State | | City, State | ||
| [[ | | [[City::{{{location|}}}]] | ||
|- | |- | ||
| Country | | Country | ||
| [[ | | [[Country::{{{country|}}}]] | ||
|- | |||
| Skills | |||
| {{#arraymap:{{{skills|}}}|,|x|[[Skill::x]]|<br>}} | |||
|- | |||
| Experience | |||
| [[Experience::{{{experience|}}}]] | |||
|- | |||
| Page | |||
| [[Linkedin::{{{linkedin|}}}]] | |||
|- | |- | ||
|} | |} | ||
[[Category:Person]] | [[Category:Person]] | ||
Revision as of 21:44, 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.