Module:RoundN: Difference between revisions

Content deleted Content added
performance and memory use
m article_include
Line 346:
'widescore',
'template',
'article_include',
'color',
'3rdplace',
Line 447 ⟶ 448:
setmetatable(scoreWidth, _scoreWidth)
end
if p.template or p.article_include then
p.template = mw.title.new(args.name)
p.templateFixedName = (p.template.namespace == 0 and not p.article_include and 'Template:' or '') .. p.template.fullText
end
p.template = p.template and mw.title.new(args:clean('name', {pattern = ''}))