Jump to content

Module:List

From CAPipedia Sandbox
Revision as of 12:05, 15 November 2012 by en>Raylton P. Sousa

Documentation for this module may be created at Module:List/doc

function p.pages(frame)
   list = frame.args
   return list[frame.args['position']]
end
return p;