More or less like sprintf.
%[field width][character]
0<=width>=2
Supported characters:
%: Insert a %
p or P: The percentage completed, with 'digits' number of decimals
v or V: The actual value, with digits decimals.
l or L: The lower value (from the adjustment)
u or U: The higer value (from the adjustment)
%: Insert a %