Modul:Navbar/configuration: Unterschied zwischen den Versionen

K
16 Versionen von wpen:Module:Navbar/configuration importiert
(poke)
K (16 Versionen von wpen:Module:Navbar/configuration importiert)
 
(3 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
local configuration = {
return {
['templatestyles'] = 'Module:Navbar/styles.css',
['templatestyles'] = 'Module:Navbar/styles.css',
['hlist_templatestyles'] = 'Hlist/styles.css',
['box_text'] = 'This box: ', -- default text box when not plain or mini
['box_text'] = 'This box: ', -- default text box when not plain or mini
['title_namespace'] = 'Template', -- namespace to default to for title
['title_namespace'] = 'Template', -- namespace to default to for title
Zeile 19: Zeile 20:
}
}
}
}
return configuration