Modul:PageTree: Unterschied zwischen den Versionen
update
w>PerfektesChaos (+ limit (restrictions)) |
w>PerfektesChaos (update) |
||
| Zeile 1: | Zeile 1: | ||
--[=[ | --[=[ 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 | 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 | ||