Template:Format

From MinecraftOnline
Jump to navigation Jump to search


Syntax

Allows text to be formatted using Minecraft's formatting codes.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
code1

The formatting code or its associated name

Example
d
Stringoptional
text2

The text to be formatted

Example
Silly
Stringrequired
spacing3

Specifying anything in this parameter removes all padding and spacing

Example
~
Stringoptional

Usage

Type {{Format|d|Silly}} to obtain Silly.

See Minecraft Wiki's Minecraft_Wiki_Icon.png&width=20&height=20&.png formatting codes page for a list of valid formatting codes, the source code of this page for valid aliases, and the notes below for special cases.

The first parameter is case-insensitive; in cases where it is or invalid or unspecified, this template yields the unformatted text of the second parameter.

Notes

  • For bold, strikethrough, underlined, and italic formatting, it is probably still best to respectively use '''bold''', <s>strikethrough</s>, <u>underlined</u>, and ''italic''; they are only included in this template for the sake of completeness.
  • The formatting code k, which yields the obfuscated/magical text in-game, does not currently have an effect that works as intended with this template.
  • Where Java Edition and Bedrock Edition yield different results for the same one-character code, the Java Edition variant is prioritized (other options are given to access the Bedrock Edition variants, as desribed below).
  • Most formatting options are most easily accessed by specifying a singular character as the first parameter, as listed on Minecraft Wiki's Minecraft_Wiki_Icon.png&width=20&height=20&.png formatting codes page; there are five exceptions to this, however:
    • As an alternative to the formatting code 6, a brown colour based on the one commonly used in the 1981 Color Graphics Adapter can be accessed by using brown as the first parameter.
    • As another alternative to the formatting code 6, a dark yellow colour based on the unchanged variant of the above colour can be accessed using dark_yellow as the first parameter.
    • Since the specific shade of grey produced by the formatting code 7 is different in Java Edition and Bedrock Edition, the one from the latter can be accessed using bedrock_grey as the first parameter.
    • Since the formatting code m is used for strikethrough text in Java Edition and redstone-coloured text in Bedrock Edition, the latter can be accessed using redstone as the first parameter.
    • Since the formatting code n is used for underlined text in Java Edition and copper-coloured text in Bedrock Edition, the latter can be accessed using copper as the first parameter.
  • The third parameter of this template is mainly useful in situations where the individual letters of a word, phrase, or sentence are being formatted; in cases like this, one should still wrap the text in the following tags to prevent the characters from bleeding off the page or into each other: <span style="letter-spacing: 1px;padding-left: 1px">SEQUENCE OF CHARACTERS INDIVIDUALLY FORMATTED WITH THIS TEMPLATE GOES HERE</span>.