Module:Subpages 3: Difference between revisions

no edit summary
(reverse arguments to split)
No edit summary
Line 50:
local allsptxt = frame:callParserFunction('SUBPAGES', { page, sep = "|" })
local subpage_list = split(allsptxt, "|")
if true then return table.concat(subpage_list, '||') end
 
local tree = build_tree(subpage_list)