Jump to content

Module:List: Difference between revisions

From CAPipedia Sandbox
en>Raylton P. Sousa
mNo edit summary
en>Raylton P. Sousa
mNo edit summary
Line 1: Line 1:
local p = {}
local p = {}
function p.nav(frame)
function p.nav(frame)
return frame:preprocess( '{{#tag:pre|{{:User:Raylton P. Sousa}}}}' )
return frame:preprocess('{{:User:Raylton P. Sousa}}')
end
end
return p;
return p;

Revision as of 12:20, 20 December 2012

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

local p = {}
function p.nav(frame)
return frame:preprocess('{{:User:Raylton P. Sousa}}')
end
return p;