VOOZH about

URL: https://minecraft.wiki/w/Template:Sign

⇱ Template:Sign – Minecraft Wiki


Template:Sign

From Minecraft Wiki
Jump to navigation Jump to search
Documentation[view] [edit] [history] [purge]

Used to create text on signs.

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

gives:

First Line
Second Line
Third Line
Fourth Line


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

{{sign|First Line}}

gives:

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:

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:

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

gives:

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:

Standing signs
sure are
FUN!


Or the sign can be a hanging sign, by putting anything in the hanging parameter

{{sign
|hanging=yes
|type=acacia
|Hanging
|signs
|exist
|too!
}}

gives:

Hanging
signs
exist
too!


Parameters

[edit source]
Parameter Description
|1= The first line of text.
|2= The second line of text.
|3= The third line of text.
|4= The fourth line of text.
|type= Type of wood sign. Defaults to oak. See table below for available types.
|stand= If set, displays a standing sign instead of a wall sign.
|hanging= If set, displays a hanging sign instead of a wall sign.
|color1= Sets text color for line 1.
|color2= Sets text color for line 2.
|color3= Sets text color for line 3
|color4= Sets text color for line 4.

Wood types

[edit source]

Available types of wood for the |type= parameter. Not all styles of sign are available in all wood types.

|type= Wall Standing Hanging
oak Yes Yes Yes
spruce Yes Yes Yes
birch Yes Yes Yes
jungle Yes Yes Yes
acacia Yes Yes Yes
dark-oak Yes Yes No
dark oak No No Yes
mangrove No No Yes
crimson Yes Yes No
warped Yes Yes No
[view] [edit] [history] [purge]The above documentation is transcluded from Template:Sign/doc.
Retrieved from "https://minecraft.wiki/w/Template:Sign?oldid=3052351"

Navigation menu