Module:POTY/config

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Lua
CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules

Documentation for this module may be created at Module:POTY/config/doc

Code

-- Gallery IDs and groups all lower case
return {
	galleryIcons = {
		['arthropods'                             ] = 'Spider icon (Noun Project).svg',
		['artificially illuminated outdoor spaces'] = 'A30 Low-level interior illumination.svg',
		['astronomy'                              ] = 'Noun project 1026.svg',
		['birds'                                  ] = 'Duck Sotka1.svg',
		['bones'                                  ] = 'Skull Icon (Noun Project).svg',
		['castles'                                ] = 'Legenda grodzisko.svg',
		['cities and bridges'                     ] = 'City icon (Noun Project).svg',
		['cities and ruins'                       ] = 'City icon (Noun Project).svg',
		['constructions and buildings'            ] = 'Mine de charbon.svg',
		['frescos, ceilings and stained glass'    ] = 'Ceiling (NP1283257).png',
		['infrastructure'                         ] = 'US 66.svg',
		['interiors and details'                  ] = 'Pillar column icon (Noun Project).svg',
		['interiors of religious buildings'       ] = 'Religious interior.svg',
		['lepidoptera'                            ] = 'Butterfly icon (Noun Project).svg',
		['mammals'                                ] = 'Moose icon (Noun Project).svg',
		['maps'                                   ] = 'Treasure map - black.svg',
		['mountain ranges'                        ] = 'Mountain icon (Noun Project).svg',
		['nature views'                           ] = 'Mixed forest silhouette scaled-to-hight, quadratic.svg',
		['objects, shells and miscellaneous'      ] = 'Escallop.svg',
		['objects, rocks and miscellaneous'       ] = 'Camara.svg',
		['other animals'                          ] = 'Frog icon (Vuze).png',
		['paintings'                              ] = 'Paint palette icon from the Noun Project.svg',
		['paintings, textiles and works on paper' ] = 'Paint palette icon from the Noun Project.svg',
		['panoramic views'                        ] = 'Panorama icon (Noun Project).svg',
		['passeriformes'                          ] = 'Vogelicoon.png',
		['people'                                 ] = 'Group font awesome.svg',
		['plants and fungi'                       ] = 'Leaf icon (Noun Project).svg',
		['sculptures'                             ] = 'Bust (NP291570).png',
		['sculptures and reliefs'                 ] = 'Bust (NP291570).png',
		['settlements'                            ] = 'City icon (Noun Project).svg',
		['sports'                                 ] = 'Noun project 736.svg',
		['religious buildings'                    ] = 'Mosque x2.svg',
		['vehicles and crafts'                    ] = 'Db-Schild.svg',
		['videos and animations'                  ] = 'High-contrast-camera-video.svg',
		['waters'                                 ] = 'Pluie-inondation.png',
		['dummy'                                  ] = 'Ic not interested 48px.svg'
	},
	groups = {
		['animals'] = {
			'arthropods', 'lepidoptera', 'mammals', 'passeriformes', 'birds', 'other animals'
			},
		['plants and fungi'] = {
			'plants and fungi'
			},
		['bones, shells and fossils'] = {
			'bones'
			},
		['people'] = {
			'people',
			'sports'
			},
		['artworks'] = {
			'paintings', 'paintings, textiles and works on paper', 'sculptures', 'sculptures and reliefs'
			},
		['architecture'] = {
			'cities and ruins', 'constructions and buildings', 'interiors and details', 'interiors of religious buildings',
			'cities and bridges', 'castles', 'religious buildings', 'artificially illuminated outdoor spaces',
			'frescos, ceilings and stained glass', 'infrastructure', 'settlements'
			},
		['panoramas'] = {
			'panoramic views'
			},
		['nature views'] = {
			'nature views',
			'mountain ranges',
			'waters'
			},
		['astronomy'] = {
			'astronomy'
			},
		['non-photographic files'] = {
			'maps'
			},
		['objects and miscellaneous'] = {
			'vehicles and crafts', 'objects, rocks and miscellaneous', 'objects, shells and miscellaneous', 'dummy'
			},
		['videos and animations'] = {
			'videos and animations'
			},
	},
	months = {
		'January', 'February', 'March', 'April', 'May long', 'June', 'July', 'August', 'September', 'October', 'November', 'December'
	},
	monthIcons = {
		'X-office-calendar-jan.svg', 'X-office-calendar-feb.svg', 'X-office-calendar-mar.svg', 'X-office-calendar-apr.svg', 'X-office-calendar-may.svg', 'X-office-calendar-jun.svg',
		'X-office-calendar-jul.svg', 'X-office-calendar-aug.svg', 'X-office-calendar-set.svg', 'X-office-calendar-oct.svg', 'X-office-calendar-nov.svg', 'X-office-calendar-dec.svg'
	},
	aboutIconPage = "Special:MyLanguage/Commons:Picture of the Year/About Icons"
}