Templat ini mungkin cocok untuk dikonversi untuk digunakan oleh {{Infobox}} sebagai dasar.
Ini adalah sebuah subhalamandokumentasi untuk Templat:Chembox. Templat ini berisi informasi penggunaan, kategori dan konten lainnya yang bukan merupakan bagian dari templat halaman.
Template {{Chembox}} is an infobox for chemicals. It has a large number of options to add relevant data and images. The infobox is organized in sections like "identifiers" and "hazards".
The Chembox has a modular design. After the general information like the chemical name and images, it can be built from multiple sections, each covering a group of information (like "pharmacology"). Depending on the compound, sections can be added or left out, and within a section parameters can be added or omitted (left blank).
The sections and their parameters are listed below.
Within the general chembox template (with its own parameters like |ImageFile= and |IUPACName=), each section is added with this pattern (as the value of a parameter |Sectionx=.
{{Chembox
| ImageFile =
| IUPACName =
<!-- more general Chembox parameters here -->
| Section1 = {{Chembox Identifiers
| CASNo =
| PubChem =
<!-- more Identifier parameters here -->
}}
}}
In this format, spaces and new lines have no meaning and can be used freely to separate sections (though within a data value, a space has a meaning, except generally leading and trailing spaces).
Each section has its own number in |Section#=. Then a section is defined with "|Section# = {{Chembox " and ends with "}}". Sections cannot 'nest': one must close one section with }} before adding another |Section#= {{Chembox ....
Keep in mind the advice in the main Infobox documentation to use the {{Unbulleted list}} template to present multiple values for a parameter so as to ensure that the values are each started on a new line and tagged appropriately in the underlying markup. This is particularly important with parameters like |OtherNames=, since many names use commas within them, and using commas as separators leads to ambiguity. For example:
Reference, use <ref>...</ref> and add to the page
Title (default: article name)
IUPAC name
The prefered name
The systematic name(s)
Any other name(s)
.
.
.
.
.
A non-default data page name (default, eg for ammonia: "[[Ammonia (data page)]]")
Like filename.svg (not [[file:filename.svg]])
Picture width (default=220px; example: ImageSize=100px)
Alt text for picture (example: Fine dry white powder)
Image link title
Picture caption (example: Oxygen in liquid form)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
{{Chembox Identifiers}}
Any abbreviations
CAS Number, links to eMolecules
ChEBI, links to EBI
EINECS, links to ecb; URL is http://ecb.jrc.it/esis/index.php?GENRE=ECNO&ENTREE=
EINECS, links to ecb, different URL http://ecb.jrc.it/esis/index.php?GENRE=CASNO&ENTREE=
InChI, no link
KEGG, links to genome.ad.jp
Medical Subject Headings, links to NIH
PubChem, links to pubchem
RTECS, no link
SMILES, no link
{{Chembox Properties}}: physical properties
Atmospheric OH rate constant
Its appearance
Boiling point description; optional. E.g. "Decomposes at"
Temperature, number only. Can be a range: '100 to 200'
Notes on boiling point
Density, including unit
The molecular formula
Henry's law constant (kH)
Partition coefficient
Molecular weight, including unit
Melting point description; optional. E.g. "Decomposes at"
Temperature, number only. Can be a range: '100 to 200'
Notes on melting point
pKa
pKb
Solubility in water
Solubility in other solvents, goes together with next
In which solvent it is soluble
Vapor pressure
{{Chembox Structure}}: crystal structure
Coordination
Crystal structure
Molecular shape
{{Chembox Thermochemistry}}
Delta Gf
Delta Hc
Delta Hf
Entropy
Heat capacity
{{Chembox Explosive}}Shock sensitivityFriction sensitivityExplosive velocityRelative effectiveness factor{{Chembox Pharmacology}}: drug data
ATCvet=yes if the next two parameters define an ATCvet code
ATCCode prefix (first three characters, omit the leading Q for ATCvet codes), internal link
ATCCode suffix (last 4 characters), full ATC links to WHO C.C.
Other ATC codes (use the {{ATC}} and/or {{ATCvet}} templates)
Admin Routes
Bioavailability
Excretion
Half Life
Metabolism
Legal status
Legal status in AU
Legal status in CA
Legal status in NZ
Legal status in US
Legal status in UK
Legal status in EU
Legal status in UN
Pregnancy Category
Pregnancy Category in AU
Pregnancy Category in US
Protein Bound
{{Chembox Hazards}}
Autoignition temperature
Explosion limits
Flash point
LD50
LC50
Main hazards
NFPA-F: Fire hazard 0–4 (red)
NFPA-H: Health hazard 0–4 (blue)
NFPA-R: Reactivity hazard 0–4 (yellow)
NFPA-S: Special hazards (aka Other; white): W, OX, COR, ALK, ACID, CRYO, RA
PEL
URL for Safety data sheet
HPhrases: use the {{H-phrases}} template for this
PPhrases: use the {{P-phrases}} template for this
{{Chembox Related}}: related substances
Other anions
Other cations
Other compounds with a given function
The given function Other compounds: adds a chemical 'see also' section
When the chembox has multiple substances, you can use the index. Make sure that |CASNo3= and |SMILES3= are about the same substance, and |CASNo3= and |SMILES2= are not. Treat index "0" the same way:
See these subsections for their parameter options.
The order of these sections in the infobox is set by the section number (|Section#=) only. Not by the typed sequence. This documentation keeps this arbitrary order:
Image parameters for an image (example: File1). All are optional.
Chembox/doc
A caption shows here
{{Chembox
| ImageFile1 = Furfural.svg
| ImageAlt1 = Skeleton formula of a ring of four carbons and one oxygen, with a carbon-oxygen attached to a carbon next to an oxygen
| ImageName1 =
| ImageCaption1 = A caption shows here
| ImageSize1 =
| ImageFile1_Ref =ref
}}
Adding two images:
Chembox/doc
{{Chembox
| ImageFile = Furfural.svg
| ImageAlt = Skeleton formula of a ring of four carbons and one oxygen, with a carbon-oxygen attached to a carbon next to an oxygen
| ImageFile1 = Furfural-3D-vdW.png
| ImageAlt1 = 3D filled-sphere model of the same molecule
}}
This gives two images, each image on his own row (note, ImageFile is the first image, ImageFile1 is the second).
Adding two images, side by side (L1 and R1):
Chembox/doc
{{Chembox
| ImageFileL1 = Furfural.svg
| ImageAltL1 = Skeleton formula of a ring of four carbons and one oxygen, with a carbon-oxygen attached to a carbon next to an oxygen
| ImageFileR1 = Furfural-3D-vdW.png
| ImageAltR1 = 3D filled-sphere model of the same molecule
}}
This gives one row with two images. Note that ImageFile is now not supplied.
{{Chembox
| ImageFileL1 = Furfural.svg
| ImageAltL1 = Skeleton formula of a ring of four carbons and one oxygen, with a carbon-oxygen attached to a carbon next to an oxygen
| ImageFileR1 = Furfural-3D-vdW.png
| ImageSizeR1 =
| ImageAltR1 = 3D filled-sphere model of the same molecule
| ImageFile2 = Water droplet blue bg05.jpg
| ImageAlt2 = Water droplet erupting from the center of a concentric ring of ripples, evidently in response to a drop landing in the water just before
| IUPACName = example
}}
This gives one row with two images, and one row with one image.
Judul kotak info (Judul halaman adalah default)
Nama IUPAC
Penggunaan -s membuat judul bagian tersebut jamak
Nama IUPAC yang disarankan
Nama IUPAC sistematis
Daftar seluruh nama lainnya
Template {{Chembox}} is an infobox for chemicals. It has a large number of options to add relevant data and images. The Chembox has a modular design. After the general information like the chemical name and images, it can be built from multiple sections, each covering a group of information (like "pharmacology"). Depending on the compound, sections can be added or left out, and within a section parameters can be added or omitted (left blank). Please see this template's page for full documentation.
Parameter templat
Templat ini lebih menyukai format parameter dalam blok.
Parameter
Keterangan
Jenis
Status
Width
width
The overall width of the box; the default is normally fine. Using the unit "em" helps the box scale for different font sizes.
Baku
22 em
Contoh
22 em
Tak dikenal
opsional
Custom CSS
style
Any additional CSS to apply to the box; see the width parameter to set the width.
Tak dikenal
opsional
Name
Name
Compound name for the chembox's title. Defaults to the page title.
Baku
Page title.
Contoh
Ethanoic acid
Kata
disarankan
Title reference
Reference
A reference to be shown in the title. Use <ref> tags or equivalent, such as {{cite book}}.
Isi
opsional
Title reference (2)
Chembox_ref
Equivalent to the title reference parameter; appears second if both are provided.
Tak dikenal
opsional
Image file (top row, full width)
ImageFile
An image file to display; omit "File:".
Berkas
disarankan
Image file (second row; full width)
ImageFile1
An image file to display; omit "File:".
Berkas
opsional
Image file (third row, left half)
ImageFileL1
An image file to display; omit "File:".
Berkas
opsional
Image file (third row, right half)
ImageFileR1
An image file to display; omit "File:".
Berkas
opsional
Image file (fourth row, full width)
ImageFile2
An image file to display; omit "File:".
Berkas
opsional
Image file (fifth row, right half)
ImageFileR2
An image file to display; omit "File:".
Berkas
opsional
Image file (fifth row, left half)
ImageFileL2
An image file to display; omit "File:".
Berkas
opsional
Image file (sixth row; full width)
ImageFile3
An image file to display; omit "File:".
Berkas
opsional
Image file (seventh row, left half)
ImageFileL3
An image file to display; omit "File:".
Berkas
opsional
Image file (seventh row, right half)
ImageFileR3
An image file to display; omit "File:".
Berkas
opsional
Image name (first row, full width)
ImageName
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (first row, full width)
ImageSize
Image width in pixels, with px suffix.
Baku
220px
Contoh
200px
Kata
opsional
Image alt text (first row, full width)
ImageAlt
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (first row, full width)
ImageCaption
Caption displayed below the image.
Isi
opsional
Image reference (first row, full width)
ImageFile_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (second row, full width)
ImageName1
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (second row, full width)
ImageSize1
Image width in pixels, with px suffix.
Baku
220px
Contoh
200px
Kata
opsional
Image alt text (second row, full width)
ImageAlt1
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (second row, full width)
ImageCaption1
Caption displayed below the image.
Isi
opsional
Image reference (second row, full width)
ImageFile1_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (third row, left half)
ImageNameL1
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (third row, left half)
ImageSizeL1
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (third row, left half)
ImageAltL1
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (third row, left half)
ImageCaptionL1
Caption displayed below the image.
Isi
opsional
Image reference (third row, left half)
ImageFileL1_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (third row, right half)
ImageNameR1
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (third row, right half)
ImageSizeR1
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (third row, right half)
ImageAltR1
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (third row, right half)
ImageCaptionR1
Caption displayed below the image.
Isi
opsional
Image reference (third row, right half)
ImageFileR1_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image caption (third row, left and right halves)
ImageCaptionLR1
Image caption for both halves of row 3.
Isi
opsional
Image name (fourth row, full width)
ImageName2
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (fourth row, full width)
ImageSize2
Image width in pixels, with px suffix.
Baku
220px
Contoh
200px
Kata
opsional
Image alt text (fourth row, full width)
ImageAlt2
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (fourth row, full width)
ImageCaption2
Caption displayed below the image.
Isi
opsional
Image reference (fourth row, full width)
ImageFile2_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (fifth row, left half)
ImageNameL2
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (fifth row, left half)
ImageSizeL2
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (fifth row, left half)
ImageAltL2
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (fifth row, left half)
ImageCaptionL2
Caption displayed below the image.
Isi
opsional
Image reference (fifth row, left half)
ImageFileL2_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (fifth row, right half)
ImageNameR2
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (fifth row, right half)
ImageSizeR2
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (fifth row, right half)
ImageAltR2
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (fifth row, right half)
ImageCaptionR2
Caption displayed below the image.
Isi
opsional
Image reference (fifth row, right half)
ImageFileR2_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image caption (fifth row, left and right halves)
ImageCaptionLR2
Image caption for both halves of row 5.
Isi
opsional
Image name (sixth row, full width)
ImageName3
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (sixth row, full width)
ImageSize3
Image width in pixels, with px suffix.
Baku
220px
Contoh
200px
Kata
opsional
Image alt text (sixth row, full width)
ImageAlt3
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (sixth row, full width)
ImageCaption3
Caption displayed below the image.
Isi
opsional
Image reference (sixth row, full width)
ImageFile3_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (seventh row, left half)
ImageNameL3
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (seventh row, left half)
ImageSizeL3
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (seventh row, left half)
ImageAltL3
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (seventh row, left half)
ImageCaptionL3
Caption displayed below the image.
Isi
opsional
Image reference (seventh row, left half)
ImageFileL3_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image name (seventh row, right half)
ImageNameR3
If set, this is the title of the image; it appears if you hover over it.
Kata
opsional
Image size (seventh row, right half)
ImageSizeR3
Image width in pixels, with px suffix.
Baku
110px
Contoh
200px
Kata
opsional
Image alt text (seventh row, right half)
ImageAltR3
The text description read out to users who cannot see the image.
Kata
opsional
Image caption (seventh row, right half)
ImageCaptionR3
Caption displayed below the image.
Isi
opsional
Image reference (seventh row, right half)
ImageFileR3_Ref
A reference for this image. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Image caption (seventh row, left and right halves)
ImageCaptionLR3
Image caption for both halves of row 7
Isi
opsional
Image caption (all)
ImageCaptionAll
An overall image caption.
Isi
opsional
Other names
OtherNames
A list of other names. Using the {{Unbulleted list}} template is recommended, as separating names with commas can be ambiguous.
Contoh
{{Unbulleted list|Ethanoic acid|Acetic acid}}
Isi
disarankan
IUPAC name
IUPACName
For a single name. Use IUPAC names for a plural.
Isi
disarankan
IUPAC names
IUPACNames
For multiple names. Use IUPAC name for the singular.
Isi
opsional
Preferred IUPAC name
PIN
tidak ada keterangan
Isi
opsional
Systematic IUPAC name
SystematicName
tidak ada keterangan
Isi
disarankan
Names reference
Names_ref
A reference for the names. Use <ref> tags or equivalent such as {{cite book}}.
Isi
opsional
Pronunciation
pronounce
tidak ada keterangan
Isi
opsional
Section 1
Section1
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 2
Section2
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 3
Section3
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 4
Section4
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 5
Section5
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 6
Section6
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
disarankan
Section 7
Section7
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
opsional
Section 8
Section8
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
Isi
opsional
Section 9
Section9
A section sub-template with more information. One of {{Chembox Identifiers}}, {{Chembox Properties}}, {{Chembox Structure}}, {{Chembox Thermochemistry}}, {{Chembox Explosive}}, {{Chembox Pharmacology}}, {{Chembox Hazards}}, or {{Chembox Related}}.
{{Chembox Identifiers}}
------
CAS registry number, links to http://www.commonchemistry.org/
CAS registry number comment
Other CAS RN (unformatted)
------
ChEBI, links to http://www.ebi.ac.uk/chebi/
------
CHeMBL
------
ChemSpider ID, links to http://www.chemspider.com/
ChemSpider ID comment
ChemSpider ID verified? If yes, type: {{chemspidercite}}
Other ChemSpider ID
------
DrugBank
comment
Other DrugBank
------
IUPHAR/BPS
comment
Other IUPHAR
------
KEGG entry, links to http://www.genome.jp/kegg/
------
PubChem compound ID, links to https://pubchem.ncbi.nlm.nih.gov/
PubChem compound ID comment
Other PubChem compound ID
------
SMILES
SMILES comment
Other SMILES
------
StdInChI
StdInChI comment
StdInChI Key
StdInChI Key comment
------
InChI
InChI comment
Other InChI
InChI Key
InChI Key comment
Other InChI Key
------
UNII: Unique Ingredient Identifier, by FDA
UNII comment
Other UNII
------
3DMET entry, links to http://www.3dmet.dna.affrc.go.jp/
Abbreviations
Beilstein reference
EC_number (aka EINECS)
E number (food additive code)
Gmelin ID
UN number
MeSH heading, links to https://www.nlm.nih.gov/mesh/
RTECS number
{{Chembox Hazards}} - complete list
link to (data page)#Safety data sheet
link to an external Material safety data sheet (MSDS)
Danger pictograms according to GHS
GHS Signal Word - See Category:GHS templates
GHS Hazard statements
GHS Precautionnary statements
Risk phrases (EU system)
Safety phrases (EU system)
Flammability by NFPA 704, red. See {{NFPA 704 diamond}} documentation
Health, blue. Health hazard code (0–4 or -)
Reactivity, yellow. Reactivity hazard code (0–4 or -)
Special hazards, white. Other hazard codes (like W, OX, RA, -. See list)
Reference for the NFPA fire diamond
Flash point, any text
Temperature, number in C. Can be a range: '50 to 60'. Also _PtF, _PtK. (see: temperatures)
Autoignition point, any text
Temperature, number in C. Can be a range: '50 to 60'. Also _PtF, _PtK. (see: temperatures)
PEL
Threshold Limit Value
Threshold Limit Value: Time Weighted Average
Threshold Limit Value: Short Time Exposure Limit
Lethal dose for half a population either by oral, dermal or intravenous
{{Chembox Footer}} - (Chembox internal only; parameters entered in main {{Chembox}})
Set lefthand text column width (default is 40%; see also 'width=' option in {{Chembox}})
Set '=no' will hide the standard state notice
Allows a general note in the bottom box
Set '=no' will hide the infobox reference notice
Bot maintained
Do not edit, add or remove these fields
{{Chembox Properties}} - all temperature parameters
Teks apapun untuk nilai titik lebur
Suhu, hanya angka. Dapat berupa rentang: '100 sampai 200'
Referensi (selalu ditayangkan, langsung setelah perhitungan atau 'teks apapun')
Catatan (selalu ditayangkan terakhir; dapat menyertakan referensi)
Bilangan, jika dalam Fahrenheit
Bilangan, jika dalam Kelvin
Teks apapun untuk nilai titik didih
Suhu, hanya angka. Dapat berupa rentang: '100 sampai 200'
Referensi (selalu ditayangkan, langsung setelah perhitungan atau 'teks apapun')
Catatan (selalu ditayangkan terakhir; dapat menyertakan referensi)
dalam Fahrenheit
dalam Kelvin
MeltingPtPrefix is deprecated. Use |MeltingPt= for prefixes.
MeltingPtCH is deprecated. To add a range: |MeltingPtC=50 to 70
BoilingPtPrefix is deprecated. Use |BoilingPt= for prefixes.
BoilingPtCH is deprecated. To add a range: |BoilingPtC=50 to 70
{{Chembox Hazards}} - all temperature parameters
Teks apapun untuk nilai titik nyala.
Suhu, hanya angka. Dapat berupa rentang: '100 sampai 200'
Referensi (selalu ditayangkan, langsung setelah perhitungan atau 'teks apapun')
Catatan (selalu ditayangkan terakhir; dapat menyertakan referensi)
Bilangan, dalam Fahrenheit
Bilangan, dalam Kelvin
Teks apapun untuk nilai suhu penyalaan sendiri
Suhu, hanya angka. Dapat berupa rentang: '100 sampai 200'
Referensi (selalu ditayangkan, langsung setelah perhitungan atau 'teks apapun')
Catatan (selalu ditayangkan terakhir; dapat menyertakan referensi)
Bilangan, dalam Fahrenheit
Bilangan, dalam Kelvin
FlashPtPrefix dideprekasi. Gunakan |FlashPt= untuk awalan.
FlashPtCH dideprekasi. Untuk menambah rentang: |FlashPtC=50 to 70
AutoignitionPtPrefix dideprekasi. Use |AutoignitionPt= untuk awalan.
AutoignitionPtCH dideprekasi. Untuk menambah rentang: |AutoignitionPtC=50 to 70