Module:Navbar: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
return an html string instead of an htmlbuilder
If the documentation is accurate, this will use the namespace part of pageName first and fallback to Template if one isn't present, which is what we want.
வரிசை 25:
title = mw.title.new( mw.ustring.sub(pageName, 2) );
else
title = mw.title.new( pageName, 'Template' );
if title.namespace == 0 then
title = mw.title.makeTitle( 'Template', pageName );
end
end
"https://tamilar.wiki/w/Module:Navbar" இலிருந்து மீள்விக்கப்பட்டது