Difference between revisions of "Template:INRConvert/inflation/b"

From blackwiki
Jump to navigation Jump to search
imported>Jonesey95
(fix invalid input to formatnum causing articles to appear in Category:Pages with non-numeric formatnum arguments)
imported>Jonesey95
(fix invalid input to formatnum causing articles to appear in Category:Pages with non-numeric formatnum arguments)
Line 12: Line 12:
 
   }}
 
   }}
 
   |6={{INR}}{{#ifexpr:{{{2}}}=5
 
   |6={{INR}}{{#ifexpr:{{{2}}}=5
     |{{#expr:({{{1}}}/1E5)round0}} lakh
+
     |{{formatnum:{{#expr:({{{1}}}/1E5)round0}}}} lakh
     |{{rnd|{{#expr:{{{1}}}/1E6}}|1}} million
+
     |{{formatnum:{{rnd|{{#expr:{{{1}}}/1E6}}|1}}}} million
 
   }}
 
   }}
 
   |7={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
 
   |7={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
     |{{rnd|{{#expr:{{{1}}}/1E7}}|1}} crore
+
     |{{formatnum:{{rnd|{{#expr:{{{1}}}/1E7}}|1}}}} crore
     |{{#expr:({{{1}}}/1E6)round0}} million
+
     |{{formatnum:{{#expr:({{{1}}}/1E6)round0}}}} million
 
   }}
 
   }}
 
   |8={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
 
   |8={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
     |{{#expr:({{{1}}}/1E7)round0}} crore
+
     |{{formatnum:{{#expr:({{{1}}}/1E7)round0}}}} crore
     |{{#expr:({{{1}}}/1E6)round-1}} million
+
     |{{formatnum:{{#expr:({{{1}}}/1E6)round-1}}}} million
 
   }}
 
   }}
 
   |9={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
 
   |9={{INR}}{{#ifexpr:{{{2}}}=5 or {{{2}}}=7
     |{{#expr:({{{1}}}/1E7)round0}} crore
+
     |{{formatnum:{{#expr:({{{1}}}/1E7)round0}}}} crore
     |{{rnd|{{#expr:{{{1}}}/1E9}}|1}} billion
+
     |{{formatnum:{{rnd|{{#expr:{{{1}}}/1E9}}|1}}}} billion
 
   }}
 
   }}
   |10={{INR}}{{#expr:({{{1}}}/1E9)round0}} billion
+
   |10={{INR}}{{formatnum:{{#expr:({{{1}}}/1E9)round0}}}} billion
   |11={{INR}}{{#expr:({{{1}}}/1E9)round-1}} billion
+
   |11={{INR}}{{formatnum:{{#expr:({{{1}}}/1E9)round-1}}}} billion
   |12={{INR}}{{rnd|{{#expr:{{{1}}}/1E12}}|1}} trillion
+
   |12={{INR}}{{formatnum:{{rnd|{{#expr:{{{1}}}/1E12}}|1}}}} trillion
   |13={{INR}}{{#expr:({{{1}}}/1E12)round0}} trillion
+
   |13={{INR}}{{formatnum:{{#expr:({{{1}}}/1E12)round0}}}} trillion
   |14={{INR}}{{#expr:({{{1}}}/1E12)round-1}} trillion
+
   |14={{INR}}{{formatnum:{{#expr:({{{1}}}/1E12)round-1}}}} trillion
   |{{INR}}{{rnd|{{{1}}}|{{#expr:1-{{order of magnitude|{{{1|1}}}}}}}}}
+
   |{{INR}}{{formatnum:{{rnd|{{{1}}}|{{#expr:1-{{order of magnitude|{{{1|1}}}}}}}}}}}
 
}}{{INRConvert/{{{4|USD}}}|{{{1|1}}}|0|{{{3|}}}|or= or |comma=, }}
 
}}{{INRConvert/{{{4|USD}}}|{{{1|1}}}|0|{{{3|}}}|or= or |comma=, }}

Revision as of 23:28, 28 September 2020