нема опису редагування
starcitizen>Alistair3149 Немає опису редагування |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 83: | Рядок 83: | ||
:done() | :done() | ||
ret3 = addDependencyList and dependencyList._main(nil, args.category, args.isUsed) or '' | |||
ret3 = | |||
if title.namespace == 828 then | if title.namespace == 828 then | ||
-- Testcase page | |||
if title.subpageText == 'testcases' then | |||
ret3 = hatnote( | |||
string.format( 'This is the test cases page for the module %s.', title.baseText ), | |||
{ icon='WikimediaUI-Code.svg' } | |||
) | |||
end | |||
ret3 = ret3 .. (addModuleToc and require('Module:Module toc').main() or '') | ret3 = ret3 .. (addModuleToc and require('Module:Module toc').main() or '') | ||
end | end | ||