Template:Frac/doc

From Wikisource
Jump to navigation Jump to search

Usage[edit]

This template builds common fractions, using a fraction slash. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order.

{{frac|A|B|C}}
A+BC (integer, numerator and denominator)
A<s style="display:none">+</s><small><sup>B</sup>⁄<sub>C</sub></small>
{{frac|A|B}}
AB (numerator and denominator)
<small><sup>A</sup>⁄<sub>B</sub></small>
{{frac|A}}
1A (denominator only)
<small><sup>1</sup>⁄<sub>A</sub></small>

See also[edit]

  • {{frac}}, displays common fractions using a fraction slash, e.g. 160
  • {{mfrac}}, displays common fractions using LaTeX markup, e.g.
  • {{sfrac}} for horizontal fraction line, e.g. 1/60
  • {{sfrac nobar}}, displays common fractions without a fraction line, e.g. 1/60
  • {{dual line}}, displays two lines of text as an inline block
  • {{unifrac}}, displays the Unicode character for a fraction if it exists and otherwise delegates to {{frac}}, e.g. ⅝ but 160
  • {{frac13}}, displays ⅓
  • {{frac23}}, displays ⅔