Template:MC/Sign/doc
Template page
More actions
Template:Documentation header Used to create text on signs.
Usage
{{sign|First Line|Second Line|Third Line|Fourth Line}}
gives: Template:Sign
As necessary, the number of lines can be truncated, such that
{{sign|First Line}}
gives: Template:Sign
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: Template:Sign
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: Template:Sign
{{sign
|color=yellow
|This text is
|all yellow
|(except this) |color3=purple
|cool, huh?
}}
gives: Template:Sign
A stand can be added by putting anything in the stand parameter.
{{sign
|stand=yes
|type=jungle
|Standing signs
|sure are
|
|FUN!
}}
gives: Template:Sign
ja:テンプレート:Sign/doc pt:Predefinição:Placa/doc zh:Template:Sign/doc