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 68: | Line 68: | ||
if string.find(frame.args[1],r[i][1]) and (r[i][4] == 1) then | if string.find(frame.args[1],r[i][1]) and (r[i][4] == 1) then | ||
if w2 == nil then | if w2 == nil then | ||
w2 = r[i][2] | w2 = r[i][2].." occur." | ||
elseif string.find(w2," and ") then | elseif string.find(w2," and ") then | ||
w2 = r[i][2]..", "..w2 | w2 = r[i][2]..", "..w2 | ||
| Line 74: | Line 74: | ||
w2 = r[i][3].." and "..w2 | w2 = r[i][3].." and "..w2 | ||
end | end | ||
end | end | ||
end | end | ||