Dota 2 Wiki
Advertisement

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


local p = {}

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

return p
Advertisement