Modul:ProyekWiki: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k Cleanup. |
k Cleanup. |
||
(5 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
Baris 12:
ap = {
nom = 'AP',
couleur = '#
texte = '[[Berkas:Symbol star FA gold.svg|30px|AP]]<br/><abbr class="abbr" title="Artikel pilihan">AP</abbr>',
},
ab = {
nom = 'AB',
couleur = '#
texte = '[[Berkas:Symbol star FA GA.svg|30px|AB]]<br/><abbr class="abbr" title="Artikel baik">AB</abbr>',
},
dp = {
nom = 'DP',
couleur = '#
texte = '[[Berkas:Symbol star FA.svg|30px|DP]]<br/><abbr class="abbr" title="Daftar pilihan">DP</abbr>',
},
Baris 42:
awal = {
nom = 'Awal',
couleur = '#
texte = '<abbr class="abbr" title="Artikel kelas awal">Awal</abbr>',
},
Baris 49:
couleur = '#FF6666',
texte = '<abbr class="abbr" title="Artikel kelas rintisan">Rintisan</abbr>',
},
['daftar'] = {
nom = 'Daftar',
couleur = '#AA88FF',
texte = '<abbr class="abbr" title="Artikel kelas daftar">Daftar</abbr>',
},
['mendatang'] = {
nom = 'mendatang',
couleur = '#8A95C9',
texte = '<abbr class="abbr" title="Artikel kelas mendatang">Mendatang</abbr>',
},
['buku'] = {
nom = 'Buku',
couleur = '#98FF98',
texte = '<abbr class="abbr" title="Artikel kelas buku">Buku</abbr>',
},
['kategori'] = {
nom = 'Kategori',
couleur = '#FFDB58',
texte = '<abbr class="abbr" title="Artikel kelas kategori">Kategori</abbr>',
},
['disambig'] = {
nom = 'Disambig',
couleur = '#00FA9A',
texte = '<abbr class="abbr" title="Artikel kelas disambig">Disambig</abbr>',
},
mp = {
nom = 'MP',
couleur = '#6699FF',
texte = '[[Berkas:Symbol star FA gold.svg|30px|MP]]<br/><abbr class="abbr" title="Media pilihan">MP</abbr>',
},
['berkas'] = {
nom = 'Berkas',
couleur = '#DDCCFF',
texte = '<abbr class="abbr" title="Artikel kelas berkas">Berkas</abbr>',
},
['portal'] = {
nom = 'Portal',
couleur = '#CC8899',
texte = '<abbr class="abbr" title="Artikel kelas portal">Portal</abbr>',
},
['proyek'] = {
nom = 'Proyek',
couleur = '#C0C090',
texte = '<abbr class="abbr" title="Artikel kelas proyek">Proyek</abbr>',
},
['pengalihan'] = {
nom = 'Pengalihan',
couleur = '#C0C0C0',
texte = '<abbr class="abbr" title="Artikel kelas pengalihan">Pengalihan</abbr>',
},
['templat'] = {
nom = 'Templat',
couleur = '#FBCEB1',
texte = '<abbr class="abbr" title="Artikel kelas templat">Templat</abbr>',
},
}
Baris 58 ⟶ 113:
local dataImportance = {
default = {
nom = '
couleur = '#F5F5F5; white-space:nowrap;',
texte = 'Belum dinilai',
Baris 64 ⟶ 119:
sangat = {
nom = 'sangat penting',
couleur = '#
texte = "sangat penting",
},
penting = {
nom = 'penting',
couleur = '#
texte = "penting",
},
cukup = {
nom = 'cukup penting',
couleur = '#
texte = "cukup penting",
},
kurang = {
nom = 'kurang penting',
couleur = '#
texte = "kurang penting",
},
na = {
nom = 'tidak dinilai',
couleur = '#FFFFFF',
texte = "tidak dinilai",
},
}
|