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:
{{#set:
<includeonly>
| Full name = {{{Full name|}}}
[[Has currency name::{{{name|}}}]]
| Symbol = {{{Symbol|}}}
[[Has symbol::{{{symbol|}}}]]
| Issuance Mechanism = {{{Issuance Mechanism|}}}
[[Has ticker::{{{ticker|}}}]]
| Anonymity = {{{Anonymity|}}}
[[Has fungibility::{{{fungibility|}}}]]
| Divisibility = {{{Divisibility|}}}
[[Has anonymity::{{{anonymity|}}}]]
| Governance = {{{Governance|}}}
[[Has divisibility::{{{divisibility|}}}]]
| Valuation = {{{Valuation|}}}
[[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 = 
}}