Modul:ProyekWiki: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Baris 113:
local dataImportance = {
default = {
nom = 'tidakbelum diketahuidinilai',
couleur = '#F5F5F5; white-space:nowrap;',
texte = 'Belum dinilai',
Baris 119:
sangat = {
nom = 'sangat penting',
couleur = '#ff00ffFF00FF',
texte = "sangat penting",
},
penting = {
nom = 'penting',
couleur = '#ff88ffFF88FF',
texte = "penting",
},
cukup = {
nom = 'cukup penting',
couleur = '#ffccffFFCCFF',
texte = "cukup penting",
},
kurang = {
nom = 'kurang penting',
couleur = '#ffeeffFFEEFF',
texte = "kurang penting",
},
NA = {
nom = 'tidak dinilai',
couleur = '#FFFFFF',
texte = "tidak dinilai",
},
}