Jump to content

Module:Autotaxobox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Peter coxhead (talk | contribs) at 09:32, 7 December 2016 (Created page with 'local p = {} function p.main(frame) local currTaxon = frame.args[1] local currCall = 'Template:Taxonomy/' .. currTaxon return currCall end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

function p.main(frame)
	
	local currTaxon = frame.args[1]
	
	local currCall = 'Template:Taxonomy/' .. currTaxon
	
	return currCall

end

return p