Jump to content

Template:Currency Conversion: Difference between revisions

From Continuum Universes Wiki
Cdjensen94
Cdjensen94 (talk | contribs) (Created page with "<includeonly> {| class="wikitable" style="text-align:center; width:70%" |+ '''{{{currency_name}}} Conversion Rates''' ! Amount ({{{currency_symbol}}}) !! USD ($) !! GBP (£) !! EUR (€) |- | 1 || {{#expr: {{{usd_value}}}*{{{base_value|1}}} round 2}} || {{#expr: {{{gbp_value}}}*{{{base_value|1}}} round 2}} || {{#expr: {{{eur_value}}}*{{{base_value|1}}} round 2}} |- | 10 || {{#expr: {{{usd_value}}}*10 round 2}} || {{#expr: {{{gbp_value}}}*10 round 2}} || {{#expr: {{{eur_v...")
(No difference)

Revision as of 16:08, 28 October 2025


Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage Example

Example Conversion Rates
Amount ($) USD ($) GBP (£) EUR (€)
1 2 2.1 1.9
10 20 21 19
100 200 210 190
500 1000 1050 950
1000 2000 2100 1900


{{Currency Conversion
|currency_name=Example
|currency_symbol=$
|base_value=1
|usd_value=2
|gbp_value=2.1
|eur_value=1.9
|date=2025-10}}

No description.

Template parameters

ParameterDescriptionTypeStatus
currency_namecurrency_name

no description

Stringoptional
currency_symbolcurrency_symbol

no description

Stringoptional
base_valuebase_value

no description

Numberoptional
usd_valueusd_value

no description

Numberoptional
gbp_valuegbp_value

no description

Numberoptional
eur_valueeur_value

no description

Numberoptional