Content deleted Content added
m simplify this a little |
m heh, I was really lazy when I first made this; just simplifying |
||
Line 3:
for k, v in pairs(mw.ustring) do
p[k] = function(frame)
local args, esc = {}, string.char(127,4,127,2)
for _, v in ipairs(frame.args) do
table.insert(args, tonumber(v) or v:gsub("\\\\",
end
if frame.args.tag then
|