Project: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
| location_city = City, State | | location_city = City, State | ||
| status = Project Status (Idea, Startup, Development, Mature, EOL) | | status = Project Status (Idea, Startup, Development, Mature, EOL) | ||
| sectors = provide which sector this project is in | |||
| summary = provide a couple of sentences to summarize the project | | summary = provide a couple of sentences to summarize the project | ||
| | | opencommons = Project page name on OpenCommons.org | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 17: | Line 18: | ||
<includeonly> | <includeonly> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
This {{#formlink:form=Project|link text=link|linktype=button|wpRunQuery=true|target={{PAGENAME}} }} will let you edit this project. | |||
{{#default_form:Project}} | {{#default_form:Project}} | ||
{| class="wikitable" style="float:left;width:1100px" | |||
{| class="wikitable" style="float:left;width:1100px | ! colspan="2" style="background:lightgrey;font-size:20pt" | {{PAGENAME}} | ||
! colspan="2" style="background: | |||
|- | |- | ||
| colspan="2" style="text-align:center;font-size:9pt" | [[File:{{{image}}}| | | colspan="2" style="text-align:center;font-size:9pt" | [[File:{{{image}}}|1100px]] {{#set: Image={{{image}}} }} | ||
|- | |- | ||
| colspan="2" style="background: | | colspan="2" style="background:lightgrey;text-align:center;font-size:4pt" | | ||
|- | |- | ||
| style="width: | | style="width:200px" | Program manager | ||
| {{# | | {{#set: Manager={{{manager|}}} }}[[{{{manager|}}}]] | ||
|- | |- | ||
| | |Team | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{team-members|}}}|,|x|{{#set: Team members=x}}|}} {{#arraymap:{{{team-members|}}}|,|x|[[x]]|<br>}} | ||
|- | |- | ||
| Project home | | Project home | ||
| {{# | |{{#set: City={{{location_city|}}} }} [[wikipedia:{{{location_city|}}}|{{{location_city|}}}]] | ||
|- | |- | ||
| style="width:100px" |Sectors | | style="width:100px" |Sectors | ||
| {{#arraymap:{{{ | | {{#arraymap:{{{sectors|}}}|,|x|[[Sector::x]]| <br> }} | ||
|- | |- | ||
| Status | | Status | ||
| [[ | | {{#set: Status={{{status|}}}}} [[{{{status}}}]] | ||
|-style="vertical-align:top;" | |||
| Project Description | |||
| {{#set: Summary={{{summary|}}}}} {{{summary|}}} | |||
|- | |- | ||
| | | Project Details | ||
| [[ | | {{#set: Opencommons={{{opencommons|}}}}} [[opencommons:{{{opencommons|}}}|{{{opencommons|}}}]] | ||
|- | |- | ||
|} | |} | ||
[[Category:Project]] | [[Category:Project]]</includeonly> | ||
Latest revision as of 01:05, September 21, 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)
| sectors = provide which sector this project is in
| summary = provide a couple of sentences to summarize the project
| opencommons = Project page name on OpenCommons.org
}}
Edit the page to see the template text.