Modul:Pagetype/config: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Rafara13 (bicara | kontrib)
Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
 
(2 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 27:
['portal'] = 'portal',
['book'] = 'buku',
['draft'] = 'drafdraft',
['education program'] = 'halaman program pendidikanedukasi',
['timedtext'] = 'halaman Timed Text page',
['module'] = 'modul',
['topic'] = 'topik',
['gadget'] = 'perkakas',
['gadget definition'] = 'gadget definition',
['talk'] = 'halaman pembicaraan',
['special'] = 'halaman istimewa',
['media'] = 'berkas',
}
 
Baris 88 ⟶ 90:
'disambig',
'disamb',
'dab',
'disambiguasi'
}
 
-- The default value for disambiguation pages.
cfg.dabDefault = 'pagehalaman'
 
-- The parameter name to use for N/A-class page.
Baris 102 ⟶ 105:
 
-- The default value for N/A-class pages.
cfg.naDefault = 'pagehalaman'
 
-- The parameter name to use for redirects.
cfg.redirect = 'redirectpengalihan'
 
-- The default value to use for redirects.
cfg.redirectDefault = 'redirectpengalihan'
 
-- The parameter name for undefined namespaces.
cfg.other = 'otherlain-lain'
 
-- The value used if the module detects an undefined namespace.
cfg.otherDefault = 'pagehalaman'
 
-- The usual suffix denoting a plural.
cfg.plural = ''
 
-- This table holds plurals not formed by a simple suffix.
cfg.irregularPlurals = {
["kategori"] = "kategori"
}
 
--------------------------------------------------------------------------------