Template:Doc/start Used to create text on signs.
Use
{{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 combine the sign template with the font color template in order to color the text. For example:
{{sign|{{font color|blue|Blue Line}}|{{font color|red|Red Line}}|{{font color|green|Green Line}}|Black Line}}
gives:
Blue Line
Red Line
Green Line
Black Line
Template:Doc/end
