Module:Itemgroup/parent

Diyila Dagbani Wikipedia

Documentation for this module may be created at Module:Itemgroup/parent/doc

local data = {

--["mytable"] = {
--	["mygroup"] = {'Qid1', 'Qid2'},
--}

-- tables and groups, edit below
["infobox name"] = {
	["arte"] = {'Q17537576', 'Q8205328', 'Q4989906', 'Q15709879'},
	["geopol"] = {'Q618123', 'Q7275'},
	["construc"] = {'Q41176', 'Q811979'},
	["period"] = {'Q732577', 'Q2352616'},
	["organ"] = {'Q167037', 'Q43229', 'Q48204', 'Q16334295', 'Q601401'},
	["Q53121"] = {'Q20639847', 'Q1785271', 'Q20652655'},  -- ciclisme
	["Q349"] = {'Q847017','Q4438121'}    -- esport
},
-- values to assign the kind of unit P1351 represents for each sport
["sports_scoring_units"] = {
	["Q28454519"] = {'Q2736'},   -- football goal
	["Q18530"] = {'Q5378', 'Q7707', 'Q8418', 'Q1455', 'Q41466', 'Q10962', 'Q5849'},  -- goal other sports  PENDENT
	["Q2353718"] = {'Q5372'},   -- basketball point
	["Q3393320"] = {'Q847017','Q4438121','Q7291','Q83462','Q326827', 'Q1734','Q12100','Q11420','Q838089', 'Q5386','Q32112', 'Q38108'}    -- point other sports    PENDENT
},
-- values for template:infotaula esdeveniment
["IBevent"] = {
	["OOjs UI icon ribbonPrize.svg"]  = {'Q618779', 'Q1645401', 'Q1788716'},   -- P279 values for award class. return title icon assigned
	["Noun Astronomy Icon2.svg"]  = {'Q17444909', 'Q751989', 'Q3937', 'Q207436', 'Q6999'},   -- P279 values for astronomical event class. return title icon assigned
	["Rpb notepad icon.svg"]          = {'Q49848','Q820655','Q2006324',
		'Q166542','Q131569', 'Q326124', 'Q2751586'},                -- P279 values for document, llei, acord. Return title icon assigned
	-- default icon value for other classes appears as "img_event" in module:Itemgroup/list

	["Q13226383"]  = {'Q811430'},   -- P279 values for facility class. return Qid to use for P121 label
	["Q16391167"]  = {'Q11446', 'Q35872','Q1229765','Q16391167'}, -- P279 values for nau class. return Qid to use for P121 label
	["Q42889"]  = {'Q1184840','Q2452850', 'Q811704','Q3491904','Q870','Q42889'},  -- P279 values for vehicle class. return Qid to use for P121 label
	["Q11436"]  = {'Q15056993','Q15056995','Q1875621','Q210932','Q11436' ,'Q45296117'}   -- P279 values for aircraft class. return Qid to use for P121 label
},
-- values for template:infotaula edifici
["IBconstruction"] = {
	["station"]  = {'Q55488', 'Q55493', 'Q928830', 'Q2175765', 'Q2175765', 'Q1339195', 'Q548662', 'Q12819564'}    -- P279 values for any kind of station or transport stop
	
},
-- values for template:infotaula geografia política
["IBgeopoli"] = {
	["Chess tile bl trans.svg"]  = {'Q51041800', 'Q20926517'}    -- P279 values for eclesiastical structure organization
	-- default icon value for other classes appears as "img_geopoli" in module:Itemgroup/list
}
-- end of tables, do not edit below
}

return data