Template:Currency: Difference between revisions
From VexWiki
(Created page with "{{#set: | Full name = {{{Full name|}}} | Symbol = {{{Symbol|}}} | Issuance Mechanism = {{{Issuance Mechanism|}}} | Anonymity = {{{Anonymity|}}} | Divisibility = {{{Divisibility|}}} | Governance = {{{Governance|}}} | Valuation = {{{Valuation|}}} }}") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | |||
[[Has currency name::{{{name|}}}]] | |||
[[Has symbol::{{{symbol|}}}]] | |||
[[Has ticker::{{{ticker|}}}]] | |||
[[Has fungibility::{{{fungibility|}}}]] | |||
[[Has anonymity::{{{anonymity|}}}]] | |||
[[Has divisibility::{{{divisibility|}}}]] | |||
[[Has inflation::{{{inflation|}}}]] | |||
[[Has issuer::{{{issuer|}}}]] | |||
[[Has control::{{{control|}}}]] | |||
[[Has transfer risk::{{{transfer_risk|}}}]] | |||
[[Has valuation::{{{valuation|}}}]] | |||
[[Has notes::{{{notes|}}}]] | |||
</includeonly> | |||
<noinclude> | |||
This is the template used to semantically tag currencies. Use this via: | |||
<pre> | |||
{{Currency | |||
| name = | |||
| symbol = | |||
| ticker = | |||
| fungibility = | |||
| anonymity = | |||
| divisibility = | |||
| inflation = | |||
| issuer = | |||
| control = | |||
| transfer_risk = | |||
| valuation = | |||
| notes = | |||
}} | }} | ||
</pre> | |||
</noinclude> |
Revision as of 06:36, 15 April 2025
This is the template used to semantically tag currencies. Use this via:
{{Currency | name = | symbol = | ticker = | fungibility = | anonymity = | divisibility = | inflation = | issuer = | control = | transfer_risk = | valuation = | notes = }}