پودمان:Documentation: تفاوت میان نسخه‌ها

۱۹۷ بایت اضافه‌شده ،  ‏۲۴ سپتامبر ۲۰۲۰
add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use
جز (۱ نسخه واردشده)
(add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use)
خط ۱۱۲: خط ۱۱۲:


----------------------------------------------------------------------------
----------------------------------------------------------------------------
-- 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')
کاربر ناشناس