Author: conrad.irwin
Description:
{{padleft:<nowiki>{{{1}}}</nowiki>|50}} -> 000000000{{{1}}} (which has length 16)
or -> 000000000<nowiki>{{{1}}}</nowiki> (which has length 33).
(I guess the length of the UNIQ blob thingies is 41 chars)
Of course, the horrible hack of a template {{str len}} measures incorrectly (as it is based on the same)
{{str len|{{padleft:<nowiki>muchmuchmuchmuchmuchmuchlonger</nowiki>|50}}}} -> 50
The situation is worse when a <nowiki> is used for the padding:
{{padleft:<nowiki>{{{1}}}</nowiki>|84|<nowiki>{{{1}}}</nowiki>}}
-> UNIQ6d07314c6f88f655-nowiki-00000003-QIN{{{1}}}
{{padleft:<nowiki>{{{1}}}</nowiki>|86|<nowiki>{{{1}}}</nowiki>}}
-> {{{1}}}{{{1}}}
Version: unspecified
Severity: minor
URL: http://www.mediawiki.org/wiki/User:MarkAHershberger/BugDemo#Bug_22555