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 |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{ | {{Person | ||
| portrait = image | | portrait = image | ||
| firstname = First Name | | firstname = First Name | ||
| Line 12: | Line 12: | ||
| location = City, State | | location = City, State | ||
| country = Country | | country = Country | ||
| | | skills = Skills | ||
| active = Active | |||
| linkedin = Linkedin Page | | linkedin = Linkedin Page | ||
| experience = Experiance | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 19: | Line 21: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
This {{#formlink:form=Person|link text=link|linktype=button|wpRunQuery=true|target={{PAGENAME}} }} will let you edit your profile. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{#default_form:Person}} | {{#default_form:Person}} | ||
{| class="wikitable | {| class="wikitable" | ||
|rowspan=" | |rowspan="9"|[[File:{{{portrait}}}|400px|{{{firstname}}} {{{lastname}}}]] {{#set: Portrait=File:{{{portrait}}}}} | ||
|- | |- | ||
| <font size="5" > Name </font> | | <font size="5" > Name </font> | ||
| <font size="5" > [{{{linkedin}}} {{{firstname}}} {{{lastname}}}]</font> {{#set: | | <font size="5" > [{{{linkedin}}} {{{firstname}}} {{{lastname}}}]</font> {{#set: Image={{{portrait|}}}}} {{#set: First name={{{firstname}}}}} {{#if: {{{middlename|}}} |{{#set: Middle names={{{middlename}}}}}|}} {{#set: Last name={{{lastname}}}}} {{#set: Caption=<center>'''[[{{{firstname}}} {{{lastname}}}]]'''</br>{{{skills}}}</center>}} | ||
|- | |- | ||
| 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>}} | |||
|- | |||
| Still Active | |||
| {{#arraymap:{{{active|}}}|,|x|[[Active::x]]|<br>}} | |||
|- | |||
| Page | |||
| [[Linkedin::{{{linkedin|}}}]] | |||
|- | |||
| colspan="3"|'''Experience''' | |||
|- | |||
| colspan="3"|[[Experience::{{{experience|}}}]] | |||
|- | |- | ||
|} | |} | ||
[[Category:Person]] | [[Category:Person]]</includeonly> | ||
</includeonly> | |||
Latest revision as of 04:19, September 21, 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
| active = Active
| linkedin = Linkedin Page
| experience = Experiance
}}
Edit the page to see the template text.