پودمان:Documentation: تفاوت میان نسخهها
add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use
Nazarzadeh (بحث | مشارکتها) جز (۱ نسخه واردشده) |
(add an entry point for MediaWiki:Scribunto-doc-page-does-not-exist to use) |
||
خط ۱۱۲: | خط ۱۱۲: | ||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ||
-- | -- 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') |