Модуль:Песочница/Pok: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 112: | Строка 112: | ||
if tableDataIndex['!type:GroupSelector'] then | if tableDataIndex['!type:GroupSelector'] then | ||
return handleGroupSelector( | return handleGroupSelector(tableDataIndex['!type:GroupSelector']) | ||
elseif tableDataIndex['!type:AllSelector'] then | elseif tableDataIndex['!type:AllSelector'] then | ||
return processNestedSelectors( | return processNestedSelectors(tableDataIndex['!type:AllSelector'].children) | ||
end | end | ||