Template:MCColor: Difference between revisions
Jump to navigation
Jump to search
(Please remember to remove all leading spaces if you modify this template as this breaks the spacing for mccolor) |
(Fixing a pesky bug with HTML tag spam because mediawiki is a buggy mess) |
||
Line 4: | Line 4: | ||
Replace <code>x</code> with any one digit or any letter from <code>a</code>-<code>f</code>; see [https://minecraft.wiki/w/Formatting_codes https://minecraft.wiki/w/Formatting_codes] for a list.<br /> | Replace <code>x</code> with any one digit or any letter from <code>a</code>-<code>f</code>; see [https://minecraft.wiki/w/Formatting_codes https://minecraft.wiki/w/Formatting_codes] for a list.<br /> | ||
'''Example''': <code><nowiki>{{MCColor|&3|Noggisoggi}}</nowiki></code> gets converted into {{MCColor|&3|Noggisoggi}}. | '''Example''': <code><nowiki>{{MCColor|&3|Noggisoggi}}</nowiki></code> gets converted into {{MCColor|&3|Noggisoggi}}. | ||
<hr /></noinclude> | <hr /></noinclude><!-- | ||
<span style="color:{{#invoke:MCColor|main|{{{1|mccolor}}}}}">{{{2|text}}}</span> | --><includeonly><!-- | ||
--><span style="color:{{#invoke:MCColor|main|{{{1|mccolor}}}}}"><!---->{{{2|text}}}<!----></span><!-- | |||
--></includeonly> |
Latest revision as of 15:08, 15 August 2024
Module:MCColor is used in this template to add colored text to wiki pages.
Anyone can use it via this format:
{{MCColor|&x|test}}
Replace x
with any one digit or any letter from a
-f
; see https://minecraft.wiki/w/Formatting_codes for a list.
Example: {{MCColor|&3|Noggisoggi}}
gets converted into Noggisoggi.