وحدة:Sidebar/configuration

return {
	i18n = {
		child_yes = 'yes',
		float_none = 'none',
		float_left = 'left',
		wrap_true = 'true',
		navbar_none = 'none',
		navbar_off = 'off',
		default_list_title = 'List',
		title_not_to_add_navbar = 'قالب:شريط جانبي',
		collapse_title_not_to_add_navbar = 'قالب:شريط جانبي مخفي',
		templatestyles = 'Module:Sidebar/styles.css',
		hlist_templatestyles = 'Hlist/styles.css',
		plainlist_templatestyles = 'Plainlist/styles.css',
		category = {
			child = '[[تصنيف:Pages using sidebar with the child parameter]]',
			conversion = '[[تصنيف:Sidebars with styles needing conversion]]'
		},
		pattern = {
			collapse_sandbox = '/ملعب$',
			sandbox = '/ملعب$',
			subgroup = 'sidebar%-subgroup',
			style_conversion = 'style$',
			uncategorized_conversion_titles = {
				'/[Ss]andbox',
				'/ملعب',
				'/مختبر',
				'/[Tt]estcases',
				'/[Dd]oc$',
				'/شرح'
			}
		},
		class = {
			sidebar = 'sidebar',
			subgroup = 'sidebar-subgroup',
			collapse = 'sidebar-collapse',
			float_none = 'sidebar-none',
			float_left = 'sidebar-left',
			wraplinks = 'nowraplinks',
			outer_title = 'sidebar-outer-title',
			top_image = 'sidebar-top-image',
			top_caption = 'sidebar-top-caption',
			pretitle = 'sidebar-pretitle',
			pretitle_with_top_image = 'sidebar-pretitle-with-top-image',
			title = 'sidebar-title',
			title_with_pretitle = 'sidebar-title-with-pretitle',
			image = 'sidebar-image',
			caption = 'sidebar-caption',
			above = 'sidebar-above',
			heading = 'sidebar-heading',
			content = 'sidebar-content',
			content_with_subgroup = 'sidebar-content-with-subgroup',
			below = 'sidebar-below',
			navbar = 'sidebar-navbar',
			list = 'sidebar-list',
			list_title = 'sidebar-list-title',
			list_title_centered = 'sidebar-list-title-c',
			list_content = 'sidebar-list-content'
		}
	},
	argoptions = {
		aliases = {
			['vertical-navbox'] = {'صندوق تصفح شاقولي'},
			['float'] = {'خاصية الطفو'},
			['width'] = {'عرض'},
			['matgin'] = {'هامش'},
			['border'] = {'حدود'},
			['class'] = {'صنف'},
			['style'] = {'نمط'},
			['body'] = {'هيكل'},
			
			['listclass']= {'صنف القائمة'},
			['liststyle'] = {'نمط القائمة'},
			
			['above'] = {'علوي','أعلى'},
			['aboveclass'] = {'صنف علوي'},
			['abovestyle'] = {'نمط علوي'},
			
			['padding'] = {'مسافة فاصلة'},
			['padding-top'] = {'مسافة فاصلة سفلى'},
			['padding-bottom'] = {'مسافة فاصلة عليا'},
			
			['border-spacing'] = {'تباعد الحدود'},
			['text-align'] = {'محاذاة النص'},
			['line-height'] = {'ارتفاع الفاصل'},
			['font-weight'] = {'تنسيق الخط'},
			['font-size'] = {'حجم الخط'},
			
			['name'] = {'اسم','الاسم'},
			
			['topcaption'] = {'تعليق علوي'},
			['topimage'] = {'صورة علوية'},
			['topimagestyle'] = {'نمط الصورة العلوية'},
			
			['pretitle'] = {'توطئة العنوان'},
			['pretitlestyle'] = {'نمط التوطئة'},
			
			['title'] = {'العنوان'},
			['titleclass'] = {'صنف العنوان'},
			['titlestyle'] = {'نمط العنوان'},
			
			['image'] = {'صورة','الصورة'},
			['imageclass'] = {'صنف الصورة'},
			['imagestyle'] = {'نمط الصورة'},
			['caption'] = {'تعليق'},
			['captionstyle'] = {'نمط التعليق'},
			['outertitle'] = {'عنوان خارجي'},
			
			['listtitlestyle'] = {'نمط عناوين القائمة'},
			['basestyle'] = {'نمط الأساس'},
			
			['bodystyle'] = {'نمط الهيكل'},
			['bodyclass'] = {'صنف الهيكل'},
			
			['below'] = {'أدنى','الأدنى'},
			['belowstyle'] = {'نمط أدنى','نمط الأدنى'},
			['navbarstyle'] = {'نمط صندوق التصفح'},
			['belowclass'] = {'صنف أدنى'},
			
			['headingclass'] = {'صنف صف', 'صنف الصف'},
			['headingstyle'] = {'نمط صف', 'نمط الصف'},
			
			['content'] = {'محتوى','المحتوى'},
			['contentstyle'] = {'نمط محتوى','نمط المحتوى'},
			['contentclass'] = {'صنف محتوى','صنف المحتوى'},
		},
		numbered_aliases = {
			['heading#'] = {'صف#'},
			['heading#style'] = {'نمط صف#'},
			['content#'] = {'محتوى#'},
			['content#style'] = {'نمط محتوى#'},
			
			['list#name'] = {'اسم القائمة#'},
			['list#title'] = {'عنوان القائمة#'},
			['list#'] = {'القائمة#'},
		}
	}
}