Template:Person: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:


{|style="float:right; margin-left: 10px;"  
{|style="float:right; margin-left: 10px;"  
|-{{#ifeq: {{{active|}}} | No | | {{#if: {{{resume|}}} | style="display: none;" | }} }}
|-{{#ifeq: {{{active|}}} | Yes | | {{#if: {{{resume|}}} | style="display: none;"}} }}
|'''Resume'''
|'''Resume'''
|-{{#ifeq: {{{active|}}} | No | | {{#if: {{{resume|}}} | style="display: none;" | }} }}
|-{{#ifeq: {{{active|}}} | Yes | | {{#if: {{{resume|}}} | style="display: none;"}} }}
|[[File:{{{resume|}}}|190px]]
|[[File:{{{resume|}}}|190px]]
|}
|}

Revision as of 00:28, January 22, 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.