Module:Grammar: Difference between revisions

Jump to navigation Jump to search
68 bytes added ,  14:05, 8 September 2019
no edit summary
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

Navigation menu