跳转到内容

模組:Navbox with columns/configuration

维基百科,自由的百科全书

这是Module:Navbox with columns/configuration当前版本,由Qqkuro66541留言 | 贡献编辑于2024年9月24日 (二) 15:49 建立内容为“return { --These values will be merged with those from Module:Navbox/configuration keyword = {}, pattern = { colnum = '^col(%d+)$', colheadernum = '^col(%d+)header$', colfooternum = '^col(%d+)footer$', withColumns = 'Template:Navbox with columns', without_first_col = 'Category:Pages using navbox columns without the first column' }, arg = { colheaderstyle = 'colheaderstyle', colheader_and_num = 'col%dheader', colheaderst…”的新页面)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
return {
	--These values will be merged with those from [[Module:Navbox/configuration]]
	keyword = {},
	pattern = {
		colnum = '^col(%d+)$',
		colheadernum = '^col(%d+)header$',
		colfooternum = '^col(%d+)footer$',
		withColumns = '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'
	},
}