View source for Module:Biota infobox/param
From HandWiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('Module:No globals')
local p = {}
local templateArgs = {}
local info = {}
local paramData = require( 'Module:Biota infobox/data' ) -- contains the taxon ranks in order
-- call parameter checking independently of taxobox display
function p.main(frame)
p._getArgs(frame)
return info.parameterCategory
end
-- get parameters for calling function
function p.getArgs(frame, args, localinfo)
templateArgs = args
info = localinfo
p._getArgs(frame)
end
-- get the arguments and check them in vaious ways
000
1:0
Template used on this page:
Return to Module:Biota infobox/param.