Template:Infobox Other stakeholder: Difference between revisions

No edit summary
No edit summary
Line 12: Line 12:


  | label2 = Stakeholder Type
  | label2 = Stakeholder Type
  | data2 = {{#if:{{{stakeholder_type|}}}|{{{stakeholder_type}}}}}
  | data2 = {{#if:{{{stakeholder_type|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{stakeholder_type|}}}}}}}


  | label3 = Website
  | label3 = Website
Line 26: Line 26:
  | data6 = {{#if:{{{verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{verticals|}}}}}}}  
  | data6 = {{#if:{{{verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{verticals|}}}}}}}  


}}
{{#if:{{{stakeholder_type|}}}|
  {{#invoke:ListUtils|propsOnly
    | list = {{{stakeholder_type}}}
    | property = HasStakeholder Type
  }}
}}
{{#if:{{{headquarters|}}}|
  {{#set: HasHeadquarters={{{headquarters}}} }}
}}
{{#if:{{{verticals|}}}|
  {{#invoke:ListUtils|catsAndProps
    | list = {{{verticals}}}
    | property = HasVertical
  }}
}}
}}