Template:BSM2M blop/doc: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
Created page with "<templatedata> { "params": { "1": { "label": "Name", "description": "The type of blop. (Case-sensitive)", "type": "string", "suggestedvalues": [ "Red", "Blue", "Gold" ], "required": true }, "2": { "label": "Amount", "description": "The amount of blops. Automatically formatted with comma separation.", "example": "100", "type": "number" }, "name": { "label": "Name", "description": "If set to anything, adds a text l..."
 
mNo edit summary
Line 21: Line 21:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "If set to anything, adds a text link to \"Blop (BSM2)\" after the icon and amount.",
"description": "If set to anything, adds a text link to \"Blop\" after the icon and amount.",
"example": "y",
"example": "y",
"type": "boolean"
"type": "boolean"

Revision as of 18:06, 29 November 2024

Creates a link to "Blop" with an icon.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Name1

The type of blop. (Case-sensitive)

Suggested values
Red Blue Gold
Stringrequired
Amount2

The amount of blops. Automatically formatted with comma separation.

Example
100
Numberoptional
Namename

If set to anything, adds a text link to "Blop" after the icon and amount.

Example
y
Booleanoptional

Example usage

Wikitext Result
{{BSM2M blop|Blue}}
Blue Blops
{{BSM2M blop|Red|100}}
Red Blops 100
{{BSM2M blop|Gold|10000}}
Gold Blops 10,000