Module:Other MeSH codes

From TWC Archive
Jump to navigation Jump to search

Documentation for this module may be created at Module:Other MeSH codes/doc

local otherUses = require('Module:Other uses')._otheruses
local p = {}
function p.otherMeSH ()
	return otherUses(
		nil,
		{defaultPage = 'List of MeSH codes', otherText = 'categories'}
	)
end
return p