Module:List

From Game Detectives Wiki
Revision as of 16:03, 15 November 2012 by Raylton P. Sousa (talk)
Jump to: navigation, search

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

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