Template:RiskAssessment: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
No edit summary
Shane (talk | contribs)
Add unifying category (maybe?)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="wikitable"
{| class="wikitable"
Line 211: Line 210:


The risk_N and mitigation_N lines can be repeated with increasing number, for a maximum of 20 risks (currently).
The risk_N and mitigation_N lines can be repeated with increasing number, for a maximum of 20 risks (currently).
[[Category:Templates Risk Assessments]]
</noinclude>
</noinclude>

Latest revision as of 18:51, 15 January 2025


This template is for providing a consistent format for all activity and event risk assessments. Risk Assessments using this template will automatically be included on the Risk Assessments category.

Documentation

Usage

Insert the following code block into a new document.

Risk assessments should use the following naming convention "Team:<TeamName>/Risk Assessments/<Activity>", for example "Team:Electronics/Risk Assessments/Soldering"

{{RiskAssessment
|name           = The Activity or Event Name
|assessmentType = e.g. Activity or Event
|reviewed       = The date today (YYYY-MM-DD)
|nextReview     = The date of next review (YYYY-MM-DD)
|approved       = true/false (set by trustees), otherwise will appear as draft.

|notes          = Some text which appears above the risks table.

|risk_1         = '''Risk name''' some description
|mitigation_1   = An explanation of the mitigations.
|score_1        = Consequence / Likelihood, 1-5 (e.g. 2 / 5)
|assessment_1   = An assessment of the current state
|actions_1      = Improvements to reduce the risk further
|mitscore_1     = Risk after current mitigations 1-5 (e.g. 3)
}}

The risk_N and mitigation_N lines can be repeated with increasing number, for a maximum of 20 risks (currently).