Modul:PageTree: Unterschied zwischen den Versionen

update
w>PerfektesChaos
(+ limit (restrictions))
w>PerfektesChaos
(update)
Zeile 1: Zeile 1:
--[=[ 2014-12-28
--[=[ 2015-01-31
Module:pageTree
Module:pageTree
]=]
]=]
Zeile 663: Zeile 663:
     else
     else
         local point = Current.pages[ sup ]
         local point = Current.pages[ sup ]
         if not point or  point.list == false then
         if not point then
             sup = true
             sup = true
        elseif point.list == false then
            higher = Current.pages[ sup ]
            if type( higher ) == "table" then
                if not higher.loose then
                    sup = true
                end
            else
                sup = true
            end
         end
         end
     end
     end
Anonymer Benutzer