Difference between revisions of "Module:List"
From Game Detectives Wiki
m |
m |
||
| Line 1: | Line 1: | ||
| − | + | local p = {} | |
| − | + | function p.nav(frame) | |
| − | + | return frame:preprocess( '{{#tag:pre|{{:User:Raylton P. Sousa}}}}' ) | |
| − | + | end | |
| − | + | return p; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 16:18, 20 December 2012
Documentation for this module may be created at Module:List/doc
local p = {}
function p.nav(frame)
return frame:preprocess( '{{#tag:pre|{{:User:Raylton P. Sousa}}}}' )
end
return p;