Template:GHS phrases
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
| This template uses Lua: |
The templates {{GHS phrases}} (talk) (/tests), {{H-phrases}} and {{P-phrases}} all format and present GHS hazard and precaution statements as defined by the UN.[1]
The template requires one or more phrase codes as input:
{{GHS phrases|H220|H230}}→ H220, H230{{H-phrases|H220|H230}}→ H220, H230{{P-phrases|P220|P230}}→ P220, P230{{H-phrases|H302+H312}}→ H302+H312 – (Predefined combination, recognised)
Pages with errors or warnings show a Preview message. Articles are then listed in Category:GHS errors (0), Category:GHS warnings (5).
Recognised phrases and their descriptions are maintained by Module:GHS phrases/data. Some phrases are intentionally annotated as (Obsolete). Do not remove them from an article unless updating all the phrases together from a newer reference which applies an updated edition of the GHS; for more information see Module:GHS phrases/data § Obsolete codes.
Usage
[change source]While one can use {{GHS phrases}} stand-alone in text, it is more common to use it in {{Chembox}}, section Chembox Hazards:
| Hazards | |
|---|---|
| GHS labelling:[2] | |
| H301, H351, H372, H410 | |
| P203, P260, P264, P270, P280, P301+P316, P318, P319, P321, P330, P391, P405, P501 | |
{{Chembox
| Section7 = {{Chembox Hazards
| GHS_ref = <ref>{{cite web |title=1-Chloro-4-(2,2,2-trichloro-1-(4-chlorophenyl)ethyl)benzene |url=https://pubchem.ncbi.nlm.nih.gov/compound/3036#section=GHS-Classification |website=pubchem.ncbi.nlm.nih.gov}}</ref>
| HPhrases = {{H-phrases|H301|H351|H372|H410}}
| PPhrases = {{P-phrases|P203|P260|P264|P270|P280|P301+P316|P318|P319|P321|P330|P391|P405|P501}}
}}
}}
When including GHS phrases in an article, please also include a reference (as illustrated in the example above).
Synonyms: {{HPhrases}}, {{PPhrases}}
[change source]For ease of working in {{Chembox}}, {{H-phrases}} and {{P-phrases}} have synonyms (redirects) which are the same as the Chembox parameter name:
|Section3 = {{Chembox Hazards
| HPhrases = {{HPhrases|H301}}
| PPhrases = {{PPhrases|P301}}
}}
Parameters
[change source]- The number of phrase codes one can enter is practically unlimited. The codes are ordered alphanumerically.
- Best practice: add prefix H or P to the number: |H220, not |220.
- One template call can only show one prefix set. That is, H- and P-phrases cannot be mixed.
|setid=(H or P) can be set to prevent ambiguity in generic {{GHS phrases}}.
For backward compatability, the code prefix "H" or "P" is not required. So {{H-phrases|220}} equals {{H-phrases|H220}} → H220. However. Since {{GHS phrases}} covers both H and P, adding the prefix is better.
List options
[change source]- Using
|list=, {{GHS phrases}} can be presented in various list formats:
|list=abbr, inline, bulleted, unbulleted, horizontal, ordered, horizontal_ordered|listtype=abbr(default)- P203, P302+P334, P502
|listtype=inline- P203: "Obtain, read and follow all safety instructions before use.", P302+P334: "IF ON SKIN: Immerse in cool water or wrap in wet bandages.", P502: "Refer to manufacturer or supplier for information on recovery or recycling."
|listtype=bulleted- P203: Obtain, read and follow all safety instructions before use.
- P302+P334: IF ON SKIN: Immerse in cool water or wrap in wet bandages.
- P502: Refer to manufacturer or supplier for information on recovery or recycling.
|listtype=unbulleted- P203: Obtain, read and follow all safety instructions before use.
- P302+P334: IF ON SKIN: Immerse in cool water or wrap in wet bandages.
- P502: Refer to manufacturer or supplier for information on recovery or recycling.
|listtype=horizontal- P203: Obtain, read and follow all safety instructions before use.
- P302+P334: IF ON SKIN: Immerse in cool water or wrap in wet bandages.
- P502: Refer to manufacturer or supplier for information on recovery or recycling.
|listtype=ordered- P203: Obtain, read and follow all safety instructions before use.
- P302+P334: IF ON SKIN: Immerse in cool water or wrap in wet bandages.
- P502: Refer to manufacturer or supplier for information on recovery or recycling.
|listtype=horizontal_ordered- P203: Obtain, read and follow all safety instructions before use.
- P302+P334: IF ON SKIN: Immerse in cool water or wrap in wet bandages.
- P502: Refer to manufacturer or supplier for information on recovery or recycling.
- Except for abbr, inline, these list formats are defined in Module:List
Errors, warnings, and code checks
[change source]Errors
[change source]- All errors show a preview-message in Preview.
- Categorisation is in Category:GHS errors (0), articles only (mainspace).
- § Unknown phrase code (catsort under
H,P) - § Could not find a set id or set id is not recognised (catsort under
?) - § Unknown parameter is not recognised (catsort under
U)
Unknown phrase code
[change source]Phrase codes that are unknown get an inline marker like [?], produce a visible warning while editing in preview, and are categorised in Category:GHS errors when in article space.
For example (one can see the warning when previewing this page or section):
{{H-phrases|H220|H999}}→ H220, H999
This also occurs when |setid=H and a P-phrase is entered or vice versa.
{{GHS phrases|setid=H|P302}}→ P302{{GHS phrases|setid=P|H302}}→ H302
Could not find a set id or set id is not recognised
[change source]When {{GHS phrases}} is used, a setid check is enforced. A set id is present by default in {{H-phrases}} etc. When |setid= is missing, the first set id in the codes-list is used.
- So
|310 |320 |H333→H, but|310 |P220 |H333→P.
If |setid= has an unrecognised value but a valid set id is included in the codes-list, the valid id will be used and |setid= will be ignored.
{{GHS phrases|setid=Z|321|P362}}→ P321, P362
If no valid set id can be found, all phrases will be hidden and a warning will be displayed in preview while editing.
{{GHS phrases|321|362}}→ – (missing prefix H/P may leave undecided results (ambiguity))
Likewise, if |setid= is present but is invalid, all phrases will be hidden and a warning will display in preview when editing.
{{GHS phrases|setid=Z|321|362}}→ – (a warning is displayed in preview)
Unknown parameter or |XYZ= is not recognised
[change source]When an unrecognised or misspelled parameter is used, like |example= or |seitd=, the unknown parameters will be ignored and a warning message will be displayed in preview while editing.
{{GHS phrases|example=P|P302}}→ P302 – (a warning is displayed in preview){{GHS phrases|seitd=P|P302}}→ P302 – (a warning is displayed in preview)
Warnings
[change source]- All warnings show a preview-message in Preview.
- Categorisation in Category:GHS warnings (5), articles only (mainspace).
- When § Omit Rules are applied, a warning is made mentioning the two involved phrase codes. (catsort under
O) - When § Redundancy is present, a warning is made mentioning the involved phrase code. (catsort under
D)
Omit Rules
[change source]Omission rules defined by the GHS are applied to avoid redundant information:
- If
|omit=true(default), the omission rules are applied and redundant codes will be hidden.{{GHS phrases|H314|H318}}→ H314
A warning is displayed while editing; omitted codes should be deleted unless included intentionally.
- If
|omit=false, redundant codes will not be hidden.{{GHS phrases|H314|H318|omit=false}}→ H314, H318- No warning will be displayed if
|omit=falseis set.
All omission rules can be listed using a template:
Template:GHS phrases/list omit rules
Redundancy (duplicates)
[change source]Repeated phrase codes are removed (hidden from readers):
{{GHS phrases|H400|H401|H401|H401}}→ H400, H401
A warning is displayed while editing; duplicates should be deleted.
Obsolete codes
[change source]Some phrases are intentionally annotated as (Obsolete) in their descriptions. These are not errors and do not display a warning. Do not remove them from an article unless updating all the phrases together from a newer reference which applies an updated edition of the GHS; for more information see Module:GHS phrases/data § Obsolete codes.
Overview of templates
[change source]- {{GHS phrases/inline}} – inline, with full phrase text
- {{GHS phrases/list_all}} – table, by
|setid=H, P - {{GHS phrases/number of phrases}} – by
|setid=H, P - {{GHS phrases/list omit rules}} – table, documentation
GHS phrases
[change source]- {{GHS phrases}}
{{GHS phrases|H220}}→ H220{{GHS phrases|P220}}→ P220
- {{H-phrases}}
{{H-phrases|H200|H241}}→ H200, H241{{H-phrases|H302+H312}}→ H302+H312
- {{P-phrases}}
{{P-phrases|P101|P263}}→ P101, P263{{P-phrases|P306+P360}}→ P306+P360
GHS inline
[change source]Lists the phrases inline, including their descriptions, to be used in regular sentences.
{{GHS phrases/inline|H220|H401}}→ Template:GHS phrases/inline{{GHS phrases/inline|P220|P501}}→ Template:GHS phrases/inline
- See also § List options.
Summary templates
[change source]Some templates are available to present an overview of the phrases. They are article-ready. See their docmentations for further information.
Number of phrases
[change source]- This template returns a count of the number of phrases.
{{GHS phrases/number of phrases|setid=P}}→ Template:GHS phrases/number of phrases{{GHS phrases/number of phrases|setid=H}}→ Template:GHS phrases/number of phrases
List of phrases (table)
[change source]- This template returns a wikitable that lists all available phrase codes per prefix.
|setid=H, P. Required.|title=Optional. Default is: see § Number of phrases.|state=collapsedOptional. Default is: uncollapsed.
| Code | Phrase |
|---|---|
| H200 | (Obsolete) Unstable explosive. |
| H201 | (Obsolete) Explosive: mass explosion hazard. |
| H202 | (Obsolete) Explosive: severe projection hazard. |
| H203 | (Obsolete) Explosive: fire, blast or projection hazard. |
| H204 | Fire or projection hazard. |
| H205 | (Obsolete) May mass explode in fire. |
| H206 | Fire, blast or projection hazard: increased risk of explosion if desensitizing agent is reduced. |
| H207 | Fire or projection hazard; increased risk of explosion if desensitizing agent is reduced. |
| H208 | Fire hazard; increased risk of explosion if desensitizing agent is reduced. |
| H209 | Explosive. |
| H210 | Very explosive. |
| H211 | May be sensitive. |
| H220 | Extremely flammable gas. |
| H221 | Flammable gas. |
| H222 | Extremely flammable aerosol. |
| H223 | Flammable aerosol. |
| H224 | Extremely flammable liquid and vapour. |
| H225 | Highly flammable liquid and vapour. |
| H226 | Flammable liquid and vapour. |
| H227 | Combustible liquid. |
| H228 | Flammable solid. |
| H229 | Pressurized container: may burst if heated. |
| H230 | May react explosively even in the absence of air. |
| H231 | May react explosively even in the absence of air at elevated pressure and/or temperature. |
| H232 | May ignite spontaneously if exposed to air. |
| H240 | Heating may cause an explosion. |
| H241 | Heating may cause a fire or explosion. |
| H242 | Heating may cause a fire. |
| H250 | Catches fire spontaneously if exposed to air. |
| H251 | Self-heating: may catch fire. |
| H252 | Self-heating in large quantities: may catch fire. |
| H260 | In contact with water releases flammable gases which may ignite spontaneously. |
| H261 | In contact with water releases flammable gas. |
| H270 | May cause or intensify fire: oxidizer. |
| H271 | May cause fire or explosion: strong oxidizer. |
| H272 | May intensify fire: oxidizer. |
| H280 | Contains gas under pressure: may explode if heated. |
| H281 | Contains refrigerated gas: may cause cryogenic burns or injury. |
| H282 | Extremely flammable chemical under pressure: May explode if heated. |
| H283 | Flammable chemical under pressure: May explode if heated. |
| H284 | Chemical under pressure: May explode if heated. |
| H290 | May be corrosive to metals. |
| H300 | Fatal if swallowed. |
| H300+H310 | Fatal if swallowed or in contact with skin. |
| H300+H310+H330 | Fatal if swallowed, in contact with skin or if inhaled. |
| H300+H330 | Fatal if swallowed or if inhaled. |
| H301 | Toxic if swallowed. |
| H301+H311 | Toxic if swallowed or in contact with skin. |
| H301+H311+H331 | Toxic if swallowed, in contact with skin or if inhaled. |
| H301+H331 | Toxic if swallowed or if inhaled. |
| H302 | Harmful if swallowed. |
| H302+H312 | Harmful if swallowed or in contact with skin. |
| H302+H312+H332 | Harmful if swallowed, in contact with skin or if inhaled. |
| H302+H332 | Harmful if swallowed or inhaled. |
| H303 | May be harmful if swallowed. |
| H303+H313 | May be harmful if swallowed or in contact with skin. |
| H303+H313+H333 | May be harmful if swallowed, in contact with skin or if inhaled. |
| H303+H333 | May be harmful if swallowed or if inhaled. |
| H304 | May be fatal if swallowed and enters airways. |
| H305 | May be harmful if swallowed and enters airways. |
| H310 | Fatal in contact with skin. |
| H310+H330 | Fatal in contact with skin or if inhaled. |
| H311 | Toxic in contact with skin. |
| H311+H331 | Toxic in contact with skin or if inhaled. |
| H312 | Harmful in contact with skin. |
| H312+H332 | Harmful in contact with skin or if inhaled. |
| H313 | May be harmful in contact with skin. |
| H313+H333 | May be harmful in contact with skin or if inhaled. |
| H314 | Causes severe skin burns and eye damage. |
| H315 | Causes skin irritation. |
| H315+H319 | Causes skin irritation and serious eye irritation. |
| H315+H320 | Causes skin and eye irritation. |
| H316 | Causes mild skin irritation. |
| H317 | May cause an allergic skin reaction. |
| H318 | Causes serious eye damage. |
| H319 | Causes serious eye irritation. |
| H320 | Causes eye irritation. |
| H330 | Fatal if inhaled. |
| H331 | Toxic if inhaled. |
| H332 | Harmful if inhaled. |
| H333 | May be harmful if inhaled. |
| H334 | May cause allergy or asthma symptoms of breathing difficulties if inhaled. |
| H335 | May cause respiratory irritation. |
| H336 | May cause drowsiness or dizziness. |
| H340 | May cause genetic defects. |
| H341 | Suspected of causing genetic defects. |
| H350 | May cause cancer. |
| H350i | May cause cancer by inhalation. |
| H351 | Suspected of causing cancer. |
| H360 | May damage fertility or the unborn child. |
| H360D | May damage the unborn child. |
| H360Df | May damage the unborn child. Suspected of damaging fertility. |
| H360F | May damage fertility. |
| H360FD | May damage fertility. May damage the unborn child. |
| H360Fd | May damage fertility. Suspected of damaging the unborn child. |
| H361 | Suspected of damaging fertility or the unborn child. |
| H361d | Suspected of damaging the unborn child. |
| H361f | Suspected of damaging fertility. |
| H361fd | Suspected of damaging fertility. Suspected of damaging the unborn child. |
| H362 | May cause harm to breast-fed children. |
| H370 | Causes damage to organs. |
| H371 | May cause damage to organs. |
| H372 | Causes damage to organs through prolonged or repeated exposure. |
| H373 | May cause damage to organs through prolonged or repeated exposure. |
| H400 | Very toxic to aquatic life. |
| H401 | Toxic to aquatic life. |
| H402 | Harmful to aquatic life. |
| H410 | Very toxic to aquatic life with long lasting effects. |
| H411 | Toxic to aquatic life with long lasting effects. |
| H412 | Harmful to aquatic life with long lasting effects. |
| H413 | May cause long lasting harmful effects to aquatic life. |
| H420 | Harms public health and the environment by destroying ozone in the upper atmosphere. |
| H421 | Harms public health and the environment by contributing to global warming. |
| H441 | (Obsolete) Very toxic to terrestrial invertebrates. |
| Code | Phrase |
|---|---|
| P101 | If medical advice is needed, have product container or label at hand. |
| P102 | Keep out of reach of children. |
| P103 | Read carefully and follow all instructions. |
| P201 | (Obsolete) Obtain special instructions before use. |
| P202 | (Obsolete) Do not handle until all safety precautions have been read and understood. |
| P203 | Obtain, read and follow all safety instructions before use. |
| P210 | Keep away from heat, hot surfaces, sparks, open flames and other ignition sources. No smoking. |
| P211 | Do not spray on an open flame or other ignition source. |
| P212 | Avoid heating under confinement or reduction of the desensitized agent. |
| P220 | Keep away from clothing and other combustible materials. |
| P221 | (Obsolete) Take any precaution to avoid mixing with combustibles/... |
| P222 | Do not allow contact with air. |
| P223 | Do not allow contact with water. |
| P230 | Keep diluted with ... |
| P231 | Handle and store contents under inert gas/... |
| P231+P232 | Handle and store contents under inert gas/... Protect from moisture. |
| P232 | Protect from moisture. |
| P233 | Keep container tightly closed. |
| P234 | Keep only in original container. |
| P235 | Keep cool. |
| P235+P410 | (Obsolete) Keep cool. Protect from sunlight. |
| P236 | Keep only in original packaging; Division ... in the transport configuration. |
| P240 | Ground and bond container and receiving equipment. |
| P241 | Use explosion-proof [electrical/ventilating/lighting/...] equipment. |
| P242 | Use non-sparking tools. |
| P243 | Take action to prevent static discharges. |
| P244 | Keep valves and fittings free from oil and grease |
| P250 | Do not subject to grinding/shock/friction/... |
| P251 | Do not pierce or burn, even after use. |
| P260 | Do not breathe dust/fume/gas/mist/vapours/spray. |
| P261 | Avoid breathing dust/fume/gas/mist/vapours/spray. |
| P262 | Do not get in eyes, on skin, or on clothing. |
| P263 | Avoid contact during pregnancy and while nursing. |
| P264 | Wash hands [and ...] thoroughly after handling. |
| P264+P265 | Wash hands [and ...] thoroughly after handling. Do not touch eyes. |
| P265 | Do not touch eyes. |
| P270 | Do not eat, drink or smoke when using this product. |
| P271 | Use only outdoors or with adequate ventilation. |
| P272 | Contaminated work clothing should not be allowed out of the workplace. |
| P273 | Avoid release to the environment. |
| P280 | Wear protective gloves/protective clothing/eye protection/face protection/hearing protection/... |
| P281 | (Obsolete) Use personal protective equipment as required. |
| P282 | Wear cold insulating gloves and either face shield or eye protection. |
| P283 | Wear fire resistant or flame-retardant clothing. |
| P284 | In case of inadequate ventilation wear respiratory protection. |
| P285 | (Obsolete) In case of inadequate ventilation wear respiratory protection. |
| P301 | IF SWALLOWED: |
| P301+P310 | (Obsolete) IF SWALLOWED: Immediately call a POISON CENTER or doctor/physician. |
| P301+P310+P330 | (Obsolete) IF SWALLOWED: Immediately call a POISON CENTER or doctor/physician. Rinse mouth. |
| P301+P312 | (Obsolete) IF SWALLOWED: Call a POISON CENTER or doctor/physician if you feel unwell. |
| P301+P312+P330 | (Obsolete) IF SWALLOWED: Call a POISON CENTER or doctor/physician if you feel unwell. Rinse mouth. |
| P301+P316 | IF SWALLOWED: Get emergency medical help immediately. |
| P301+P317 | IF SWALLOWED: IF SWALLOWED: Get medical help. |
| P301+P330+P331 | IF SWALLOWED: Rinse mouth. Do NOT induce vomiting. |
| P302 | IF ON SKIN: |
| P302+P312 | (Obsolete) IF ON SKIN: Call a POISON CENTER or doctor/physician if you feel unwell. |
| P302+P317 | (Obsolete) IF ON SKIN: Get medical help. |
| P302+P334 | IF ON SKIN: Immerse in cool water or wrap in wet bandages. |
| P302+P335+P334 | IF ON SKIN: Brush off loose particles from skin and immerse in cool water [or wrap in wet bandages]. |
| P302+P350 | (Obsolete) IF ON SKIN: Gently wash with soap and water. |
| P302+P352 | IF ON SKIN: Wash with plenty of water/... |
| P302+P352+P312 | (Obsolete) IF ON SKIN: Wash with soap and water. Call a POISON CENTER or doctor/physician if you feel unwell. |
| P302+P361+P354 | IF ON SKIN: Take off immediately all contaminated clothing. Immediately rinse with water for several minutes. |
| P303 | IF ON SKIN (or hair): |
| P303+P361+P353 | IF ON SKIN (or hair): Remove/Take off immediately all contaminated clothing. Rinse skin with water [or shower]. |
| P303+P361+P353+P315 | (Obsolete) IF ON SKIN (or hair): Remove/Take off immediately all contaminated clothing. Rinse skin with water [or shower]. Get immediate medical advice/attention. |
| P304 | IF INHALED: |
| P304+P312 | (Obsolete) IF INHALED: Call a POISON CENTER or doctor/physician if you feel unwell. |
| P304+P317 | (Obsolete) IF INHALED: Get medical help. |
| P304+P340 | IF INHALED: Remove person to fresh air and keep comfortable for breathing. |
| P304+P340+P310 | (Obsolete) IF INHALED: Remove victim to fresh air and keep at rest in a position comfortable for breathing. Immediately call a POISON CENTER or doctor/physician. |
| P304+P340+P311 | (Obsolete) IF INHALED: Remove victim to fresh air and keep at rest in a position comfortable for breathing. Call a POISON CENTER or doctor/physician. |
| P304+P340+P312 | (Obsolete) IF INHALED: Remove victim to fresh air and keep at rest in a position comfortable for breathing. Call a POISON CENTER or doctor/physician if you feel unwell. |
| P304+P340+P315 | (Obsolete) IF INHALED: Remove victim to fresh air and keep at rest in a position comfortable for breathing. Get immediate medical advice/attention. |
| P304+P341 | (Obsolete) IF INHALED: If breathing is difficult, remove victim to fresh air and keep at rest in a position comfortable for breathing. |
| P305 | IF IN EYES: |
| P305+P351+P338 | IF IN EYES: Rinse continuously with water for several minutes. Remove contact lenses, if present and easy to do. Continue rinsing. |
| P305+P351+P338+P310 | (Obsolete) IF IN EYES: Rinse continuously with water for several minutes. Remove contact lenses, if present and easy to do. Continue rinsing. Immediately call a POISON CENTER or doctor/physician. |
| P305+P351+P338+P315 | (Obsolete) IF IN EYES: Rinse cautiously with water for several minutes. Remove contact lenses, if present and easy to do. Continue rinsing. Get immediate medical advice/attention. |
| P305+P354+P338 | IF IN EYES: Immediately rinse with water for several minutes. Remove contact lenses, if present and easy to do. Continue rinsing. |
| P306 | IF ON CLOTHING: |
| P306+P360 | IF ON CLOTHING: Rinse immediately contaminated clothing and skin with plenty of water before removing clothes. |
| P307 | (Obsolete) IF exposed: |
| P307+P311 | (Obsolete) IF exposed: Call a POISON CENTER or doctor/physician. |
| P308 | IF exposed or concerned: |
| P308+P310 | (Obsolete) IF exposed or concerned: Immediately call a POISON CENTER or doctor/physician. |
| P308+P311 | (Obsolete) IF exposed or concerned: Call a POISON CENTER or doctor/physician. |
| P308+P313 | (Obsolete) IF exposed or concerned: Get medical advice/attention. |
| P308+P316 | IF exposed or concerned: Get emergency medical help immediately. |
| P309 | (Obsolete) IF exposed or you feel unwell: |
| P309+P311 | (Obsolete) IF exposed or you feel unwell: Call a POISON CENTER or doctor/physician. |
| P310 | (Obsolete) Immediately call a POISON CENTER or doctor/physician. |
| P311 | (Obsolete) Call a POISON CENTER or doctor/physician. |
| P312 | (Obsolete) Call a POISON CENTER or doctor/physician if you feel unwell. |
| P313 | (Obsolete) Get medical advice/attention. |
| P314 | (Obsolete) Get Medical advice/attention if you feel unwell. |
| P315 | (Obsolete) Get immediate medical advice/attention. |
| P316 | Get emergency medical help immediately. |
| P317 | Get medical help. |
| P318 | If exposed or concerned, get medical advice. |
| P319 | Get medical help if you feel unwell. |
| P320 | Specific treatment is urgent (see information on this label and safety data sheet). |
| P321 | Specific treatment (see information on this label and safety data sheet). |
| P322 | Specific treatment is urgent (see information on the safety data sheet). |
| P323 | Specific treatment (see information on the safety data sheet). |
| P330 | Rinse mouth. |
| P331 | Do NOT induce vomiting. |
| P332 | If skin irritation occurs: |
| P332+P313 | (Obsolete) If skin irritation occurs: Get medical advice/attention. |
| P332+P317 | If skin irritation occurs: Get medical help. |
| P333 | If skin irritation or a rash occurs: |
| P333+P313 | (Obsolete) If skin irritation or a rash occurs: Get medical advice/attention. |
| P333+P317 | If skin irritation or rash occurs: Get medical help. |
| P334 | Immerse in cool water [or wrap in wet bandages]. |
| P335 | Brush off loose particles from skin. |
| P335+P334 | (Obsolete) Brush off loose particles from skin. Immerse in cool water/wrap in wet bandages. |
| P336 | Thaw frosted parts with lukewarm water. Do not rub affected areas. |
| P336+P315 | (Obsolete) Thaw frosted parts with lukewarm water. Do not rub affected area. Get immediate medical advice/attention. |
| P336+P317 | Immediately thaw frosted parts with lukewarm water. Do not rub affected area. Get medical help. |
| P337 | If eye irritation persists: |
| P337+P313 | (Obsolete) If eye irritation persists: Get medical advice/attention. |
| P337+P317 | If eye irritation persists: Get medical help. |
| P338 | Remove contact lenses if present and easy to do. Continue rinsing. |
| P340 | Remove person to fresh air and keep comfortable for breathing. |
| P341 | (Obsolete) If breathing is difficult, remove victim to fresh air and keep at rest in a position comfortable for breathing. |
| P342 | If experiencing respiratory symptoms: |
| P342+P311 | (Obsolete) If experiencing respiratory symptoms: Call a POISON CENTER or doctor/physician. |
| P342+P316 | If experiencing respiratory symptoms: Get emergence medical help immediately. |
| P350 | (Obsolete) Gently wash with soap and water. |
| P351 | Rinse cautiously with water for several minutes. |
| P352 | Wash with plenty of water/... |
| P353 | Rinse skin with water [or shower]. |
| P354 | Immediately rinse with water for several minutes. |
| P360 | Rinse immediately contaminated clothing and skin with plenty of water before removing clothes. |
| P361 | Take off immediately all contaminated clothing. |
| P361+P364 | Take off immediately all contaminated clothing and wash it before reuse. |
| P362 | Take off contaminated clothing. |
| P362+P364 | Take off contaminated clothing and wash it before reuse. |
| P363 | Wash contaminated clothing before reuse. |
| P364 | And wash it before reuse. |
| P370 | In case of fire: |
| P370+P372+P380+P373 | In case of fire: Explosion risk. Evacuate area. DO NOT fight fire when fire reaches explosives. |
| P370+P376 | In case of fire: Stop leak if safe to do so. |
| P370+P378 | In case of fire: Use ... to extinguish. |
| P370+P380 | (Obsolete) In case of fire: Evacuate area. |
| P370+P380+P375 | In case of fire: Evacuate area. Fight fire remotely due to the risk of explosion. |
| P370+P380+P375+P378 | In case of fire: Evacuate area. Fight fire remotely due to the risk of explosion. Use...to extinguish. |
| P371 | In case of major fire and large quantities: |
| P371+P380+P375 | In case of major fire and large quantities: Evacuate area. Fight fire remotely due to the risk of explosion. |
| P372 | Explosion risk. |
| P373 | DO NOT fight fire when fire reaches explosives. |
| P374 | (Obsolete) Fight fire with normal precautions from a reasonable distance. |
| P375 | Fight fire remotely due to the risk of explosion. |
| P376 | Stop leak if safe to do so. |
| P377 | Leaking gas fire: Do not extinguish, unless leak can be stopped safely. |
| P378 | Use ... to extinguish. |
| P380 | Evacuate area. |
| P381 | In case of leakage, eliminate all ignition sources. |
| P390 | Absorb spillage to prevent material damage. |
| P391 | Collect spillage. |
| P401 | Store in accordance with ... |
| P402 | Store in a dry place. |
| P402+P404 | Store in a dry place. Store in a closed container. |
| P403 | Store in a well-ventilated place. |
| P403+P233 | Store in a well-ventilated place. Keep container tightly closed. |
| P403+P235 | Store in a well-ventilated place. Keep cool. |
| P404 | Store in a closed container. |
| P405 | Store locked up. |
| P406 | Store in a corrosion resistant/... container with a resistant inner liner. |
| P407 | Maintain air gap between stacks or pallets. |
| P410 | Protect from sunlight. |
| P410+P403 | Protect from sunlight. Store in a well-ventilated place. |
| P410+P412 | Protect from sunlight. Do not expose to temperatures exceeding 50 ºC/122 ºF. |
| P411 | Store at temperatures not exceeding ... ºC/... ºF. |
| P411+P235 | (Obsolete) Store at temperatures not exceeding ... ºC/... ºF. Keep cool. |
| P412 | Do not expose to temperatures exceeding 50 ºC/122 ºF. |
| P413 | Store bulk masses greater than ... kg/... lbs at temperatures not exceeding ... °C/... °F. |
| P420 | Store separately. |
| P422 | (Obsolete) Store contents under ... |
| P501 | Dispose of contents/container to ... |
| P502 | Refer to manufacturer or supplier for information on recovery or recycling. |
| P503 | Refer to manufacturer/supplier... for information on disposal/recovery/recycling. |
These templates are are currently (as of January, 2026) used to maintain the articles GHS hazard statements and GHS precautionary statements.
Tracking
[change source]- Help/documentation page: Template:GHS phrases
- Category:GHS errors (0)
- Category:GHS warnings (5)
Template data
[change source]TemplateData for GHS phrases
Template Data | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Formats and presents predefined GHS hazard statements.
| |||||||||||||||||||||||||
See also
[change source]Development
[change source]Subtemplates
[change source]- {{GHS phrases/list all}}
- {{GHS phrases/inline}}
- {{GHS phrases/number of phrases}}
- {{GHS phrases/list omit rules}} – documentation
- {{GHS Reference}} – {{Cite web}}
- Source: "Globally Harmonized System of Classification and Labelling of Chemicals (GHS)" (pdf). Geneva: United Nations. 2025. Annex 3: Codification of hazard statements, codification and use of precautionary statements, codification of hazard pictograms and examples of precautionary pictograms (pp. 293–408).
Definition of phrases
[change source]Related developments
[change source]- {{Chembox}} (talk)
- {{Chembox Hazards}}
- Category:Chembox templates (153)
- Category:Chembox tracking categories (3)
- {{GHS phrases}}
| GHSPictograms =
| GHSSignalWord =
| HPhrases = {{HPhrases|}}
| PPhrases = {{PPhrases|}}
| GHS_ref =
| Pictogram | Code | Symbol description | Image link | |
|---|---|---|---|---|
| Template:GHS01 | GHS01 | {{GHS exploding bomb}} | File:GHS-pictogram-explos.svg | Explosive |
| Template:GHS02 | GHS02 | {{GHS flame}} | File:GHS-pictogram-flamme.svg | Flammable |
| Template:GHS03 | GHS03 | {{GHS flame over circle}} | File:GHS-pictogram-rondflam.svg | Oxidizer |
| Template:GHS04 | GHS04 | {{GHS gas cylinder}} | File:GHS-pictogram-bottle.svg | Compressed gas |
| Template:GHS05 | GHS05 | {{GHS corrosion}} | File:GHS-pictogram-acid.svg | Corrosive |
| Template:GHS06 | GHS06 | {{GHS skull and crossbones}} | File:GHS-pictogram-skull.svg | Accute Toxic |
| Template:GHS07 | GHS07 | {{GHS exclamation mark}} | File:GHS-pictogram-exclam.svg | Irritant |
| Template:GHS08 | GHS08 | {{GHS health hazard}} | File:GHS-pictogram-silhouette.svg | Health Hazard |
| Template:GHS09 | GHS09 | {{GHS environment}} | File:GHS-pictogram-pollu.svg | Environment |
References
- 1 2 3 4 "Globally Harmonized System of Classification and Labelling of Chemicals (GHS)" (pdf). Geneva: United Nations. 2025. Annex 3: Codification of hazard statements, codification and use of precautionary statements, codification of hazard pictograms and examples of precautionary pictograms (pp. 293–408).
- ↑ "1-Chloro-4-(2,2,2-trichloro-1-(4-chlorophenyl)ethyl)benzene". pubchem.ncbi.nlm.nih.gov.