模組:Navbox with collapsible groups/configuration

出自綠寶百科
於 2024年12月19日 (四) 15:18 由 User74123留言 | 貢獻 所做的修訂 (已匯入 1 筆修訂)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)

可在模組:Navbox with collapsible groups/configuration/doc建立此模組的說明文件

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',
	},
}