Module:oyen-contionary-utils: Difference between revisions

Oyen (talk | contribs)
mNo edit summary
Oyen (talk | contribs)
mNo edit summary
Line 3: Line 3:


local m = {}
local m = {}
local function repl(param)
  if param == "info" then
    return mw.getContentLanguage():ucfirst("")
  end
  return "—"
end


function m.setup_entry(frame)
function m.setup_entry(frame)