Template:RiskAssessment: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 122: | Line 122: | ||
|reviewed = The date today (YYYY-MM-DD) | |reviewed = The date today (YYYY-MM-DD) | ||
|nextReview = The date of next review (YYYY-MM-DD) | |nextReview = The date of next review (YYYY-MM-DD) | ||
|notes = Some text which appears above the risks table. | |||
|risk_1 = '''Risk name''' some description | |risk_1 = '''Risk name''' some description | ||
Line 129: | Line 131: | ||
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). | ||
</noinclude> | </noinclude> |
Revision as of 12:26, 2 February 2024
Name | {{{name}}} |
---|---|
Type | Other |
Last Reviewed | {{{reviewed}}} |
Next Review | {{{nextReview}}} |
Risk | Mitigations |
---|
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) |notes = Some text which appears above the risks table. |risk_1 = '''Risk name''' some description |mitigation_1 = An explanation of the mitigations. }}
The risk_N and mitigation_N lines can be repeated with increasing number, for a maximum of 20 risks (currently).