Dota 2 Wiki
Advertisement

Documentation for Module:Trim Jump to code ↴ [ edit | purge ]


local p = {}

function p.trim( frame )
  return mw.text.trim( frame.args[1] )
end

return p
Advertisement