From Brotato Wiki
(Created page with "<onlyinclude><includeonly><!-- --><span class="dlc-link"><!-- --><span class="dlc-link-item">[[{{{link|{{{1|}}}}}}|{{{text|{{{2|{{{link|{{{1|}}}}}}}}}}}}]]</span><!-- -->{{MODBadge}}<!-- --></span><!-- --></includeonly></onlyinclude><noinclude> Add a "Mod Name" text badge to a link. Accepts a link as the first parameter, and optional text. If no text is specified, the link will be used as the text. {| class="wikitable" !Code !Result |- |<code><nowiki>{{MODLink|Holy}}...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<onlyinclude><includeonly><!-- | <onlyinclude><includeonly><!-- | ||
--><span class=" | --><span class="mod-link"><!-- | ||
--><span class=" | --><span class="mod-link-item">[[{{{link|{{{1|}}}}}}|{{{text|{{{2|{{{link|{{{1|}}}}}}}}}}}}]]</span><!-- | ||
-->{{MODBadge}}<!-- | -->{{MODBadge|{{{2|}}}}}<!-- | ||
--></span><!-- | --></span><!-- | ||
--></includeonly></onlyinclude><noinclude> | --></includeonly></onlyinclude><noinclude> | ||
Revision as of 13:06, 14 May 2026
Add a "Mod Name" text badge to a link. Accepts a link as the first parameter, and optional text. If no text is specified, the link will be used as the text.
| Code | Result |
|---|---|
{{MODLink|Holy}}
|
Holy() |
{{MODLink|Holy|Fantasy}}
|
Fantasy(Fantasy) |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Link (Page Name) | link 1 | no description | String | required |
| Text Override | text 2 | By default, the link's text matches the page name. Use this option to override the text | String | suggested |