From Brotato Wiki
Add a "Mod Name" text badge to a link. Accepts a link as the first parameter, and optional badge text as the second parameter. If no text override is specified, the link will be used as the display text.
| Code | Result |
|---|---|
{{MODLink|Holy}}
|
Holy(MOD) |
{{MODLink|Holy|Fantasy}}
|
Holy(Fantasy) |
{{MODLink|Holy|Fantasy|text=Custom Text}}
|
Custom Text(Fantasy) |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Link (Page Name) | link 1 | The target page to link to | String | required |
| Text Override | text | Override the display text of the link. If not provided, uses the link name. | String | suggested |
| Badge Text | badge 2 | Text displayed in the badge (e.g., 'Fantasy'). If not provided, defaults to 'MOD'. | String | suggested |