Template:Infobox COVID-19: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" style="float:right;width:400px" ! colspan="2" style="background:lightblue;font-size:10pt" | {{{title}}} |- | colspan="2" style="text-align:center;font-siz...") |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
This is the "Infobox project" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Infobox project | |||
| image = jpg or png file image of the project | |||
| imagecaption = Caption for the image | |||
| team-members = Team Members | |||
| poc = Point of Contact | |||
| municipalities = City, State | |||
| status = Project Status (Completed, Construction, Design, Master Planning, etc.) | |||
| summary = provide a couple of sentences to summarize the project | |||
| sector = provide which sector this project is in | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude> | |||
<includeonly> | |||
{| class="wikitable" style="float:right;width:400px" | {| class="wikitable" style="float:right;width:400px" | ||
! colspan="2" style="background:lightblue;font-size:10pt" | {{ | ! colspan="2" style="background:lightblue;font-size:10pt" | {{PAGENAME}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;font-size:9pt" | [[File: | | colspan="2" style="text-align:center;font-size:9pt" | [[File:{{{image}}}|350px]]<br />{{{imagecaption}}} {{#set: Has image={{{image}}} }} | ||
|- | |- | ||
| colspan="2" style="text-align:center;font-size:9pt" | | | colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | | ||
|- | |- | ||
| | | style="width:100px" |Team Organizations | ||
| {{#arraymap:{{{team-members|}}}|,|x|[[Has team members::x]]| <br> }} | |||
|- | |- | ||
| | | Team Leaders | ||
<!--| {{#arraymap:{{{poc|}}}|,|x|[[Has contact::x]]| <br> }}--> | |||
| {{#arraymap:{{{poc}}}|,|x|{{#set: Has contact=x}}|}} {{#arraymap:{{{poc|}}}|,|x|[[x]]|<br>}} | |||
|- | |- | ||
| | | City, State | ||
| [[From location::{{{municipalities|}}}]] [[Property:Has coordinates | ]] [[Has coordinates::{{#Geocode:{{{municipalities|}}}}}|]] | |||
<!--|- | |||
| style="width:100px" |Sectors | |||
| {{#arraymap:{{{sector|}}}|,|x|[[Has sector::x]]| <br> }} | |||
|- | |- | ||
| style="font-size:9pt;width:100px" | <b>Participating Municipalities</b> || style="font-size:9pt" | | | Status | ||
| [[Status::{{{status|}}}]]--> | |||
| style="font-size:9pt;width:100px" | <b>Participating Municipalities</b> || style="font-size:9pt" | | |||
|- | |- | ||
| style="font-size:9pt;width:100px" | <b>Contributors</b> || style="font-size:9pt" | {{{contributors}}} | | style="font-size:9pt;width:100px" | <b>Contributors</b> || style="font-size:9pt" | {{{contributors}}} |
Revision as of 22:01, January 12, 2022
This is the "Infobox project" template. It should be called in the following format:
{{Infobox project | image = jpg or png file image of the project | imagecaption = Caption for the image | team-members = Team Members | poc = Point of Contact | municipalities = City, State | status = Project Status (Completed, Construction, Design, Master Planning, etc.) | summary = provide a couple of sentences to summarize the project | sector = provide which sector this project is in }}
Edit the page to see the template text.