Author: ss181292
Description:
Code:
{{padleft:{{{1}}}|10|X}}
should return:
XXX{{{1}}} (if first parameter of current template is not specified)
or for example:
XXXXXXX123 (if first parameter of current template is 123)
but now it returns:
XXX10
We have similar situation if we ask for second argument.
Version: unspecified
Severity: normal