Module:Lockbox: Difference between revisions

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(itemns, ''rest):getContent()
table.insert(output, '* [[' .. item .. ']]\n')
end