Модул:Infobox military conflict/configuration
Документацијата за овој модул можете да ја создадете на Модул:Infobox military conflict/configuration/док
return {
keyword = {
},
i18n = {
belligerents = 'Belligerents',
commanders = 'Commanders and leaders',
territory = 'Territorial<br />changes',
part_of = 'Part of %s',
['date'] = 'Date',
location = 'Location',
place = '{{{place}}}',
action = 'Action',
['status'] = 'Status',
result = 'Result',
units = 'Units involved',
strength = 'Strength',
political_support = 'Political support',
military_support = 'Military support',
casualties = 'Casualties and losses',
location_within = 'Location within %s'
},
arg = {
arg_order = '$1$2$3',
-- regarding arg_order:
-- $1 is the argument part name,
-- $2 is the number,
-- $3 is the letter (where necessary; it is the empty string otherwise)
-- while I would prefer it didn't work this way, this applies to all
-- parameters that have numbering and lettering
-- reorder per language preference
letters = { 'a', 'b', 'c', 'd' }, -- arg part
letters_and_empty = {'', 'a', 'b', 'c', 'd'}, -- arg part
combatant = 'combatant', -- arg part
combatants_header = 'combatants_header', -- arg part
commander = 'commander', -- arg part
commanders_header = 'commanders_header', -- arg part
units = 'units', -- arg part
units_header = 'units_header', -- arg part
strength = 'strength', -- arg part
strengths_header = 'strengths_header', -- arg part
polstrength = 'polstrength', -- arg part
polstrengths_header = 'polstrengths_header', -- arg part
milstrength = 'milstrength', -- arg part
milstrengths_header = 'milistrengths_header', -- arg part
casualties = 'casualties', -- arg part
casualties_header = 'casualties_header', -- arg part
notes = 'notes',
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',
map_type = 'map_type',
map_relief = 'map_relief',
map_size = 'map_size',
map_mark = 'map_mark',
map_marksize = 'map_marksize',
map_label = 'map_label',
map_alt = 'map_alt',
map_caption = 'map_caption',
},
dep = {
stack_begin_clear = 'clear',
iimage_image = 'image',
iimage_size = 'size',
iimage_sizedefault = 'sizedefault',
iimage_upright = 'upright',
iimage_alt = 'alt',
-- todo: add location_map_main
-- todo: add location_map_data
},
dep_key = {
stack_begin_true = 'true',
iimage_sizedefault_frameless = 'frameless',
iimage_upright_1 = 1,
map_float_center = 'center',
map_border_none = 'none',
}
}