Alex
Created page with "local p = {} function p.invoke_main(frame) local args = frame:getParent().args return p.main(args) end function p.main(args) if args[1] == nil then return '<div class="noprint seealso">No argument has been specified for Template:OccDur.</div>' end local MAX_PARAMS = 7 local text = '<div class="noprint seealso">The following takes place during ' for i,v in ipairs(args) do if ( i > MAX_PARAMS ) then break end local link = '' .. v .. '' -- if t..."