Module:Grammar: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 29: Line 29:
   returnstring = ""
   returnstring = ""
   b = string.lower(b)
   b = string.lower(b)
   if (a == "player") then
   if (a == "name") then
      returnstring = "(player's name)"
  elseif (a == "player") then
       returnstring = "(player's " .. b .. ")"
       returnstring = "(player's " .. b .. ")"
   elseif (a == "pronouns") then
   elseif (a == "pronouns") then