45,646
edits
No edit summary |
No edit summary |
||
Line 396: | Line 396: | ||
end | end | ||
return require((mw.ustring.match(m, "$ | return require((mw.ustring.match(m, "$wikt:") and "wikt:" or "") .. "Module:" | ||
.. (module_override or (mw.ustring.match(m, "$ | .. (module_override or (mw.ustring.match(m, "$wikt:") and mw.ustring.sub(m, 6) or m))).tr(text, self:getCode(), sc and sc:getCode() or nil) | ||
end | end | ||