Jump to content

Module:GHS phrases/data

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DePiep (talk | contribs) at 15:32, 17 November 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

  1. ^ a b "Globally Harmonized System of Classification and Labelling of Chemicals" (pdf). 2021. Annex 3: Codification of Statements and Pictograms (pp 268–385).
local Hphrases = {
['H123'] = 'ott',
['H456'] = 'ffsx',
['H123'] = 'ott',
['H456'] = 'ffsx'
}

local Pphrases = {
['P123'] = 'ott',
['P456'] = 'ffsx',
['P123'] = 'ott',
['P456'] = 'ffsx'

}

return {
Hphrases = Hphrases,
Pphrases = Pphrases
}