Content deleted Content added
Typo |
Fux |
||
Line 101:
end
function p._main(args
local cfg = getConfig()
if #args == 0 then▼
args[1] = frame:getParent():getTitle() .. "/" .. cfg["default_subpage_name"]▼
end▼
local tStyles = mTableTools.compressSparseArray(args)
local box = renderBox(tStyles)
Line 116 ⟶ 120:
args[k] = v
end
▲ end
▲ if #args == 0 then
▲ args[1] = frame:getParent():getTitle() .. "/" .. cfg["default_subpage_name"]
end
return p._main(args)
|