"Also make the INTEGER_FORMAT symbol be able to convert input already passed to integer_format back to a raw integer, so it can be re-processed (as often templates are often passed things having already been processed in a default way)."
Instead I just made sure any case of integer_format being passed to a template also had an strval version.
I've gone through all the integer_format calls in the code and made sure they use the new display method where appropriate.
0 guests and 0 members have recently viewed this.
Leader-board Top Weekly Earners
The top 2 point earners from 29th Mar 2026 to 5th Apr 2026.
"Also make the INTEGER_FORMAT symbol be able to convert input already passed to integer_format back to a raw integer, so it can be re-processed (as often templates are often passed things having already been processed in a default way)."
Instead I just made sure any case of integer_format being passed to a template also had an strval version.
I've gone through all the integer_format calls in the code and made sure they use the new display method where appropriate.