Modul:Navbox/configuration

return {
	aria_label = 'Navbox',
	nowrap_item = '%s<span class="nowrap">%s</span>',
	templatestyles = mw.getCurrentFrame():extensionTag{
		name = 'templatestyles', args = { src = 'Modul:Navbox/styles.css' }
	},
	hlist_templatestyles = 'Hlist/styles.css',
	plainlist_templatestyles = 'Listă simplă/styles.css',
	-- do not localize marker table
	marker = {
		oddeven = '\127_ODDEVEN_\127',
		restart = '\127_ODDEVEN0_\127',
		regex = '\127_ODDEVEN(%d?)_\127'
	},
	category = {
		orphan = '[[Categorie:Casete de navigare orfane]]',
		horizontal_lists = 'Casete de navigare fără liste orizontale',
		background_colors = 'Casete de navigare cu culori de fundal',
		illegible = 'Casete de navigare posibil ilizibile',
		borders = 'Casete de navigare cu borduri',
	},
	keyword = {
		border_subgroup = 'subgrup',
		border_child = 'copil',
		border_none = 'niciuna',
		evenodd_swap = 'invers',
		navbar_off = 'oprită',
		navbar_plain = 'simplă',
		nocat_false = 'fals',
		nowrapitems_yes = 'da',
		orphan_yes = 'da',
		state_collapsed = 'restrâns',
		state_off = 'oprit',
		state_plain = 'simplu',
		subgroups = {'subgrup', 'copil', ''},
		subpage_doc = 'doc',
		subpage_sandbox = 'teste',
		subpage_testcases = 'cazuri de test',
		tracking_no = 'nu'
	},
	class = {
		autocollapse = 'autocollapse',
		collapsible = 'mw-collapsible',
		collapsed = 'mw-collapsed',
		-- Warning
		navbox = 'navbox', -- WMF currently hides 'navbox' from mobile,
		-- so you probably shouldn't change the navbox class.
		navbox_abovebelow = 'navbox-abovebelow',
		navbox_group = 'navbox-group',
		navbox_image = 'navbox-image',
		navbox_inner = 'navbox-inner',
		navbox_list = 'navbox-list',
		navbox_list_with_group = 'navbox-list-with-group',
		navbox_part = 'navbox-', -- do not l10n
		navbox_styles = 'navbox-styles',
		navbox_subgroup = 'navbox-subgroup',
		navbox_title = 'navbox-title', -- l10n only if you change pattern.navbox_title below
		navbox_odd_part = 'odd', -- do not l10n
		navbox_even_part = 'even', -- do not l10n
		nomobile = 'nomobile',
		nowraplinks = 'nowraplinks',
		noviewer = 'noviewer' -- used to remove images from MediaViewer
	},
	pattern = {
		listnum = '^listă(%d+)$',
		class = 'clasă',
		sandbox = '/teste$',
		navbox = 'Format:Casetă de navigare',
		nowrap = '^<span class="nowrap">',
		style = 'stil$',
		navbox_title = '<th[^>]*"navbox%-title"',
		hlist = 'hlist',
		plainlist = 'listă simplă',
	},
	arg = {
		above = 'deasupra',
		aboveclass = 'deasupra-clasă',
		abovestyle = 'deasupra-stil',
		basestyle = 'bază-stil',
		bodyclass = 'corp-clasă',
		bodystyle = 'corp-stil',
		border = 'bordură',
		below = 'dedesubt',
		belowclass = 'dedesubt-clasă',
		belowstyle = 'dedesubt-stil',
		evenodd = 'parimpar',
		evenstyle = 'par-stil',
		group1 = 'grup1',
		group2 = 'grup2',
		group_and_num = 'grup%d',
		groupstyle_and_num = 'grup%d-stil',
		groupclass = 'grup-clasă',
		groupstyle = 'grup-stil',
		groupwidth = 'grup-lățime',
		innerstyle = 'stil-interior',
		image = 'imagine',
		imageclass = 'imagine-clasă',
		imageleft = 'imagine-stânga',
		imageleftstyle = 'imagine-stânga-stil',
		imagestyle = 'imagine-stil',
		list_and_num = 'listă%d',
		listclass_and_num = 'listă%d-clasă',
		liststyle_and_num = 'listă%d-stil',
		list1padding = 'listă1-padding',
		listclass = 'listă-clasă',
		listpadding = 'listă-padding',
		liststyle = 'listă-stil',
		name = 'nume',
		navbar = 'bară de navigare',
		navboxclass = 'clasă-bară',
		nocat = 'nocat',
		nowrapitems = 'nowrapitems',
		oddstyle = 'impar-stil',
		orphan = 'orfan',
		state = 'stare',
		style = 'stil',
		templatestyles = 'templatestyles',
		child_templatestyles = 'child templatestyles',
		title = 'titlu',
		titleclass = 'titlu-clasă',
		titlestyle = 'titlu-stil',
		tracking = 'urmărire'
	},
	-- names of navbar arguments
	navbar = {
		name = 1,
		fontstyle = 'stil font',
		mini = 'mini'
	}
}