![]() |
VOOZH | about |
Used to create text on signs.
{{sign|First Line|Second Line|Third Line|Fourth Line}}
gives:
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:
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:
{{sign
|color=yellow
|This text is
|all yellow
|(except this) |color3=purple
|cool, huh?
}}
gives:
A stand can be added by putting anything in the stand parameter.
{{sign
|stand=yes
|type=jungle
|Standing signs
|sure are
|
|FUN!
}}
gives:
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:
| 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. |
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 |