Template:Currency/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Im Wired In (talk | contribs) (Created page with "{{No documentation}}") |
No edit summary |
||
Line 1:
{{Documentation}}
The '''currency'''template formats currency using the in-game icons.
==Usage==
{| class="wikitable"
|+
!Code
!Visible result
|-
|<nowiki>{{Currency|100}}</nowiki>
|{{Currency|100}}
|-
|<nowiki>{{Currency|100100}}</nowiki>
|{{Currency|100100}}
|-
|<nowiki>{{Currency|100100100}}</nowiki>
|{{Currency|100100100}}
|}
<includeonly>[[Category:Formatting templates]]</includeonly>
|
Revision as of 15:40, 14 November 2024
Template:Currency invokes function main in Module:Currency using Lua.
The currencytemplate formats currency using the in-game icons.
Usage
Code | Visible result |
---|---|
{{Currency|100}} | 100 |
{{Currency|100100}} | 100 100 |
{{Currency|100100100}} | 100 100 100 |