Minecraft Wiki
Advertisement

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

Usage

{{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 also add color to the sign, using any standard hexadecimal color codes or color names. For example:

{{sign
|Blue Line  |color1=blue
|Red Line   |color2=#FF0000
|Black Line
|Green Line |color4=green
}}

gives:

A oak sign

Blue Line
Red Line
Black Line
Green Line
{{sign
|color=yellow
|This text is
|all yellow
|(cool, huh?)
|except this line |color4=purple
}}

gives:

A oak sign

This text is
all yellow
(cool, huh?)
except this line


A stand can be added by putting anything in the stand parameter.

{{sign
|stand=yes
|Standing signs
|sure are
|
|FUN!
}}

gives:

A oak sign

Standing signs
sure are
FUN!
Sign-stand-oak

Template:Doc/end

Advertisement