Module:Other MeSH codes

Revision as of 05:14, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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