Extension talk:Chemistry
From MediaWiki.org
[edit] Vietnamese
Here's a localization into Vietnamese, for the ChemFunctions.i18n.php file:
/**
* vi
*/
$wgChemFunctions_Messages['vi'] = array(
'chemicalsources' => 'Nguồn hóa học',
'ChemFunctions_ListPage' => 'Nguồn hóa học',
'ChemFunctions_SearchExplanation' => '',
'ChemFunctions_DataList' => 'Đây là danh sách những website có thể cung cấp thông tin về chất hóa học này:<br /><br />
* <a href="http://webbook.nist.gov/cgi/cbook.cgi?ID=$MIXCASNameFormula&Units=SI">Chất $MIXCASNameFormula tại NIST</a><br />
* <a href="http://ptcl.chem.ox.ac.uk/MSDS/">MSDS tại Đại học Oxford (Anh)</a> (không có bộ tìm kiếm)<br />',
'ChemFunctions_CAS' => 'Số CAS',
'ChemFunctions_EINECS' => 'Einecs',
'ChemFunctions_CHEBI' => 'CHEBI',
'ChemFunctions_PubChem' => 'PubChem',
'ChemFunctions_SMILES' => 'SMILES',
'ChemFunctions_InChI' => 'InChI',
'ChemFunctions_RTECS' => 'RTECS',
'ChemFunctions_KEGG' => 'KEGG',
'ChemFunctions_ATCCode' => 'ATCCode',
'ChemFunctions_DrugBank' => 'DrugBank',
'ChemFunctions_ECNumber' => 'ECNumber',
'ChemFunctions_Formula' => 'Công thức',
'ChemFunctions_Name' => 'Tên IUPAC',
'ChemFunctions_ChemFormInputError' => 'Chemform: lỗi nhập!'
);
– Minh Nguyễn (talk, contribs) 08:00, 14 November 2006 (UTC)
[edit] Czech
Here's a localization into Czech, for the ChemFunctions.i18n.php file:
/**
* Čeština (Czech) - cs
* @author Matěj Grabovský
*/
$messages['cs'] = array(
'chemicalsources' => 'Chemické zdroje',
'chemFunctions_ListPage' => 'Chemické zdroje',
'chemFunctions_SearchExplanation' => '',
'chemFunctions_DataList' => 'Níže je seznam odkazů na stránky, které vám mohou poskytnout informace o chemické látce, kterou hledáte.<br /><br />
* <a href="http://webbook.nist.gov/cgi/cbook.cgi?ID=$MIXCASNameFormula&Units=SI">Compound $MIXCASNameFormula at NIST</a><br />
* <a href="http://ptcl.chem.ox.ac.uk/MSDS/">MSDS at the Oxford University (UK) (not searchable)</a><br />',
'chemFunctions_CAS' => 'CAS číslo',
'chemFunctions_EINECS' => 'EINECS',
'chemFunctions_CHEBI' => 'ChEBI',
'chemFunctions_PubChem' => 'PubChem',
'chemFunctions_SMILES' => 'SMILES',
'chemFunctions_InChI' => 'InChI (Mezinárodní chemický identifikátor)',
'chemFunctions_RTECS' => 'RTECS',
'chemFunctions_KEGG' => 'KEGG',
'chemFunctions_ATCCode' => 'ATCCode',
'chemFunctions_DrugBank' => 'DrugBank',
'chemFunctions_ECNumber' => 'ECNumber',
'chemFunctions_Formula' => 'Formule',
'chemFunctions_Name' => 'Název IUPAC',
'chemFunctions_ChemFormInputError' => 'Chemform: Chyba zápisu!'
);
--Matěj Grabovský |contribs|talk| 13:08, 28 January 2008 (UTC)
[edit] Full equation
Could you add full support for equations? For example, <chemform>2H2 + O2 --> 2H2O</chemform> The numbers on the left of a formula shouldn't be superscripted, and "-->" and "<-->" should become normal and reversible reaction arrows respectively. I would like to propose this extension for Wikipedia. Thanks, Manishearth 04:49, 28 March 2010 (UTC)
- Oi, I have not been working on this for a very long time. I'll have a look if I can do something about it one of these days. Thanks for the request! --Beetstra 07:36, 29 March 2010 (UTC)