Module:Products: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 1:
local p = {}
local purge = require('Module:Purge')._purge
function p.main(frame)
Line 17 ⟶ 18:
return output
else
return "
..purge('dml-'..mw.uri.anchorEncode(args.item), 'here', 'span')
..".''[[Category:Empty products lists]]"
end
end
|