Jump to content

Module:Documentation: Difference between revisions

add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use
m (1 revision imported)
(add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use)
Line 112: Line 112:


----------------------------------------------------------------------------
----------------------------------------------------------------------------
-- Main function
-- Entry points
----------------------------------------------------------------------------
----------------------------------------------------------------------------
function p.nonexistent(frame)
if mw.title.getCurrentTitle().subpageText == 'testcases' then
return frame:expandTemplate{title = 'module test cases notice'}
else
return p.main(frame)
end
end


p.main = makeInvokeFunc('_main')
p.main = makeInvokeFunc('_main')
Anonymous user