Module:rad-pronunciation: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Created page with "local export = {} local getArgs = require('Module:Arguments').getArgs local m_rad_IPA = require("Module:rad-IPA") local m_rad_syllables = require("Module:rad-syllables") local m_syllables = require("Module:syllables") local m_parameters = require("Module:parameters") function table.contains(table, element) for _, value in pairs(table) do if value == element then return true end end return false end function export.show(frame) local args_frame = ge...")
 
mNo edit summary
Line 22: Line 22:
mw.log("——— Processing arguments ———")
mw.log("——— Processing arguments ———")
while args_frame[p] do
if args[2] ~= "" then
table.insert(args, args_frame[p])
while args_frame[p] do
mw.log("Argument " .. p .. ": " .. args_frame[p])
table.insert(args, args_frame[p])
p = p + 1
mw.log("Argument " .. p .. ": " .. args_frame[p])
p = p + 1
end
end
end
-- All possible "modes":
-- All possible "modes":

Navigation menu