Modul:Navbar/configuration: Perbedaan antara revisi

k
1 revisi diimpor
dw>Izno
(add hlist/styles.css)
k (1 revisi diimpor)
 
(2 revisi perantara oleh pengguna yang sama tidak ditampilkan)
Baris 1: Baris 1:
return {
local configuration = {
['templatestyles'] = 'Module:Navbar/styles.css',
['templatestyles'] = 'Module:Navbar/styles.css',
['hlist_templatestyles'] = 'Hlist/styles.css',
['box_text'] = 'Kotak ini: ', -- default text box when not plain or mini
['box_text'] = 'This box: ', -- default text box when not plain or mini
['title_namespace'] = 'Templat', -- namespace to default to for title
['title_namespace'] = 'Template', -- namespace to default to for title
['invalid_title'] = 'Judul tidak sah ',
['invalid_title'] = 'Invalid title ',
['classes'] = { -- set a line to nil if you don't want it
['classes'] = { -- set a line to nil if you don't want it
['navbar'] = 'navbar',
['navbar'] = 'navbar',
Baris 20: Baris 19:
}
}
}
}
return configuration