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() | function p.pages(frame) | ||
list = frame.args | |||
return list['position'] | |||
end | end | ||
return p; | return p; |