Module:rad-pronunciation: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 22: Line 22:
mw.log("——— Processing arguments ———")
mw.log("——— Processing arguments ———")
if args[2] ~= "" then
while args_frame[p] do
while args_frame[p] do
if p == 2 and args_frame[p] == "" then break end
table.insert(args, args_frame[p])
table.insert(args, args_frame[p])
mw.log("Argument " .. p .. ": " .. args_frame[p])
mw.log("Argument " .. p .. ": " .. args_frame[p])
p = p + 1
p = p + 1
end
end
end
-- All possible "modes":
-- All possible "modes":