From Wikipedia, the free encyclopedia
local p = {}
function p.main(frame)
local content = mw.title.new('MediaWiki:Gadget-Shortdesc-helper.js'):getContent()
processed = content:match('var messages.-;'):gsub('var messages', 'window.sdh.messages')
return frame:extensionTag ('syntaxhighlight', processed, {lang = 'js'})
end
return p