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

Template:Project Health Status

From OWASP
Revision as of 03:47, 6 February 2010 by Jason Li (talk | contribs)

Jump to: navigation, search

About

This template displays the appropriate project health status icon using the given status along with the assessment criteria version used for the assessment. All parameters are optional. By default:

  • project_health_status = -1 (Not Reviewed)
  • criteria_version = null (Provisional)

Usage

{{Template:Project Health Status
| project_health_status = 
| criteria_version =
}}

project_health_status

Valid values are:

  • -1: Not Reviewed (default)
  • 0: Level 0 Project
  • 1: Level 1 Project
  • 2: Level 2 Project
  • 3: Level 3 Project

criteria_version

Valid values are:

  • null: Provisional (default)
  • 1: Assessment Criteria v1.0
  • 2: Assessment Criteria v2.0

Example

{{Template:Project Health Status
| project_health_status = 2
| criteria_version = 1
}}

Output

Greenlight.pngGreenlight.png Level 2 Project (Assessment Criteria v1.0)