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 not (w1 == nil) then
if string.find(w1," and ") and w1 ~= nil then
w1 = w1.." are"
w1 = w1.." are"
else
else
Line 74: Line 74:
end
end
end
end
if string.find(w2," and ") and not (w2 == nil) then
if string.find(w2," and ") and w2 ~= nil then
w2 = w2.." are"
w2 = w2.." are"
else
else
Anonymous user

Navigation menu