<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.midsouthmakers.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AINRConvert%2Fdoc</id>
	<title>Template:INRConvert/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.midsouthmakers.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AINRConvert%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://wiki.midsouthmakers.org/index.php?title=Template:INRConvert/doc&amp;action=history"/>
	<updated>2026-04-30T20:32:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.midsouthmakers.org/index.php?title=Template:INRConvert/doc&amp;diff=3230&amp;oldid=prev</id>
		<title>Dan9186: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.midsouthmakers.org/index.php?title=Template:INRConvert/doc&amp;diff=3230&amp;oldid=prev"/>
		<updated>2010-08-08T21:10:02Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{template doc page transcluded}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{template doc page viewed directly}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
{{Info|Please refer to &amp;#039;&amp;#039;&amp;#039;[[Template:INRConvert/bugs|/bugs]]&amp;#039;&amp;#039;&amp;#039; for a list of known bugs. Alternatively, a list of resolved problems is detailed &amp;#039;&amp;#039;&amp;#039;[[Template:INRConvert/pr|here]]&amp;#039;&amp;#039;&amp;#039;.}}&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
To automatically convert and format [[foreign currency|currency]] from [[Indian Rupee]]s (Rs.) to [[United States Dollar]]s. (US$) for use on [[India]]-related articles on Wikipedia or wherever appropriate. The actual Rupee-Dollar exchange rate is manually copied each week by a Wikipedia editor from the U.S. Federal Reserve reported data and posted into this template. The conversion is from the value posted by the Wikipedia editor into U.S. dollars. The output does not reflect the present exchange rate; rather, the output reflects the exchage rate posted by the Wikipedia editor at the time the template exchange multiplier is updated.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|rupee_value|currency_formatting|rounding  digits|nolink=(yes/no)}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
A description of the template&amp;#039;s parameters are listed below.  &lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #A52A2A; font-weight: bolder; color: #FFF5EE;&amp;quot; |Field name ||style=&amp;quot;background-color: #A52A2A; font-weight: bolder; color: #FFF5EE;&amp;quot;| Usage ||style=&amp;quot;background-color: #A52A2A; font-weight: bolder; color: #FFF5EE;&amp;quot; | Description&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;rupee_value&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; ||mandatory||The value, in [[Indian Rupee]]s, that needs to be converted.  The template will not accept pre-formatted values (ie. 1,234)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;currency_formatting&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;||optional ||Used to represent larger numbers.  Available options include :&amp;lt;br /&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;k&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent thousands&lt;br /&gt;
* &amp;lt;code&amp;gt;l&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent [[lakh]]s&lt;br /&gt;
* &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent [[crore]]s&lt;br /&gt;
* &amp;lt;code&amp;gt;m&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent millions&lt;br /&gt;
* &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent billions&lt;br /&gt;
* &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt; &amp;amp;ndash; to represent trillions&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;rounding_digits&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; ||optional ||Used to round [[significant digit]]s.  The default value for most numbers with currency formatting is &amp;quot;2&amp;quot; (representing the two digits of [[paise]] and [[cent (currency)|cent]]s.  Negative values (-2, -3) can be used to round values to the nearest hundred or thousand, etc.  A value of &amp;quot;0&amp;quot; will drop paise or cent values from the converted number.  &amp;lt;br /&amp;gt;Refer to the [[Template:INRConvert#Examples|Examples section]] below for more examples.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;nolink&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; ||optional ||This parameter gives you the option of not internally linking currency names (Rupees and US$).  By default, the parameter is set to &amp;quot;no&amp;quot; (ie. it is set to link Rupees and US$).  Currency names will be displayed with no links when the parameter is set to &amp;quot;yes&amp;quot;.  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;Foreign Exchange Data Source&lt;br /&gt;
:This template will always aim to convert Indian Rupees at current Dollar prices.  Source data for INR &amp;gt; USD rates is obtained from the [[United States Federal Reserve]] [http://www.federalreserve.gov/releases/h10/hist/dat00_in.txt online].  Data sourced from the Federal Reserve is [[public domain]].&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;span style=&amp;quot;align: left;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto 1em auto; width: 500px; align: left;&amp;quot;&lt;br /&gt;
!INRConvert syntax || Results&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|1}} &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|500}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || [[Indian Rupee|Rs.]]&amp;amp;nbsp;500 ([[United States Dollar|US$]]&amp;amp;nbsp;12.74)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|0.05}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|0.05}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|0.86}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|0.86}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|30|m}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|30|m}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|0.72|m}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|0.72|m}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|36|b}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|36|b}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|36|b|-2}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|36|b|-2}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|80|B}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|0.80|B}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|32|t}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|32|t}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|400|c}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|400|c}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|400|c|0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|400|c|0}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|19|k}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; ||  {{INRConvert|19|k}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{INRConvert|53|m|0|nolink=yes}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; || {{INRConvert|53|m|2|nolink=yes}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --&amp;gt;&lt;br /&gt;
[[Category:Currency conversion templates| ]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dan9186</name></author>
	</entry>
</feed>