Template:InChI/doc

From Wikipedia, the free encyclopedia

See also: Wikipedia:InChI

[edit] Usage

Add the following wikitext to the bottom of the page, and replace the field InChI= with the International Chemical Identifier for the compound.

<!-- Metadata: see [[Wikipedia:InChI]] --->
{{InChI
|InChI=
|InChIKey=
|CASRN=
|PIN=
}}

[edit] Usage on other projects

For this template to work on other projects, the following code needs to be inserted into the local copy of MediaWiki:Common.css:

/* InChI */
table.InChI {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
.InChI-label {
    color: #aaa;
}