10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) 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] |