Modul:Lang: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan
k ←Suntingan Hidayatsrf (bicara) dibatalkan ke versi terakhir oleh Bagas Chrisara
Tag: Pengembalian
Baris 481:
 
For individual language, <language>, returns:
[[KategoriCategory:ArtikelArticles mengandungcontaining <language>-language text]]
 
for English:
Baris 502:
if language_name:find ('languages') then
return table.concat ({'[[KategoriCategory:ArtikelArticles denganwith tekstext darifrom bahasathe ', language_name, ' collective]]'});
end
Baris 561:
table.insert (tout, language_name); -- write a generic tool tip
if not language_name:find ('languages') then -- collective language names (plural 'languages' is part of the name)
table.insert (tout, 'bahasa-language') -- skip this text (individual and macro languages only)
end
table.insert (tout, ' transliteration'); -- finish the tool tip
Baris 660:
if (0 < #maint_cats) and (0 == namespace) and not is_set (nocat) then -- when there are mainenance categories; article namespace only
for _, cat in ipairs (maint_cats) do
table.insert (maint, table.concat ({'[[KategoriCategory:', cat, ']]'})); -- format and add the categories
end
end