Difference between revisions of "Module:List"
m
no edit summary
>Raylton P. Sousa m |
>Raylton P. Sousa m |
||
Line 1: | Line 1: | ||
function p.pages(frame) | function p.pages(frame) | ||
list = frame.args | list = frame.args | ||
return list['position'] | return list[frame.args['position']] | ||
end | end | ||
return p; | return p; |