Difference between revisions of "Module:List"
Jump to navigation
Jump to search
en>Raylton P. Sousa m |
en>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; |
Revision as of 16:03, 15 November 2012
Documentation for this module may be created at Module:List/doc
function p.pages(frame) list = frame.args return list['position'] end return p;