Content deleted Content added
add support for custom text |
m prefer user supplied text to 'subpageText' |
||
Line 40:
local text = args[arg_name .. 'text']
local right = args[arg_name .. 'right']
if not text and t:isSubpageOf(rootTitle) then
text = t.subpageText
end
|