Module:Peter Bowman/aux

From Wikipedia

Documentation for this module may be created at Module:Peter Bowman/aux/doc

local p = {
main = function ( frame )
	return mw.ustring.gsub( frame.args[1], '%[%[(.+)%]%]', '-%1-' )
end}

return p