Project: Difference between revisions
From dotnet
(Created page with "<noinclude> This is the "Project" template. It should be called in the following format: <pre> {{Project | image = jpg or png file image of the project | imagecaption = Caption for the image | team-members = Team Members | poc = Point of Contact | location_city = City, State | status = Project Status (Completed, Construction, Design, Master Planning, etc.) | updated = Last date on which this information was up to date...") |
No edit summary |
||
| Line 5: | Line 5: | ||
{{Project | {{Project | ||
| image = jpg or png file image of the project | | image = jpg or png file image of the project | ||
| team-members = Team Members | | team-members = Team Members | ||
| | | manager = Program manager | ||
| location_city = City, State | | location_city = City, State | ||
| status = Project Status ( | | status = Project Status (Idea, Startup, Development, Mature, EOL) | ||
| summary = provide a couple of sentences to summarize the project | | summary = provide a couple of sentences to summarize the project | ||
| | | sectors = provide which sector this project is in | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 23: | Line 19: | ||
{{#default_form:Project}} | {{#default_form:Project}} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{| class="wikitable" style="float: | {| class="wikitable" style="float:left;width:1100px;margin-left: 40px" | ||
! colspan="2" style="background:lightblue;font-size:10pt" | {{PAGENAME}} | ! colspan="2" style="background:lightblue;font-size:10pt" | {{PAGENAME}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;font-size:9pt" | [[File:{{{image}}}|590px]] | | colspan="2" style="text-align:center;font-size:9pt" | [[File:{{{image}}}|590px]] {{#set: Image={{{image}}} }} | ||
|- | |- | ||
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | | | colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | | ||
|- | |- | ||
| style="width:100px" |Team | | style="width:100px" |Team | ||
| {{#arraymap:{{{team-members|}}}|,|x|[[ | | {{#arraymap:{{{team-members|}}}|,|x|[[Team members::x]]| <br> }} | ||
|- | |- | ||
| | | Program manager | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{manager}}}|,|x|{{#set: Manager=x}}|}} {{#arraymap:{{{manager|}}}|,|x|[[x]]|<br>}} | ||
|- | |- | ||
| | | Project home | ||
| {{#arraymap:{{{location_city|}}}|,|x|{{#set: | | {{#arraymap:{{{location_city|}}}|,|x|{{#set: City=x}}| <br> }} {{#arraymap:{{{location_city|}}}|,|x|[[x]]|<br>}} | ||
|- | |- | ||
| style="width:100px" |Sectors | | style="width:100px" |Sectors | ||
| {{#arraymap:{{{sector|}}}|,|x|[[ | | {{#arraymap:{{{sector|}}}|,|x|[[Sector::x]]| <br> }} | ||
|- | |- | ||
| Status | | Status | ||
| [[Status::{{{status|}}}]] | | [[Status::{{{status|}}}]] | ||
|- | |- | ||
| | | Summary | ||
| | | [[Summary::{{{summary|}}}]] | ||
|- | |||
|} | |} | ||
[[Category:Project]]|}}</includeonly> | |||
Revision as of 21:29, September 17, 2023
This is the "Project" template. It should be called in the following format:
{{Project
| image = jpg or png file image of the project
| team-members = Team Members
| manager = Program manager
| location_city = City, State
| status = Project Status (Idea, Startup, Development, Mature, EOL)
| summary = provide a couple of sentences to summarize the project
| sectors = provide which sector this project is in
}}
Edit the page to see the template text.