Module:Ustring: Difference between revisions

Content deleted Content added
fix bug
no need to check, since the item never duplicate
Line 10:
local tag = {name = frame.args.tag, content = mw.ustring[k](unpack(args)), args = {}}
for x, y in pairs(frame.args) do
if type(x)~='number' and x~='tag' and not tag.args[x] then tag.args[x] = y end
end
return frame:extensionTag(tag)