Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
mNo edit summary
Line 157: Line 157:
function export.compare(frame)
function export.compare(frame)
local args = getArgs(frame)
local args = getArgs(frame)
local lemma = mw.title.getCurrentTitle().text
local lemma = args['entry'] or mw.title.getCurrentTitle().text
local pos = args[2]
local pos = args[2]
local stem = args[1]
local stem = args[1]

Navigation menu