|
|
| (2 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| <includeonly><div style="display: table; background-color: #fff3f3; color: #333; border: 2px solid #a00; margin: 0.5em 0em 1em 0em; padding: 10px; border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> | | <includeonly> |
| <table style="width: 100%; border-collapse: collapse;"> | | <div style="border: 2px solid #a00; background: #fff3f3; padding: 10px; margin: 10px 0;"> |
| <tr style="vertical-align: top;"> | | <table width="100%"> |
| <td style="width: 56px; padding-right: 10px;"> | | <tr> |
| [[File:Warning icon.svg|50px|link=|alt=Warning]] | | <td width="60px">[[File:Warning icon.svg|50px]]</td> |
| </td> | | <td><span style="font-size: 130%; color: #a00; font-weight: bold;">WARNING:</span> The process or result of manufacturing this item is exceptionally dangerous.</td> |
| <td> | |
| <span style="font-size: 130%; color: #a00; font-weight: bold;">WARNING:</span> This process or result of manufacturing this item is exceptionally dangerous.{{#if: {{{locked|}}}|<span style="display: block; margin-top: 5px;"> This page is locked from additional edits.</span>|}} | |
| | |
| {{#if: {{{reason|}}}|
| |
| <div style="margin-top: 8px;">
| |
| <strong>Reason:</strong> {{{reason}}}
| |
| </div>|}}
| |
| | |
| {{#if: {{{protective_equipment|}}}|
| |
| <div style="margin-top: 8px;">
| |
| <strong>Required protective equipment:</strong> {{{protective_equipment}}}
| |
| </div>|}}
| |
| | |
| {{#if: {{{safety_standards|}}}|
| |
| <div style="margin-top: 8px;">
| |
| <strong>Applicable safety standards:</strong> {{{safety_standards}}}
| |
| </div>|}}
| |
| | |
| {{#if: {{{last_verified|}}}|
| |
| <div style="color:#4F4F4F; font-size: 85%; margin-top: 8px; font-style: italic;">
| |
| (Safety information last verified: {{#time: d M Y|{{{last_verified}}}}})
| |
| </div>|}}
| |
| </td> | |
| </tr> | | </tr> |
| </table> | | </table> |
| </div>{{#if: {{{category|}}}|[[Category:{{{category}}}]]|[[Category:Dangerous manufacturing processes]]}}{{#if: {{{last_verified|}}}|[[Category:Safety verified content]]|}}{{#if: {{{locked|}}}|[[Category:Locked pages]]|}}</includeonly> | | </div> |
| | | [[Category:Dangerous manufacturing processes]] |
| | [[Category:Locked pages]] |
| | </includeonly> |
| <noinclude> | | <noinclude> |
| == TechWarning Template == | | == Usage == |
| This template adds a prominent warning box to pages describing dangerous manufacturing processes or items. It also automatically adds the page to the "Dangerous manufacturing processes" category.
| | Add this template to pages about dangerous manufacturing processes: |
|
| |
|
| === Basic Usage ===
| |
| <pre> | | <pre> |
| {{TechWarning}} | | {{TechWarning}} |
| </pre> | | </pre> |
| | | [[Category:Templates]] |
| === Advanced Usage ===
| |
| <pre>
| |
| {{TechWarning
| |
| |reason=Contains steps involving highly corrosive acids and toxic fumes
| |
| |protective_equipment=Full-face respirator, chemical-resistant gloves, splash goggles, lab coat
| |
| |safety_standards=OSHA 1910.1200, ISO 13849-1:2015
| |
| |last_verified=2025-05-01
| |
| |category=Hazardous chemical processes
| |
| |locked=yes
| |
| }}
| |
| </pre>
| |
| | |
| === Parameters ===
| |
| * '''reason''' (optional): Specific reason why this process is dangerous
| |
| * '''protective_equipment''' (optional): List of required safety equipment
| |
| * '''safety_standards''' (optional): Applicable safety regulations or standards
| |
| * '''last_verified''' (optional): Date when safety information was last verified (YYYY-MM-DD format)
| |
| * '''category''' (optional): Custom category for the page (defaults to "Dangerous manufacturing processes")
| |
| * '''locked''' (optional): Add "yes" to show that the page is locked from additional edits
| |
| </noinclude> | | </noinclude> |
Usage
Add this template to pages about dangerous manufacturing processes:
{{TechWarning}}