Template:Person: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:
|-
|-
| Country
| Country
| [[From country::{{{country|}}}]] {{#if: {{{skills|}}} | {{#arraymap:{{{skills|}}}|,|x|{{#set: Has skill=x| }} | }}}} {{#if: {{{active|}}} | {{#arraymap:{{{active|}}}|,|x|{{#set: Is active=x| }} | }}}}
| [[From country::{{{country|}}}]] {{#if: {{{skills|}}} | {{#arraymap:{{{skills|}}}|,|x|{{#set: Has skill=x}} | }}}} {{#if: {{{active|}}} | {{#arraymap:{{{active|}}}|,|x|{{#set: Is active=x}} | }}}} {{#if: {{{resume|}}} | {{#set: Has resume=x}} | }}
|-
|-
| Sectors
| Sectors

Revision as of 23:19, January 19, 2024

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
| sector        = Sectors of interest
| linkedin      = Linkedin Page
| experience    = Experiance
}}

Edit the page to see the template text.