Jump to content

Module:Navbox with columns/configuration

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 18:40, 10 September 2024 (Ahecht moved page Module:Navbox with columns/configuration to Module:Navbox with columns/sandbox/configuration without leaving a redirect: Make sandbox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
return {
	--These values will be merged with those from [[Module:Navbox/configuration]]
	pattern = {
		colnum = '^col(%d+)$',
		colheadernum = '^col(%d+)header$',
		colfooternum = '^col(%d+)footer$',
		navbox_with_col = 'Template:Navbox with columns',
		without_first_col = 'Category:Pages using navbox columns without the first column'
	},
	arg = {
		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',
		colhfooterstyle = 'colfooterstyle',
		colfooter_and_num = 'col%dfooter',
		colfooterstyle_and_num = 'col%dfooterstyle',
		colfootercolspan_and_num = 'col%dfootercolspan',
		coltablestyle = 'coltablestyle',
		evencolstyle = 'evencolstyle',
		fullwidth = 'fullwidth',
		oddcolstyle = 'oddcolstyle',
		padding = 'padding'
	},
}