Template:Doc/start Used to create text on signs.
Usage
{{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 or color names. For example:
{{sign
|Blue Line |color1=blue
|Red Line |color2=#FF0000
|Black Line
|Green Line |color4=green
}}
gives:
Blue Line
Red Line
Black Line
Green Line
{{sign
|color=yellow
|This text is
|all yellow
|(cool, huh?)
|except this line |color4=purple
}}
gives:
This text is
all yellow
(cool, huh?)
except this line
Template:Doc/end
