Aller au contenu

Module:Databox/categories

Si Wikipedia, tasanayt tilellit.
Aceggir-agi yettwag di 2 Ctember 2019 à 00:28 sɣuṛ Sami At Ferḥat (mmeslay | attekki)

La documentation pour ce module peut être créée à Module:Databox/categories/doc

local human_ids = {	
	'Q5' -- human 
}
local language_ids = {
	'Q34770', -- language 
	'Q33742', -- natural language 
	'Q33384' -- dialect 
}
local lanfamily_ids = { 
	'Q25295' -- language family
}
local taxon_ids = { 
	'Q16521', -- taxon 
	'Q713623', -- clade 
	'Q23038290', -- fossil taxon
	'Q310890' -- monotypic taxon
}
local country_ids = { 
	'Q6256', -- country 
	'Q3624078', --  sovereign state
	'Q3024240' -- historical country 
}
local city_ids = { 
	'Q5119', -- capital 
	'Q515', -- city  
	'Q486972', -- human settlement
	'Q2264924', -- port city
	'Q2989398', -- municipality of Algeria
	'Q484170', -- commune of France
	'Q1549591', -- big city 
	'Q1093829', -- city of the United States
	'Q15253706', -- like a city
	'Q3327870', -- municipal corporation in the United States 
	'Q21518270', -- state or insular area capital in the United States 
	'Q174844', -- megacity 
	'Q200250', -- metropolis 
	'Q41067667', -- Q41067667
	'Q3327862', -- urban commune of Morocco
	'Q2989470', -- commune of Mauritania  
	'Q17318027', -- rural commune of Morocco
	'Q532', -- village
	'Q149621' -- district 
}
local musical_band_ids = { 
	'Q215380', -- band 
	'Q56816954', --  heavy metal band 
	'Q2088357' -- musical ensemble
}
local album_ids = { 
	'Q482994', -- album 
}

return {
	["human"] = human_ids,
	["language"] = language_ids,
	["language family"] = lanfamily_ids,
	["taxon"] = taxon_ids,
	["country"] = country_ids,
	["city"] = city_ids,
	["musical band"] = musical_band_ids,
	["album"] = album_ids,
}