Content deleted Content added
No edit summary |
No edit summary |
||
Line 16:
str=str..args[i+2]
end
str=str.."</td><td
if args[i+1]~="blank" then
str=str.."[["..mw.text.trim(args[i+1]).."]]"
end
str=str.."</td></tr>"
i=i+2
end
|