Difference between revisions of "Template:Currency"
Jump to navigation
Jump to search
Whitenorth (talk | contribs) |
Whitenorth (talk | contribs) |
||
Line 10: | Line 10: | ||
| yellow gatherers' scrip = {{scrip|yellow gatherer|{{{1|}}}}} | | yellow gatherers' scrip = {{scrip|yellow gatherer|{{{1|}}}}} | ||
| white gatherers' scrip = {{scrip|white gatherer|{{{1|}}}}} | | white gatherers' scrip = {{scrip|white gatherer|{{{1|}}}}} | ||
| cracked planicluster = {{misc|cracked planicluster|{{{1|}}}}} | |||
| cracked stellacluster = {{misc|cracked stellacluster|{{{1|}}}}} | |||
| cracked planicrystal = {{misc|cracked planicrystal|{{{1|}}}}} | |||
| cracked stellacrystal = {{misc|cracked stellacrystal|{{{1|}}}}} | |||
| mgp = {{MGP|{{{1|}}}}} | | mgp = {{MGP|{{{1|}}}}} | ||
| wolf mark = {{Wolf mark|{{{1|}}}}} | | wolf mark = {{Wolf mark|{{{1|}}}}} | ||
Line 74: | Line 78: | ||
|- | |- | ||
| White gatherers' scrip || <code><nowiki>{{scrip|white gatherer}}</nowiki></code> || {{scrip|white gatherer}} | | White gatherers' scrip || <code><nowiki>{{scrip|white gatherer}}</nowiki></code> || {{scrip|white gatherer}} | ||
|- | |||
| cracked planicluster || <code><nowiki>{{misc|cracked planicluster}}</nowiki></code> || {{misc|cracked planicluster}} | |||
|- | |||
| cracked stellacluster || <code><nowiki>{{misc|cracked stellacluster}}</nowiki></code> || {{misc|cracked stellacluster}} | |||
|- | |||
| cracked planicrystal || <code><nowiki>{{misc|cracked planicrystal}}</nowiki></code> || {{misc|cracked planicrystal}} | |||
|- | |||
| cracked stellacrystal || <code><nowiki>{{misc|cracked stellacrystal}}</nowiki></code> || {{misc|cracked stellacrystal}} | |||
|- | |- | ||
| Wolf mark || <code><nowiki>{{wolf mark}}</nowiki></code> || {{wolf mark}} | | Wolf mark || <code><nowiki>{{wolf mark}}</nowiki></code> || {{wolf mark}} |
Revision as of 23:11, 20 September 2019
Usage
This template creates an icon for the type of currency. Each currency is defined in a separate template. This template is not meant to be use directly if the currency is defined in its own template. If the currency isn't defined, a default currency icon is generated.
{{currency|<Value>|<Currency>}} {{currency|<Value>|<Currency>|icon=<Icon>}}
Parameters
- Unnamed parameter 1
- Value of currency to prefix to the icon.
- Unnamed parameter 2
- Name of the currency article. This is the article the icon links to.
- icon
- The file to use as the icon, include the extension. Defaults to {{{2}}}.png.
- text
- Optional. If set, this parameter will display the name of the item. Only works for irregular currencies not listed below.
Currencies
Examples
Currency | Code | Icon |
---|---|---|
Gil | {{currency|123|gil}} |
123 |
Allagan Tomestone of Poetics | {{currency|5|Allagan Tomestone of Poetics}} |
5 |
Any text; specific icon | {{currency|5|Any text; specific icon|icon=Gil.png|text=y}} |
5 Any text; specific icon |