Modul:Itemgroup/parent
Tampilan
local data = {
--["mytable"] = {
-- ["mygroup"] = {'Qid1', 'Qid2'},
--}
-- tables and groups, edit below (sample)
["infobox name"] = {
["arte"] = {'Q17537576', 'Q8205328', 'Q4989906', 'Q15709879'},
["geopol"] = {'Q618123', 'Q7275'},
["construc"] = {'Q41176', 'Q811979'},
["period"] = {'Q732577', 'Q2352616'},
["organ"] = {'Q167037', 'Q43229', 'Q48204', 'Q16334295', 'Q601401'}
},
-- values for template:infotaula organització
["IBorganitzationType"] = {
["Q53121"] = {'Q20639847', 'Q1785271', 'Q20652655'}, -- ciclisme
["Q349"] = {'Q847017','Q4438121'} -- resta d'esport
},
["IBorganitzationClub"] = {
["Q847017"] = {'Q847017', 'Q17270000', 'Q13393265', 'Q15221215', 'Q15720476', 'Q28834983', 'Q42421242', 'Q99747627', 'Q108320110' } -- club esportiu
},
-- 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 competició esportiva
["IBsport_competition_golspunts"] = {
["gols"] = {'Q1081491', 'Q1622659', 'Q7707', 'Q8418'} -- P641 values for spots with goals (futbol, hoquei, waterpolo, handbol)
-- ["punts"] = {'Q', 'Q'} -- P641 values for spots with points
},
["IBsport_competition_icon"] = {
["Olympic Rings Icon.svg"] = {'Q159821', 'Q82414'}, -- P3450 values for olympic games. return title icon assigned
["Asian Games logo bw.svg"] = {'Q818463', 'Q483463'}, -- P3450 values for Asian Games. return title icon assigned
["Mediterranean Games rings bw.svg"] = {'Q272090'}, -- P3450 values for Mediterranian Games. return title icon assigned
["Commonwealth Games Federation symbol (2019- Till Date) Black.svg"] = {'Q178340'} -- P3450 values for Commonwealth Games. Return title icon assigned
-- default icon value for other classes appears as "icon_default" in module:Itemgroup/list
},
-- 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
},
["IBevent_facility"] = {
["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 composició (musical)
["IBmusic"] = {
["Q482994"] = {'Q482994', 'Q4176708', 'Q209939', 'Q4712779', 'Q222910', 'Q963099', 'Q208569', 'Q63068880'} -- P279 values for any kind of album or set of recordings
},
-- 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
},
-- values for template:infotaula animanga
["IBanimanga"] = {
["Videojoc"] = {'Q7889'}, -- P279 values for any class of video game
}
-- end of tables, do not edit below
}
return data