10,320
次編輯
變更
小
导入1个版本
local helpText
if helpLink then
helpText = ' ([[' .. helpLink .. '| 帮助help]])'
else
helpText = ''
local category
if not title.isTalkPage and yesno(addTrackingCategory) ~= false then
category = ' 有错误的顶注模板Hatnote templates with errors'
category = string.format(
'[[%s:%s]]',
end
return string.format(
'<strong class="error">错误:%s%s 。.</strong>%s',
msg,
helpText,
if not s then
return p.makeWikitextError(
' 没有输入文字no text specified', 'Template:Hatnote# 错误Errors',
args.category
)