Actions

Template

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
| sector       = Sectors of interest
| 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}}}|200px|{{{firstname}}} {{{lastname}}}]]
|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
| [[Has company::{{{company|}}}]]
| [[Company::{{{company|}}}]]
|-
|-
| Company Position
| Company Position
| [[Has position::{{{position|}}}]]
| [[Position::{{{position|}}}]]
|-
|-
| City, State
| City, State
| [[From location::{{{location|}}}]]
| [[City::{{{location|}}}]]
|-
|-
| Country
| Country
| [[From country::{{{country|}}}]]
| [[Country::{{{country|}}}]]
|-
| Skills
| {{#arraymap:{{{skills|}}}|,|x|[[Skill::x]]|<br>}}
|-
| Experience
| [[Experience::{{{experience|}}}]]
|-
| Page
| [[Linkedin::{{{linkedin|}}}]]
|-
|-
| Sectors
| {{#arraymap:{{{sector|}}}|,|x|[[Has sector::x]]|<br>}}
|}
|}
[[Category:Person]]
[[Category:Person]]
{{#ifexpr: {{#ask: [[Category:Activity]]  [[Has contact::{{PAGENAME}}]] |format=count}}>0 | <hr>'''Activities''' | }}
{{#ask:
[[Category:Activity]]
[[Has contact::{{PAGENAME}}]]
|?=#
|?Has image#=2
|?Has description#=3
|format=plainlist
|named args=yes
|introtemplate=Show image Header
|template=Show image
|outrotemplate=Show link Footer
}}
{{#ifexpr: {{#ask: [[Category:Chapter]]  [[Has contact::{{PAGENAME}}]] |format=count}}>0 | <hr>'''Blueprint Chapters''' | }}
{{#ask:
[[Category:Chapter]]
[[Has author::{{PAGENAME}}]]
|?=#
|?Has image#=2
|?Has description#=3
|format=plainlist
|named args=yes
|introtemplate=Show image Header
|template=Show image
|outrotemplate=Show link Footer
}}
{{#ifexpr: {{#ask: [[Category:Webinar]]  [[Has contact::{{PAGENAME}}]] |format=count}}>0 | <hr>'''Webinars''' | }}
{{#ask:
[[Category:Webinar]]
[[Has contact::{{PAGENAME}}]]
|?=#
|?Has image#=2
|?Has description#=3
|format=plainlist
|named args=yes
|introtemplate=Show image Header
|template=Show image
|outrotemplate=Show link Footer
}}
{{#ifexpr: {{#ask: [[Category:News]]  [[Has contact::{{PAGENAME}}]] | |format=count}} > 0 | <hr>'''Press''' | }}
{{#ask:
[[Category:News]]
[[Has contact::{{PAGENAME}}]]
|?=#
|?Has image#=2
|?Has summary#=3
|format=plainlist
|named args=yes
|introtemplate=Show image Header
|template=Show image
|outrotemplate=Show link Footer
}}
</includeonly>

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.