ผลต่างระหว่างรุ่นของ "แม่แบบ:เคมี/doc"

จากวิกิพีเดีย สารานุกรมเสรี
เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
Thewhitechess (คุย | ส่วนร่วม)
remove dead catagory
Tony Patt (คุย | ส่วนร่วม)
แปลภาษา
บรรทัด 1: บรรทัด 1:
<br clear="all">
<br clear="all">


==วิธีใช้แม่แบบ==
==Template instructions==

This template, {{Tl|chem}}, serves to simplify the writing of chemical formulae. For example,


แม่แบบนี้ "{{Tl|chem}}" ทำให้การเขียนสูตรทางเคมีได้ง่ายขึ้น ตัวอย่างเช่น
<pre>
<pre>

{{chem|H|2|O}}
{{chem|H|2|O}}

</pre>
</pre>
จะได้:

will yield:

: {{chem|H|2|O}}
: {{chem|H|2|O}}


===ใช้เป็นดัชนีล่างของนิพจน์พีชคณิต===


นิพจน์พีชคณิตที่ถูกแสดงเป็นดัชนีล่าง (แต่ห้ามมีตัวอักษรตัวพิมพ์ใหญ่)

===Algebraic expression as subscript===

Algebraic expressions are rendered as subscripts (but must not contain upper case letters).

<pre>
<pre>

{{chem|C|''n''|H|2''n''&amp;nbsp;+&amp;nbsp;2}}
{{chem|C|''n''|H|2''n''&amp;nbsp;+&amp;nbsp;2}}

</pre>
</pre>
จะได้

gives

: {{chem|C|''n''|H|2''n''&nbsp;+&nbsp;2}}
: {{chem|C|''n''|H|2''n''&nbsp;+&nbsp;2}}




===Charge===
===Charge===

รุ่นแก้ไขเมื่อ 07:58, 2 ธันวาคม 2555


วิธีใช้แม่แบบ

แม่แบบนี้ "{{chem}}" ทำให้การเขียนสูตรทางเคมีได้ง่ายขึ้น ตัวอย่างเช่น

{{chem|H|2|O}}

จะได้:

H
2
O

ใช้เป็นดัชนีล่างของนิพจน์พีชคณิต

นิพจน์พีชคณิตที่ถูกแสดงเป็นดัชนีล่าง (แต่ห้ามมีตัวอักษรตัวพิมพ์ใหญ่)

{{chem|C|''n''|H|2''n''&nbsp;+&nbsp;2}}

จะได้

C
n
H
2n + 2

Charge

Ion charge superscripts (for: +/-) are also supported:


{{chem|H|3|O|+}}

yields a "+" as superscript:

H
3
O+


Simultaneous subscripts/superscripts are automatically handled (use a hyphen for the minus sign):


{{chem|SO|4|2-}}

gives "2-" as superscript:

SO2−
4
Note
The hyphen is converted to a true minus sign.


Atomic number and mass number

The first parameter can be used for mass number.


{{chem|4|He}}

gives:

4
He


The first two parameters can be used for mass number and atomic number.


{{chem|4|2|He}}

gives:

4
2
He


Note
Only the first two parameters can handle two consecutive plain numbers (i.e. without a plus sign or a hyphen (+ or -) following). Otherwise the template will loop.


Linking

The optional parameter link changes the formula into a link. For example:


{{chem|link=water|H|2|O}}

will yield:

H
2
O


For linking individual elements can be linked in the following manner.


{{chem|[[Hydrogen|H]]|2|[[Oxygen|O]]}} 

gives

H
2
O


Notes

  • To include "=" in the formula, use &#61; For example, {{chem|CH|2|&#61;CH|2}} yields CH
    2
    =CH
    2
    .
    • Or, {{chem|CH|2}}={{chem|CH|2}}, which yields CH
      2
      =CH
      2
      .
    • Or, don't use this template. For example, CH<sub>2</sub>=CH<sub>2</sub> yields CH2=CH2.
  • To include "≡" in the formula, use "&#8801;" For example, "{{chem|HC&#8801;CH}}" yields HC≡CH.
  • The template accepts up to twenty-four parameters in addition to link.
  • This template uses {{su}}.