Minecraft Wiki
Advertisement

Template:Doc/start Used to create text on signs.

Use

{{sign|First Line|Second Line|Third Line|Fourth Line}}

gives:

A oak sign

First Line
Second Line
Third Line
Fourth Line

As necessary, the number of lines can be truncated, such that

{{sign|First Line}}

gives:

A oak sign

First Line

To omit text from only one line, while including text in all others, you may simply omit the text, but you must include the correct delineation. For example

{{sign|First Line||Third Line|Fourth Line}}

gives:

A oak sign

First Line
Third Line
Fourth Line

You can combine the sign template with the font color template in order to color the text. For example:

{{sign|{{font color|blue|Blue Line}}|{{font color|red|Red Line}}|{{font color|green|Green Line}}|Black Line}}

gives:

A oak sign

Blue Line
Red Line
Green Line
Black Line


Template:Doc/end

Advertisement