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 52: | Line 52: | ||
end | end | ||
end | end | ||
end | |||
if string.find(w1," and ") and not (w1 == nil) then | |||
w1 = w1.." are" | |||
else | |||
w1 = w1.." is" | |||
end | end | ||
return w1; | return w1; | ||
| Line 68: | Line 73: | ||
end | end | ||
end | end | ||
end | |||
if string.find(w2," and ") and not (w2 == nil) then | |||
w2 = w2.." are" | |||
else | |||
w2 = w2.." is" | |||
end | end | ||
return w2; | return w2; | ||