You can edit almost every page by Creating an account and confirming your email.

Module:Other MeSH codes

From EverybodyWiki Bios & Wiki

Implements {{other MeSH codes}}.


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