The first entry is the user's name, and the second entry specifies how long the name in the left side box will be, starting from 0. If {{User Name|Meow}} is entered, the left side box will display MEOW, as the default is 3 letters, counting from 0 and w is the 3rd letter, as
M = 0
E = 1
O = 2
W = 3
If {{User Name|Meow|2}} is entered, the left side box will display MEO as the 2nd letter, starting from 0, is "O". If the value entered in the second column is greater than the number of letters, for example {{User Name|Meow|10}}, then the result will be MEOW only.
Also, you can enter a nickname as the third parameter.