Module:Navbox/configuration

return {
	aria_label = 'Navbox',
	nowrap_item = '%s<span class="nowrap">%s</span>',
	templatestyles = mw.getCurrentFrame():extensionTag{
		name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' }
	},
	hlist_templatestyles = 'Hlist/styles.css',
	plainlist_templatestyles = 'Plainlist/styles.css',
	-- do not localize marker table
	marker = {
		oddeven = '\127_ODDEVEN_\127',
		restart = '\127_ODDEVEN0_\127',
		regex = '\127_ODDEVEN(%d?)_\127'
	},
	category = {
		orphan = '[[Category:Navbox orphans]]',
		horizontal_lists = 'Navigational boxes without horizontal lists',
		background_colors = 'Navboxes using background colours',
		illegible = 'Potentially illegible navboxes',
		borders = 'Navboxes using borders',
		without_first_col = '[[Category:Pages using navbox columns without the first column]]'
	},
	keyword = {
		border_subgroup = 'subgroup',
		border_child = 'child',
		border_none = 'none',
		evenodd_swap = 'swap',
		navbar_off = 'off',
		navbar_plain = 'plain',
		nocat_false = 'false',
		nowrapitems_yes = 'yes',
		orphan_yes = 'yes',
		state_collapsed = 'collapsed',
		state_off = 'off',
		state_plain = 'plain',
		state_uncollapsed = 'uncollapsed',
		subgroups = {'subgroup', 'child', ''},
		subpage_doc = 'doc',
		subpage_sandbox = 'sandbox',
		subpage_testcases = 'testcases',
		tracking_no = 'no',
		with_collapsible_groups = 'with collapsible groups',
		with_collapsible_groups_short = 'collapsible',
		with_columns = 'with columns',
		with_columns_short = 'columns',
	},
	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
		notheme = 'notheme'
	},
	pattern = {
		class = 'class',
		colnum = '^col(%d+)$',
		colheadernum = '^col(%d+)header$',
		colfooternum = '^col(%d+)footer$',
		contentnum = '^content(%d+)$',
		groupnum = '^group(%d+)$',
		hlist = 'hlist',
		listnum = '^list(%d+)$',
		navbox = 'Template:Navbox',
		navbox_title = '<th[^>]*"navbox%-title"',
		nowrap = '^<span class="nowrap">',
		num = '^%a+(%d+)$',
		plainlist = 'plainlist',
		sandbox = '/sandbox$',
		sectionnum = '^section(%d+)$',
		sectnum = '^sect(%d+)$',
		style = 'style$',
		with_collapsible_groups = 'Template:Navbox with collapsible groups',
		with_columns = 'Template:Navbox with columns',
	},
	arg = {
		abbr_and_num = 'abbr%d',
		above = 'above',
		aboveclass = 'aboveclass',
		abovestyle = 'abovestyle',
		basestyle = 'basestyle',
		below = 'below',
		belowclass = 'belowclass',
		belowstyle = 'belowstyle',
		bodyclass = 'bodyclass',
		bodystyle = 'bodystyle',
		border = 'border',
		content_and_num = 'content%d',
		contentstyle = 'contentstyle',
		contentstyle_and_num = 'content%dstyle',
		colheaderstyle = 'colheaderstyle',
		colheader_and_num = 'col%dheader',
		colheaderstyle_and_num = 'col%dheaderstyle',
		colheadercolspan_and_num = 'col%dheadercolspan',
		colstyle = 'colstyle',
		col_and_num = 'col%d',
		colstyle_and_num = 'col%dstyle',
		colwidth = 'colwidth',
		colwidth_and_num = 'col%dwidth',
		colfooterstyle = 'colfooterstyle',
		colfooter_and_num = 'col%dfooter',
		colfooterstyle_and_num = 'col%dfooterstyle',
		colfootercolspan_and_num = 'col%dfootercolspan',
		coltablestyle = 'coltablestyle',
		evencolstyle = 'evencolstyle',
		evenodd = 'evenodd',
		evenstyle = 'evenstyle',
		fullwidth = 'fullwidth',
		group1 = 'group1',
		group2 = 'group2',
		group_and_num = 'group%d',
		groupclass = 'groupclass',
		groupstyle = 'groupstyle',
		groupstyle_and_num = 'group%dstyle',
		groupwidth = 'groupwidth',
		image = 'image',
		image_and_num = 'image%d',
		imageclass = 'imageclass',
		imageleft = 'imageleft',
		imageleft_and_num = 'imageleft%d',
		imageleftstyle = 'imageleftstyle',
		imagestyle = 'imagestyle',
		innerstyle = 'innerstyle',
		list1padding = 'list1padding',
		list_and_num = 'list%d',
		listclass = 'listclass',
		listclass_and_num = 'list%dclass',
		listpadding = 'listpadding',
		liststyle = 'liststyle',
		liststyle_and_num = 'list%dstyle',
		name = 'name',
		navbar = 'navbar',
		navboxclass = 'navboxclass',
		nocat = 'nocat',
		nowrapitems = 'nowrapitems',
		oddcolstyle = 'oddcolstyle',
		oddstyle = 'oddstyle',
		orphan = 'orphan',
		padding = 'padding',
		sect_and_num = 'sect%d',
		section_and_num = 'section%d',
		sectiontitlestyle_and_num = 'section%dtitlestyle',
		secttitlestyle = 'secttitlestyle',
		selected = 'selected',
		state = 'state',
		state_and_num = 'state%d',
		style = 'style',
		subgroups_and_num = {'subgroup%d', 'child%d', '%d'},
		templatestyles = 'templatestyles',
		child_templatestyles = 'child templatestyles',
		title = 'title',
		titleclass = 'titleclass',
		titlestyle = 'titlestyle',
		tracking = 'tracking',
	},
	-- names of navbar arguments
	navbar = {
		name = 1,
		fontstyle = 'fontstyle',
		mini = 'mini'
	}
}

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.