Изменения

Перейти к навигации Перейти к поиску
упрощение
Строка 105: Строка 105:  
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' )
Строка 113: Строка 113:  
result = tostring( html )
 
result = tostring( html )
 
end
 
end
return string.format( result, page )
+
 +
return result
 
end
 
end
  
Анонимный участник

Реклама:

Навигация