Module:Other MeSH codes: Difference between revisions

From TSP Encyclopedia
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 05:26, 19 December 2019

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