Module:Peter Bowman/aux

There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

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