Module:Grammar: Difference between revisions

Jump to navigation Jump to search
24 bytes added ,  00:07, 31 July 2019
m
no edit summary
mNo edit summary
mNo edit summary
Line 6: Line 6:
gender = frame.args[2]
gender = frame.args[2]


if (frame.args[3] ~= nil) then
if (frame.args[3] ~= nil and frame.args[3] ~= '') then
   pronoun = frame.args[3]
   pronoun = frame.args[3]
else  
else  
Line 23: Line 23:
       return results[1][b]
       return results[1][b]
   elseif (a == "verb") then
   elseif (a == "verb") then
       if (c == nil or c == "") then
       if (c == nil or c == '') then
           return b
           return b
       end
       end

Navigation menu