Content deleted Content added
fix |
tidy up taskforce text |
||
Line 406:
end
if args[tf_prefix .. 'TEXT']~='none' then
local text = ''
▲ text = frame:expandTemplate{title='Portal', args={args[tf_prefix .. 'PORTAL'], height='15', margin='0'}}
if args[tf_prefix..'TEXT'] then
text =
else
text = text .. 'This ' .. pagetype .. ' is supported by <b>' .. wikilink(args[tf_prefix .. 'LINK'],args[tf_prefix .. 'NAME']) .. '</b>'▼
cfg.task_force.importance,
▲ if tf_importance and tf_importance~='NA' and tf_importance~='Unknown' then
) end▼
cfg.task_force.text,
▲ text = text .. '.'
pagetype,
▲
tf_importance_text
end
local tf_size = args[tf_prefix..'SIZE'] or tf_default_size
|