Difference between revisions of "Template:Frac/doc"
Jump to navigation
Jump to search
(Proper use of expr[ession] template.) |
(Added category.) |
||
Line 1: | Line 1: | ||
Creates simple inline fractions like this one: {{ {{BASEPAGENAME}}}}. There is no awareness of where the line is, so if the top or the bottom of the fraction is too tall, vertical centering will be wrong: | Creates simple inline fractions like this one: {{ {{BASEPAGENAME}}}}. There is no awareness of where the line is, so if the top or the bottom of the fraction is too tall, vertical centering will be wrong: | ||
<samp style="display:block;text-align:center">− {{ {{BASEPAGENAME}}|<var>numerator</var>|{{expr|<var>denominator − {{expr|{{ {{BASEPAGENAME}}|<var>numerator</var>|<var>denominator</var>}}}}}}}}, − {{ {{BASEPAGENAME}}|{{expr|<var>numerator</var> + {{expr|{{ {{BASEPAGENAME}}|<var>numerator|<var>denominator</var>}}</var>|<var>denominator}}}}}}</samp> | <samp style="display:block;text-align:center">− {{ {{BASEPAGENAME}}|<var>numerator</var>|{{expr|<var>denominator − {{expr|{{ {{BASEPAGENAME}}|<var>numerator</var>|<var>denominator</var>}}}}}}}}, − {{ {{BASEPAGENAME}}|{{expr|<var>numerator</var> + {{expr|{{ {{BASEPAGENAME}}|<var>numerator|<var>denominator</var>}}</var>|<var>denominator}}}}}}</samp> | ||
+ | |||
+ | {{Category:Math}} |
Revision as of 05:30, 17 September 2021
Creates simple inline fractions like this one: numeratordenominator. There is no awareness of where the line is, so if the top or the bottom of the fraction is too tall, vertical centering will be wrong: − numeratornumeratordenominator denominator − , − numeratordenominator numerator + denominator
This category contains templates that can be used to create mathematical formulas and equations. Their purpose is to provide a workaround for the missing support of LaTeX and MathML, using only HTML and CSS.