Изменения
Модуль:Надстрочное предупреждение (посмотреть исходный код)
Версия от 00:14, 17 мая 2023
, 2 года назадупрощение
end
end
local result = ' [[%s|(обс.)]]'
local result = string.format( ' [[%s|(обс.)]]', page )
if isEmpty( noprint ) or not noprint then
if isEmpty( noprint ) or not noprint then
local html = mw.html.create( 'span' )
local html = mw.html.create( 'span' )
result = tostring( html )
result = tostring( html )
end
end
return string.format( result, page )
return result
end
end