Jump to content

Module:Infobox military conflict/configuration

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 00:57, 20 December 2021 (halfway there?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
	keyword = {
		
	},
	i18n = {
		belligerents = 'Belligerents',
		commanders = 'Commanders and leaders',
		territory = 'Territorial<br />changes',
		part_of = 'Part of %s',
		['date'] = 'Date',
		location = 'Location',
		place = '{&#123;{place}&#125;}',
		action = 'Action',
		['status'] = 'Status',
		result = 'Result',
		combatant = 'combatant', -- arg part
		letters = { 'a', 'b', 'c', 'd' }, -- arg part
		commander = 'commander', -- arg part
	},
	arg = {
		notes = 'notes',
		combatants_header = 'combatants_header', -- arg part
		commanders_header = 'commanders_header', -- arg part
		conflict = 'conflict',
		width = 'width',
		campaignbox = 'campaignbox',
		partof = 'partof',
		image = 'image',
		image_size = 'image_size',
		alt = 'alt',
		caption = 'caption',
		['date'] = 'date',
		place = 'place',
		coordinates = 'coordinates',
		action = 'action',
		['status'] = 'status',
		result = 'result',
		territory = 'territory',
	},
	dep = {
		stack_begin_clear = 'clear',
		iimage_image = 'image',
		iimage_size = 'size',
		iimage_sizedefault = 'sizedefault',
		iimage_upright = 'upright',
		iimage_alt = 'alt',
	},
	dep_key = {
		stack_begin_true = 'true',
		iimage_sizedefault_frameless = 'frameless',
		iimage_upright_1 = 1,
	}
}