нема опису редагування
starcitizen>Alistair3149 (Drop enum in favor of arr) |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 586: | Рядок 586: | ||
-- Leave early if not in module or template namespace or if module is part of exchange or data groups | -- Leave early if not in module or template namespace or if module is part of exchange or data groups | ||
if param.is_empty( currentPageName ) and ( not arr.contains( {'Module', 'Template'}, title.nsText ) ) then | if param.is_empty( currentPageName ) and | ||
( not arr.contains( {'Module', 'Template'}, title.nsText ) ) then | |||
return '' | return '' | ||
end | end | ||