Module:Guidance: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Pingu
No edit summary
imported>Pingu
No edit summary
Line 53: Line 53:
end
end
end
end
if string.find(w1," and ") and w1 ~= nil then
if w1 ~= nil then
w1 = w1.." are"
if string.find(w1," and ") then
else
w1 = w1.." are"
w1 = w1.." is"
else
w1 = w1.." is"
end
end
end
return w1;
return w1;
Line 74: Line 76:
end
end
end
end
if string.find(w2," and ") and w2 ~= nil then
if w2 ~= nil then
w2 = w2.." are"
if string.find(w2," and ") then
else
w2 = w2.." are"
w2 = w2.." is"
else
w2 = w2.." is"
end
end
end
return w2;
return w2;
Anonymous user

Navigation menu