Add an option for a format string to use in the property parser function. It seems like a sprintf would be sufficient, but note that each snak datatype would probably need a specialized call. (A decorator pattern driven by the datatype.)
A format string should probably be named.
Example: Assume P123 is a number statement holding Pi, then the following will print "Number is 3"
{{#property:P123|Q456|format=Number is %3d"}}