Zum Inhalt springen

Modul:PageTree: Unterschied zwischen den Versionen

update
w>PerfektesChaos
(update)
w>PerfektesChaos
(update)
Zeile 786: Zeile 786:
             end
             end
         end -- for k, v
         end -- for k, v
         params.segment = pars.segment
         params.segment = pars.segment
         params.stamped = pars.stamped
         params.stamped = pars.stamped
        params.suppress = pars.suppress
         if pars.template then
         if pars.template then
             if action == "subpages" then
             if action == "subpages" then
Zeile 840: Zeile 841:
     -- Debugging
     -- Debugging
     --    args  -- table, with arguments; mandatory:
     --    args  -- table, with arguments; mandatory:
    --              .self    -- page name
     --              .series  -- tree
     --              .series  -- tree
     --              .service  -- action mode
     --              .service  -- action mode
     --              .suite    -- Module path
     --              .suite    -- Module path
    --              .self    -- page name, in service="path"
     local lucky, r = pcall( forward, args )
     local lucky, r = pcall( forward, args )
     return r or Current
     return r or Current
Anonymer Benutzer