Anonymous

Module:Test: Difference between revisions

From Elwiki
72 bytes removed ,  10 October 2023
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 301: Line 301:
                     end
                     end


                     if inheritArg and inheritArg[i] and
                     if inheritArg and inheritArg[i] then
                        tonumber(inheritArg[i])
                    then
                         mainArgValues[i] = applyInheritance(mainArgValues, inheritArg, mainArgValue, inheritArg[i])
                         mainArgValues[i] = applyInheritance(mainArgValues, inheritArg, mainArgValue, inheritArg[i])
                         break
                         break