Last modified: 2014-03-11 11:33:56 UTC
Some quantity properties will need to be able to show the plus sign while it should be hidden in most cases. We need to figure out the best way to do this and then implement it.
The first step would be to have an options for DecimalFormatter and QuantityFormatter to force the sign. That leaves the question how exactly a property would be marked for "keeping the sign", and how and when formatters would be made aware of this.
A possible solution would be to keep the sign only when it was explicitly typed by the user. Another one would be to specify that in the property page with qualifiers ("preferred unit"="meter" and "preferred formatting"=> "always display + symbol"), however this second option depends on https://bugzilla.wikimedia.org/show_bug.cgi?id=49554
Change 97768 had a related patch set uploaded by Daniel Kinzler: (bug 57589) option to force "+" in decimal values. https://gerrit.wikimedia.org/r/97768
Change 97768 merged by jenkins-bot: (bug 57589) option to force "+" in decimal values. https://gerrit.wikimedia.org/r/97768
The formatter now supports it but we still need a way to handle this on Wikipedia and on the item pages. We need to figure out how to best store this information for properties that need it.