This update adds a new, additional placeholder prefix "nnms_", which can be used instead of "nicenames_". So the following two examples work equally well:
%nicenames_uname%
%nnms_uname%
Secondly, the "lastname" feature now is slightly different; it is no longer a suffix to "uname-", but used instead of it. The following placeholders can now be used:
- name - Generates a random name
- uname - Generates a unique random name
- uniquename - Generates a unique random name
- lastname - Returns the last generated name
- lname - Returns the last generated name
For the "lastname" and "lname" placeholders, the string "Low" can be added to force a lower-cased string, e.g.
- lastnameLow - Returns the last generated name, lowercased