Jump to content

Module:Navbox with collapsible groups/configuration

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 01:59, 9 September 2024 (debug). 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]]
	keyword = {
		state_uncollapsed = 'uncollapsed',
	},
	pattern = {
		contentnum = '^content(%d+)$',
		groupnum = '^group(%d+)$',
		num = '^%a*(%d+)$',
		sectnum = '^sect(%d+)$',
		sectionnum = '^section(%d+)$',
	},
	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',
	},
}