Template:Sign

From Terraria Wiki
Jump to navigation Jump to search
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg Documentation The documentation below is transcluded from Template:Sign/doc. (edit | history)

This simple helper template displays a plus sign (+) if its input value is numerically greater than zero, and nothing otherwise.

Usage

{{ sign | <number> }}

First unnamed parameter

The input value.

Examples

Code Result
{{sign|1}} +
{{sign|-1}}
{{sign|0}}
{{sign|one}}

es-formal:Plantilla:Sign