Module:rad-pronunciation: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 21: Line 21:
local args_frame = getArgs(frame)
local args_frame = getArgs(frame)
local args = {}
local args = {}
local word = mw.title.getCurrentTitle.text()
local word = mw.title.getCurrentTitle().text
local p = 1
local p = 1
if args_frame["override"] ~= nil then
word = args_frame["override"]
end
mw.log("——— Processing arguments ———")
mw.log("——— Processing arguments ———")