Template:Sfrac: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span class="sfrac nowrap"{{#if:{{{3|}}}|>{{{1}}}<span style="display:none;"> </span><span}} <!-- -->style="display:inline-block; vertical-align:-0.5em; font-size:85%; t...") |
mNo edit summary |
||
Line 9: | Line 9: | ||
<!-- PLEASE ADD CATEGORIES & INTERWIKIS TO /doc SUBPAGE - NOT HERE.--> | <!-- PLEASE ADD CATEGORIES & INTERWIKIS TO /doc SUBPAGE - NOT HERE.--> | ||
</noinclude> | </noinclude> | ||
[[Category:Templates]] |
Latest revision as of 21:35, 14 December 2012
1{{{1}}}
[edit] Template documentation
This template builds an alternative form of common fractions. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order. Please do not substitute it.
{{sfrac|A|B|C}}
- ABC (integer, numerator and denominator)
{{sfrac|A|B}}
- AB (numerator and denominator)
{{sfrac|A}}
- 1A (denominator only)
Examples[edit source]
12 13 23 14 34 15 25 35 45 16 56 17 27 37 47 57 67 18 38 58 78 116 316 516 716 916 1116 1316 1516
Code[edit source]
<span class="sfrac nowrap"{{#if:{{{3|}}}
|>{{{1}}}<span style="display:none;"> </span><span
}} style="display:inline-block; vertical-align:-0.5em; font-size:85%; text-align:center;">
<span style="display:block; line-height:1em; padding:0 0.1em;">{{#if:{{{3|}}}
|{{{2}}}
|{{#if:{{{2|}}}
|{{{1}}}
|1
}}
}}</span>
<span style="display:none;">/</span>
<span style="display:block; line-height:1em; padding:0 0.1em; border-top:1px solid;">
{{{3|{{{2|{{{1}}}}}}}}}
</span>
{{#if:{{{3|}}}|</span>}}
</span>
See also[edit source]
- {{frac}}, displays common fractions using a fraction slash