Template:DentalFormula/doc
This is a documentation subpage for Template:DentalFormula. It contains usage information, categories and other content that is not part of the original template page. |
Usage[edit source]
This template is used to display dental formulae of heterodont animals for inline use.
Parameters[edit source]
{{DentalFormula |upper= |lower= |total= }} |
|
Examples[edit source]
Permanent dentition[edit source]
To display a normal, permanent dentition and nothing more, provide both upper and lower parameters. These are usually formatted with numbers separated by periods (".") in the order Incisors.Canines.Premolars.Molars, counting from the midline of the face to the back (thus providing only half the number of teeth on both the upper and lower jaw).
{{DentalFormula|upper=2.1.3.3|lower=2.1.3.3}}
This yields: 2.1.3.32.1.3.3
Deciduous dentition[edit source]
To display a normal, deciduous dentition (a.k.a. "milk teeth") and nothing more, provide both upper and lower parameters in the same format as the permanent dentition example above. However, molars are usually absent in the deciduous dentition, so only provide Incisors.Canines.Premolars.
{{DentalFormula|upper=2.1.3|lower=2.1.3}}
This yields: 2.1.32.1.3
Dentition with tooth count[edit source]
To display the dentition (permanent or deciduous) along with the tooth count, additionally provide the total parameter, an integer that equals the total number of teeth in the mouth (upper count plus lower count times two).
{{DentalFormula|upper=2.1.3.3|lower=2.1.3.3|total=36}}
This yields: 2.1.3.32.1.3.3 × 2 = 36
History[edit source]
This template initially relied on <math> tag and alt=
text, but since April 2013 it uses a modified version of {{sfrac}} HTML code.
See also[edit source]
External links[edit source]
- Template:DentalFormula/doc at Wikipedia, the free Terran encyclopedia that anyone can edit.