From Brotato Wiki

No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
--><span class="mod-link"><!--
--><span class="mod-link"><!--
--><span class="mod-link-item">[[{{{link|{{{1|}}}}}}|{{{text|{{{2|{{{link|{{{1|}}}}}}}}}}}}]]</span><!--
--><span class="mod-link-item">[[{{{link|{{{1|}}}}}}|{{{text|{{{link|{{{1|}}}}}}}}}]]</span><!--
-->{{#if: {{{text|}}} | {{MODBadge|{{{text|}}}}} | {{MODBadge}} }}<!--
-->{{#if: {{{2|}}} | {{MODBadge|{{{2|}}}}} | {{MODBadge}} }}<!--
--></span><!--
--></span><!--
--></includeonly></onlyinclude><noinclude>
--></includeonly></onlyinclude>


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.
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.

Revision as of 13:10, 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(MOD)
{{MODLink|Holy|Fantasy}} Holy(Fantasy)


No description.

Template parameters

ParameterDescriptionTypeStatus
Link (Page Name)link 1

no description

Stringrequired
Text Overridetext 2

By default, the link's text matches the page name. Use this option to override the text

Stringsuggested