Template:Infobox action-cluster: Difference between revisions

From OpenCommons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" |
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" |
|-
|-
| Team Organizations
! Team Organizations
| {{#arraymap:{{{team-members|}}}|,|x|[[Has team members::x]]| <br> }}
| {{#arraymap:{{{team-members|}}}|,|x|[[Has team members::x]]| <br> }}
|-
|-
| Team Leaders
! Team Leaders
| {{#arraymap:{{{poc}}}|,|x|{{#set: Has contact=x}}|}} {{#arraymap:{{{poc|}}}|,|x|[[x]]|<br>}}
| {{#arraymap:{{{poc}}}|,|x|{{#set: Has contact=x}}|}} {{#arraymap:{{{poc|}}}|,|x|[[x]]|<br>}}
|-
|-
| Participating Municipalities
! Participating Municipalities
| {{#arraymap:{{{municipalities|}}}|,|x|{{#set: In municipality=x}}| <br> }} {{#arraymap:{{{municipalities|}}}|,|x|[[x]]|<br>}}
| {{#arraymap:{{{municipalities|}}}|,|x|{{#set: In municipality=x}}| <br> }} {{#arraymap:{{{municipalities|}}}|,|x|[[x]]|<br>}}
|-
|-
| Status
! Status
| [[Status::{{{status}}}]] {{#set: Has website={{{website}}}}} {{#ifeq: {{{download}}} | None | | {{#set: Has pdf={{{download}}} }} }}
| [[Status::{{{status}}}]] {{#set: Has website={{{website}}}}} {{#ifeq: {{{download}}} | None | | {{#set: Has pdf={{{download}}} }} }}
|-
|-
| Document
! Document
|{{#ifeq: {{{download}}} | None | None | {{#arraymap:{{{download|}}}|,|x| [[File:x]] }} }}
|{{#ifeq: {{{download}}} | None | None | {{#arraymap:{{{download|}}}|,|x| [[File:x]] }} }}
|}
|}
</includeonly>
</includeonly>

Revision as of 20:25, May 10, 2022

This is the "Infobox action-cluster" template. It should be called in the following format:

{{Infobox action-cluster
| team-members      = List the Company/People teaming on this actioncluster
| poc               = Who is the point of contact
| image             = Image of the action cluster
| imagecaption      = Image Caption
| municipalities    = List the municipalities partnering on this actioncluster
| status            = Status of the project
| website           = Website of the project
| download          = File that can be downloaded
}}

Edit the page to see the template text.