Module:BuildingIcons/data: Difference between revisions

From Workers & Resources: Soviet Republic Official Wiki
workers-resources-fandom>Mrd.escher
(Created page with "buildingIconData = { ['brick factory']= { ['icon'] = 'Tool brick factory.png', ['tip'] = 'Brick factory', }, ['concrete plant']= { ['icon'] = 'Tool concrete plant.png', ['tip'] = 'Concrete plant', }, ['cement plant']= { ['icon'] = 'Tool cement plant.png', ['tip'] = 'Cement plant', }, ['cement plant']= { ['icon'] = 'CementPlant.png', ['tip'] = 'Cement plant', } }")
 
m (5 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
buildingIconData = {
buildingIconData = {
['empty slot']= {
['icon'] = 'empty slot.png',
},
['brick factory']= {
['brick factory']= {
['icon'] = 'Tool brick factory.png',
['icon'] = 'Tool brick factory.png',

Latest revision as of 18:43, 14 June 2024

Documentation for this module may be created at Module:BuildingIcons/data/doc

buildingIconData = {
	['empty slot']= {
		['icon'] = 'empty slot.png',
		
	},
	['brick factory']= {
		['icon'] = 'Tool brick factory.png',
		['tip'] = 'Brick factory',
	},
	['concrete plant']= {
		['icon'] = 'Tool concrete plant.png',
		['tip'] = 'Concrete plant',
	},
	['cement plant']= {
		['icon'] = 'Tool cement plant.png',
		['tip'] = 'Cement plant',
	},
	['cement plant']= {
		['icon'] = 'CementPlant.png',
		['tip'] = 'Cement plant',
	}
}