Changes

Jump to: navigation, search

Module:Normalized pagename

35 bytes added, 5 years ago
make the lazy load truly lazy (my understanding of the documentation suggests this shouldn't make a difference, but Beca's testing says otherwise?); wrap code in <pre>
-- <pre>
 
--
-- implements {{Normalized pagename}}
function p.main( frame )
mArguments = mArguments or require( 'Module:Arguments' )
local args = mArguments.getArgs( frame, { parentOnly = true } )
return p
 
-- </pre>

Navigation menu