跳转到内容

模組:Navbox with collapsible groups/configuration

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

这是Module:Navbox with collapsible groups/configuration当前版本,由Qqkuro66541留言 | 贡献编辑于2024年9月25日 (三) 16:39 建立内容为“return { --These values will be merged with those from Module:Navbox/configuration keyword = { state_uncollapsed = 'uncollapsed', }, pattern = { contentnum = '^content(%d+)$', groupnum = '^group(%d+)$', num = '^%a+(%d+)$', sectnum = '^sect(%d+)$', sectionnum = '^section(%d+)$', withCollapsibleGroups = 'Template:Navbox with collapsible groups', }, arg = { abbr_and_num = 'abbr%d', content_and_num = 'content%d', conte…”的新页面)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
return {
	--These values will be merged with those from [[Module:Navbox/configuration]]
	keyword = {
		state_uncollapsed = 'uncollapsed',
	},
	pattern = {
		contentnum = '^content(%d+)$',
		groupnum = '^group(%d+)$',
		num = '^%a+(%d+)$',
		sectnum = '^sect(%d+)$',
		sectionnum = '^section(%d+)$',
		withCollapsibleGroups = 'Template:Navbox with collapsible groups',
	},
	arg = {
		abbr_and_num = 'abbr%d',
		content_and_num = 'content%d',
		contentstyle_and_num = 'content%dstyle',
		contentstyle = 'contentstyle',
		image_and_num = 'image%d',
		imageleft_and_num = 'imageleft%d',
		sect_and_num = 'sect%d',
		section_and_num = 'section%d',
		secttitlestyle = 'secttitlestyle',
		sectiontitlestyle_and_num = 'section%dtitlestyle',
		selected = 'selected',
		state_and_num = 'state%d',
	},
}