Predefinição:Silver/doc

De Ravenquest Wiki
Revisão de 12h48min de 3 de abril de 2025 por Vieira (discussão | contribs) (Criou página com 'This template adds the icon for {{Silver}}Silver together with a formatted amount. ==Usage== <pre>{{Silver|amount}}</pre> ==Examples== <pre>{{Silver|100}}</pre> results in: {{Silver|100}} <pre>{{Silver|2500}}</pre> results in: {{Silver|2500}} <includeonly>Category:Templates</includeonly><noinclude>Category:TemplateDocs</noinclude> ==Template data== <templatedata> { "params": { "1": { "label": "Amount", "description": "Number of silver to be disp...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

This template adds the icon for  Silver together with a formatted amount.

Usage

{{Silver|amount}}

Examples

{{Silver|100}}

results in:  100

{{Silver|2500}}

results in:  2 500

Template data

<templatedata> { "params": { "1": { "label": "Amount", "description": "Number of silver to be displayed", "example": "500", "type": "number", "required": true }, "size": { "label": "Size", "description": "The size of the icon if resizing is needed", "example": "32", "type": "number", "default": "25" } }, "description": "Adds the icon for silver together with a formatted amount.", "paramOrder": [ "1", "size" ], "format": "inline" } </templatedata>