Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
m (Edge case when there's only 2 names (name and name)) |
m (Missing a case to substitute for the creators list) |
||
Line 134: | Line 134: | ||
if rowArgs.label == "Created by" or rowArgs.label == "Last Updated by" then | if rowArgs.label == "Created by" or rowArgs.label == "Last Updated by" then | ||
creatorsList = {} | creatorsList = {} | ||
rowArgs.data = string.gsub(rowArgs.data, ", and ", ", ") | |||
rowArgs.data = string.gsub(rowArgs.data, " and ", ", ") | rowArgs.data = string.gsub(rowArgs.data, " and ", ", ") | ||
rowArgs.data = string.gsub(rowArgs.data, "%[%[User:", "") | rowArgs.data = string.gsub(rowArgs.data, "%[%[User:", "") |
edits