This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Template:Project Health Status"
From OWASP
Line 1: | Line 1: | ||
− | {{#switch: {{{project_health_status}}} | -1 = {{Template:Not Reviewed}} | 0 ={{Template:Level 0 Project}} | 1={{Template:Level 1 Project}} | 2={{Template:Level 2 Project}} | 3={{Template:Level 3 Project}} | {{Template:Not Reviewed}} }} <small>''({{#switch: {{{criteria_version}}} | 1=Assessment Criteria v1.0 | 2=Assessment Criteria v2.0 | Provisional }})''</small><noinclude>[[Category: GPC Templates]]</noinclude> | + | {{#switch: {{{project_health_status}}} | -1 = {{Template:Not Reviewed}} | 0 ={{Template:Level 0 Project}} | 1={{Template:Level 1 Project}} | 2={{Template:Level 2 Project}} | 3={{Template:Level 3 Project}} | {{Template:Not Reviewed}} }} <small>''({{#switch: {{{criteria_version}}} | 1=Assessment Criteria v1.0 | 2=Assessment Criteria v2.0 | Provisional }})''</small><noinclude> |
+ | This template displays the appropriate project health status icon using the given status. | ||
+ | |||
+ | === Usage === | ||
+ | <pre> | ||
+ | {{Template:Project Health Status | ||
+ | | project_health_status = | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | === Example === | ||
+ | <pre> | ||
+ | {{Template:Project Health Status | ||
+ | | project_health_status = 2 | ||
+ | }} | ||
+ | </pre> | ||
+ | {{Template:Project Health Status | ||
+ | | project_health_status = 2 | ||
+ | }} | ||
+ | [[Category: GPC Templates]]</noinclude> |
Revision as of 03:36, 6 February 2010
Not Reviewed (Provisional) This template displays the appropriate project health status icon using the given status.
Usage
{{Template:Project Health Status | project_health_status = }}
Example
{{Template:Project Health Status | project_health_status = 2 }}