Content deleted Content added
fix |
use cfg |
||
Line 124:
parameter_format('category', 'no')
)
local sortkey = current_title.namespace==10 and
if current_title.namespace==10 then -- on the Template namespace
text = text .. string.format(
Line 136:
type = cfg.namespace_warning.type_,
text = text
})
end
---------------------------
|