Template:RiskAssessment: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
|- | |- | ||
! scope="row" style="text-align: right;"| Type | ! scope="row" style="text-align: right;"| Type | ||
| {{{assessmentType}}} | | {{#switch:{{lc:{{{assessmentType|}}}}}|activity=Activity (e.g. Tool Usage)|event=Events|#default=Other}} | ||
|- | |- | ||
! scope="row" style="text-align: right;"| Last Reviewed | ! scope="row" style="text-align: right;"| Last Reviewed | ||
Revision as of 12:23, 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)
|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).