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', } }")
 
workers-resources-fandom>Mrd.escher
No edit summary
Line 2: Line 2:
['brick factory']= {
['brick factory']= {
['icon'] = 'Tool brick factory.png',
['icon'] = 'Tool brick factory.png',
['tip'] = 'Brick factory',
['tip'] = '<br />Brick factory',
},
},
['concrete plant']= {
['concrete plant']= {

Revision as of 11:38, 25 February 2024

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

buildingIconData = {
	['brick factory']= {
		['icon'] = 'Tool brick factory.png',
		['tip'] = '<br />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',
	}
}