Content deleted Content added
hmm, it was documented to work |
ns, rest |
||
Line 28:
table.insert(output, '* [[:' .. item .. ']]\n')
elseif rest ~= '' then
mw.title.makeTitle(
table.insert(output, '* [[' .. item .. ']]\n')
end
|