Modul:ProyekWiki: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
 
(8 revisi perantara oleh pengguna yang sama tidak ditampilkan)
Baris 12:
ap = {
nom = 'AP',
couleur = '#6699ff6699FF',
texte = '[[Berkas:Symbol star FA gold.svg|15px30px|AP]]<br/><abbr class="abbr" title="Artikel pilihan">AP</abbr>',
},
ab = {
nom = 'AB',
couleur = '#F0FFEA66FF66',
texte = '[[Berkas:Symbol star FA GA.svg|14px30px|AB]]<br/><abbr class="abbr" title="Artikel baik">AB</abbr>',
},
dp = {
nom = 'DP',
couleur = '#66ff666699FF',
texte = '[[Berkas:Symbol star FA.svg|14px30px|DP]]<br/><abbr class="abbr" title="Daftar pilihan">DP</abbr>',
},
a = {
nom = 'A',
couleur = '#66FFFF',
texte = '[[Berkas:Symbol A class.svg|14px30px|DP]]<br/><abbr class="abbr" title="Artikel kelas A">A</abbr>',
},
b = {
Baris 42:
awal = {
nom = 'Awal',
couleur = '#ffaa66FFAA66',
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 = 'tidakbelum diketahuidinilai',
couleur = '#F5F5F5; white-space:nowrap;',
texte = 'Belum dinilai',
Baris 64 ⟶ 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",
},
}
Baris 157 ⟶ 217:
local pageName = mw.title.getCurrentTitle().text
local titreAvancement = {
default = 'Kelas[[:Kategori:Artikel menurut skala kualitas|Skala kualitas]]',
AP = '[[Wikipedia:Artikel pilihan|KelasSkala kualitas]]',
AB = '[[Wikipedia:Artikel baik|KelasSkala kualitas]]]',
DP = '[[Wikipedia:Daftar pilihan|KelasSkala kualitas]]]'
}
local evalTable = mw.html.create( 'table' )
Baris 181 ⟶ 241:
:attr{ scope = 'col' }
:cssText( 'width:6em; font-weight:normal;' )
:wikitext( '[[:Kategori:Artikel menurut skala kepentingan|Skala kepentingan]]' )
:done()
:tag( 'th' )
:attr{ scope = 'col', colspan = 2 }
:cssText( 'text-align:left; font-weight:normal;' )
:wikitext( '[[Berkas:WikiProject Council.svg|14px|DPW]] [[Wikipedia:ProyekWiki|ProyekWiki]]' )
:allDone()
local ligne = mw.html.create( 'tr' )