Template:BTD5 mm/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "params": { "1": { "label": "Amount", "description": "If specified, displays a number after the icon. If greater than 1000, comma separation is added automatically by the template.", "example": "100", "type": "number", "suggested": true }, "name": { "label": "Name", "description": "If set to anything, adds a text link to \"Monkey Money\" after the icon and (if an amount is specified) amount.", "example": "y", "type": "bo..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 30: | Line 30: | ||
!Result | !Result | ||
|- | |- | ||
|<pre>{{ | |<pre>{{BTD5 mm}}</pre> | ||
|{{ | |{{BTD5 mm}} | ||
|- | |- | ||
|<pre>{{ | |<pre>{{BTD5 mm|9999}}</pre> | ||
|{{ | |{{BTD5 mm|9999}} | ||
|- | |- | ||
|<pre>{{ | |<pre>{{BTD5 mm|100|name=y}}</pre> | ||
|{{ | |{{BTD5 mm|100|name=y}} | ||
|} | |} | ||
<includeonly>[[Category:BTD5 templates]][[Category:Icon templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | <includeonly>[[Category:BTD5 templates]][[Category:Icon templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | ||
Latest revision as of 20:00, 16 November 2024
Creates an icon of Monkey Money from the mobile version of Bloons TD 5 that links to "Monkey Money". Can also display a formatted number.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Amount | 1 | If specified, displays a number after the icon. If greater than 1000, comma separation is added automatically by the template.
| Number | suggested |
| Name | name | If set to anything, adds a text link to "Monkey Money" after the icon and (if an amount is specified) amount.
| Boolean | optional |
Example usage
| Wikitext | Result |
|---|---|
{{BTD5 mm}}
|
|
{{BTD5 mm|9999}}
|
|
{{BTD5 mm|100|name=y}}
|