Content deleted Content added
screw it, use titles |
transclude files instead of checking existence (should be cheaper and still trigger cascade protection) |
||
Line 22:
table.insert(output, '* [[Template:' .. item .. ']]\n')
elseif (ns == "File") or (ns == "Image") then
table.insert(output, '* [[:' .. item .. ']]\n')
elseif ns == "Category" then
|