Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation

Used to create text on signs.

Usage

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

gives:

File:Blank Sign.png
First Line
Second Line
Third Line
Fourth Line


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

{{sign|First Line}}

gives:


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:

File:Blank Sign.png
First Line
Third Line
Fourth Line


You can also add color to the sign, using any standard hexadecimal color codes, RGB/RGBA colors or color names. For example:

{{sign
|Blue Line  |color1=blue
|Red Line   |color2=#FF0000
|Black Line
|Green Line |color4=rgb(0,255,0)
}}

gives:

File:Blank Sign.png
Blue Line
Red Line
Black Line
Green Line
{{sign
|color=yellow
|This text is
|all yellow
|(except this) |color3=purple
|cool, huh?
}}

gives:

File:Blank Sign.png
This text is
all yellow
(except this)
cool, huh?


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

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

gives:

File:Blank Sign.png
Standing signs
sure are
FUN!
[view | edit | history | purge]The above documentation is transcluded from Template:Sign/doc.
Advertisement