٦١
تعديل
(well, since I edited the other one...) |
ط (مراجعة واحدة) |
||
سطر ١: | سطر ١: | ||
local configuration = { | |||
['templatestyles'] = 'Module:Navbar/styles.css', | ['templatestyles'] = 'Module:Navbar/styles.css', | ||
['box_text'] = ' | ['box_text'] = 'هذا الصندوق: ', -- default text box when not plain or mini | ||
['title_namespace'] = ' | ['title_namespace'] = 'قالب', -- namespace to default to for title | ||
['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', | ||
سطر ١٩: | سطر ١٩: | ||
} | } | ||
} | } | ||
return configuration |