Difference between revisions of "Template:Frac/doc"

From Zero-K
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by the same user not shown)
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">&minus; {{ {{BASEPAGENAME}}|<var>numerator</var>|<var>denominator &minus; {{ {{BASEPAGENAME}}|<var>numerator</var>|<var>denominator</var>}}}}, &minus; {{ {{BASEPAGENAME}}|<var>numerator</var> + {{ {{BASEPAGENAME}}|<var>numerator|<var>denominator</var>}}</var>|<var>denominator}}</samp>
+
<samp style="display:block;text-align:center">&minus; {{ {{BASEPAGENAME}}|<var>numerator</var>|{{expr|<var>denominator &minus; {{expr|{{ {{BASEPAGENAME}}|<var>numerator</var>|<var>denominator</var>}}}}}}}}, &minus; {{ {{BASEPAGENAME}}|{{expr|<var>numerator</var> + {{expr|{{ {{BASEPAGENAME}}|<var>numerator|<var>denominator</var>}}</var>|<var>denominator}}}}}}</samp>
 +
 
 +
<includeonly>[[Category:Math]]</includeonly>

Latest revision as of 07:00, 17 September 2021

Creates simple inline fractions like this one: numerator ÷ denominator. 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: numerator ÷ (denominator − (numerator ÷ denominator)), − (numerator + (numerator ÷ denominator)) ÷ denominator