Modul:ProyekWiki: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k Cleanup. |
k Cleanup. |
||
(8 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
Baris 12:
ap = {
nom = 'AP',
couleur = '#
texte = '[[Berkas:Symbol star FA gold.svg|
},
ab = {
nom = 'AB',
couleur = '#
texte = '[[Berkas:Symbol star FA GA.svg|
},
dp = {
nom = 'DP',
couleur = '#
texte = '[[Berkas:Symbol star FA.svg|
},
a = {
nom = 'A',
couleur = '#66FFFF',
texte = '[[Berkas:Symbol A class.svg|
},
b = {
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",
},
}
Baris 157 ⟶ 217:
local pageName = mw.title.getCurrentTitle().text
local titreAvancement = {
default = '
AP = '[[Wikipedia:Artikel pilihan|
AB = '[[Wikipedia:Artikel baik|
DP = '[[Wikipedia:Daftar pilihan|
}
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' )
|