[purge]
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more informationUsed to create text on signs.
Usage
{{sign|First Line|Second Line|Third Line|Fourth Line}}
gives:
File:Blank Sign.pngFirst Line Second Line Third Line Fourth Line
As necessary, the number of lines can be truncated, such that
{{sign|First Line}}
gives:
File:Blank Sign.pngFirst 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:
File:Blank Sign.pngFirst 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.pngBlue 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.pngThis 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.pngStanding signs
sure are
FUN!