Modul:Lang: Perbezaan antara semakan

Kandungan dihapus Kandungan ditambah
Azuru79 (bincang | sumb.)
k pengemasan sintaks (separa)
Azuru79 (bincang | sumb.)
k pengemasan sintaks (separa)
Baris 512:
 
if is_set (language) then
table.insert (html, table.concat ({style_added, ' title=\"'})); -- start of the title text
if language:find ('Bahasa-bahasa') then
table.insert (html, 'Teks kolektif \"'); -- for collective languages
else
table.insert (html, 'Teks bahasa \"'); -- for individual languages
end
table.insert (html, table.concat ({style_added, ' title=\"', language})); -- name of language
table.insert (html, '>'); -- close the opening html tag
else