Template:ActionCluster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(41 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre>{{Infobox ActionCluster | <pre>{{Infobox ActionCluster | ||
| team-members = List the | | team-members = List the Companies teaming on this actioncluster (Name of company also in database) | ||
| poc = Who is the point of contact | | poc = Who is the point of contact (Name of person also in database) | ||
| image = Image of the action cluster | | image = Image of the action cluster (600x200 image jpg, png, gif) | ||
| imagecaption = Image Caption | | imagecaption = Image Caption (Text) | ||
| municipalities = List the municipalities partnering on this actioncluster | | municipalities = List the municipalities partnering on this actioncluster (City State seperated by comma eg. Portland OR, Seattle WA) | ||
| status = Status of the project | | status = Status of the project (Launched, Implemented, Development, Ready for Public Announcement, In Deliberations, Negotiations, Concept only Stage, Master Planning) | ||
| website = Website of the project | | website = Website of the project (URL) | ||
| download = File that can be downloaded | | download = File that can be downloaded (Upload a file) | ||
| description = Describe the project | | description = Describe the project (Text) | ||
| challenges = Outline the project challenges | | challenges = Outline the project challenges (Text) | ||
| solutions = What solution is the project offering | | solutions = What solution is the project offering (Text) | ||
| requirements = What are the major requirements of the project | | requirements = What are the major requirements of the project (Text) | ||
| kpi = What are the Key Performance Indicators (KPI)s of this project | | kpi = What are the Key Performance Indicators (KPI)s of this project (Text) | ||
| measurement = | | measurement = Describe the measurement methods for each KPI (Text) | ||
| standards = Describe what Standards,Replicability, Scalability, and Sustainability the project utilizes and/or promotes | | standards = Describe what Standards, Replicability, Scalability, and Sustainability the project utilizes and/or promotes (Text) | ||
| cybersecurity = Describe how the project addresses Cybersecurity and Privacy | | cybersecurity = Describe how the project addresses Cybersecurity and Privacy (Text) | ||
| impacts = Explain Project Impacts | | impacts = Explain Project Impacts (Text) | ||
| demonstration = Describe Demonstration/Deployment | | demonstration = Describe Demonstration/Deployment (Text) | ||
| sector = Sector this project (Buildings, Cybersecurity, Privacy, Data, Education, Public Safety, Agriculture, Smart Region, Transportation, Utility, Wellbeing, Broadband, Resilience) | |||
| tag = Tag to group like projects (Choose or add) | |||
| chapter = Blueprint chapter to connect this project to (Only Chapters) | |||
| year = Active years (list of years separated by commas) | |||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> __NOEDITSECTION__ {{#default_form:ActionCluster}} {{Infobox action-cluster | ||
{{Infobox action-cluster | |||
| team-members = {{{team}}} | | team-members = {{{team}}} | ||
| poc = {{{leader}}} | | poc = {{{leader}}} | ||
| image = | | image = {{{image}}} | ||
| imagecaption = {{{imagecaption}}} | | imagecaption = {{{imagecaption}}} | ||
| municipalities = {{{municipalities}}} | | municipalities = {{{municipalities}}} | ||
| status = {{{status}}} | | status = {{{status}}} | ||
| website = {{{website}}} | | website = {{{website}}} | ||
| download = {{{download}}} | | download = {{#if: {{{download|}}} | {{{download}}} | None }} | ||
}} | }} | ||
=Description= | =Description= | ||
{{{description|}}} {{#set: Has description={{{description}}} }} | |||
=Challenges= | =Challenges= | ||
Line 49: | Line 52: | ||
=Performance Targets= | =Performance Targets= | ||
{| class="wikitable" style=" | {| class="wikitable" style="width: 95%;" | ||
!Key Performance Indicators (KPIs) | !Key Performance Indicators (KPIs) | ||
!Measurement Methods | !Measurement Methods | ||
|- | |- | ||
|style="width: | |style="width: 50%;"| | ||
{{{kpi}}} | {{{kpi}}} | ||
|style="width: | |style="width: 50%;"| | ||
{{{measurement}}} | {{{measurement}}} | ||
|} | |} | ||
Line 70: | Line 73: | ||
{{{demonstration}}} | {{{demonstration}}} | ||
{{#arraymap:{{{tag|}}}|,|x| {{#set: Has tag=x}}|}} | |||
{{#arraymap:{{{chapter|}}}|,|x| {{#set: In chapter=x}}|}} | |||
{{#arraymap:{{{supercluster|}}}|,|x| {{#set: Has sector=x}}| }} | |||
{{#arraymap:{{{supercluster|}}}|,|x|[[Category:x]]|}} | |||
{{#arraymap:{{{year|}}}|,|x|[[Category:Year_x]]|}} | |||
[[Category:ActionCluster]]__NOTOC__ | |||
{{# | |||
{{# | |||
[[Category:ActionCluster]] | |||
</includeonly> | </includeonly> |
Latest revision as of 20:14, October 27, 2024
This is the "ActionCluster" template. It should be called in the following format:
{{Infobox ActionCluster | team-members = List the Companies teaming on this actioncluster (Name of company also in database) | poc = Who is the point of contact (Name of person also in database) | image = Image of the action cluster (600x200 image jpg, png, gif) | imagecaption = Image Caption (Text) | municipalities = List the municipalities partnering on this actioncluster (City State seperated by comma eg. Portland OR, Seattle WA) | status = Status of the project (Launched, Implemented, Development, Ready for Public Announcement, In Deliberations, Negotiations, Concept only Stage, Master Planning) | website = Website of the project (URL) | download = File that can be downloaded (Upload a file) | description = Describe the project (Text) | challenges = Outline the project challenges (Text) | solutions = What solution is the project offering (Text) | requirements = What are the major requirements of the project (Text) | kpi = What are the Key Performance Indicators (KPI)s of this project (Text) | measurement = Describe the measurement methods for each KPI (Text) | standards = Describe what Standards, Replicability, Scalability, and Sustainability the project utilizes and/or promotes (Text) | cybersecurity = Describe how the project addresses Cybersecurity and Privacy (Text) | impacts = Explain Project Impacts (Text) | demonstration = Describe Demonstration/Deployment (Text) | sector = Sector this project (Buildings, Cybersecurity, Privacy, Data, Education, Public Safety, Agriculture, Smart Region, Transportation, Utility, Wellbeing, Broadband, Resilience) | tag = Tag to group like projects (Choose or add) | chapter = Blueprint chapter to connect this project to (Only Chapters) | year = Active years (list of years separated by commas) }}
Edit the page to see the template text.