chem plugin by Ikuo Obataya
Format a molecular formula
Last updated on 2007-10-23. Provides Syntax.
Compatible with DokuWiki 2006/11/06 or later.
Details and Download page
| ZIP file |
|---|
| chem.zip (1KB) |
This DokuWiki plugin formats a molecular formula by using ‘chem’ tag.
C2H5O2-Na+
Without this plugin, you have to write a code for chemical expression with lengthy and messy code like this.
C<sub>2</sub>H<sub>5</sub>O<sub>2</sub><sup>-</sup>Na<sup>+</sup>
The chem plugin will help you with shorter expression like this.
<chem>C2H5O2-Na+</chem>
C2H6
<chem>C2H6</chem>
Na2HPO4 12H2O
<chem>Na2HPO4 12H2O</chem>
C2H5O2-Na+
<chem>C2H5O2|-Na+</chem> // | is a splitter.
Cl2H6N2Pt2+
<chem>Cl2H6N2Pt2+</chem>
Al2(SO4)3
<chem>Al2(SO4)3</chem>