Difference between revisions of "Module:Other MeSH codes"

MyWikiBiz, Author Your Legacy — Saturday September 06, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 05:14, 16 July 2021

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