Module:Other MeSH codes

From TSP Encyclopedia
Revision as of 05:26, 19 December 2019 by Jay Coop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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