Module:List

From Confrontation.wiki
Revision as of 16:18, 20 December 2012 by en>Raylton P. Sousa
Jump to navigation Jump to search

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;