Module:List

From Confrontation.wiki
Revision as of 16:07, 15 November 2012 by en>Raylton P. Sousa
Jump to navigation Jump to search

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

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