بۆ ناوەڕۆک بازبدە

مۆدیوول:Portal/images/aliases

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
--[==[ This module is a Lua implementation of the old {{Portal}} template. As of August 2013 it is used on nearly 5,000,000 articles.
-- Please take care when updating it! It outputs two functions: p.portal, which generates a table of portals, and p.image, which
-- produces the image name for an individual portal.

-- The portal image data is kept in submodules of [[Module:Portal/images]], listed below:
-- [[Module:Portal/images/ئ]]       - for portal names beginning with "ئ".
-- [[Module:Portal/images/ب]]       - for portal names beginning with "ب".
-- [[Module:Portal/images/پ]]       - for portal names beginning with "پ".
-- [[Module:Portal/images/ت]]       - for portal names beginning with "ت".
-- [[Module:Portal/images/ج]]       - for portal names beginning with "ج".
-- [[Module:Portal/images/چ]]       - for portal names beginning with "چ".
-- [[Module:Portal/images/ح]]       - for portal names beginning with "ح".
-- [[Module:Portal/images/خ]]       - for portal names beginning with "خ".
-- [[Module:Portal/images/د]]       - for portal names beginning with "د".
-- [[Module:Portal/images/ڕ]]       - for portal names beginning with "ر".
-- [[Module:Portal/images/ز]]       - for portal names beginning with "ز".
-- [[Module:Portal/images/ژ]]       - for portal names beginning with "ژ".
-- [[Module:Portal/images/س]]       - for portal names beginning with "س".
-- [[Module:Portal/images/ش]]       - for portal names beginning with "ش".
-- [[Module:Portal/images/ع]]       - for portal names beginning with "ع".
-- [[Module:Portal/images/غ]]       - for portal names beginning with "غ".
-- [[Module:Portal/images/ف]]       - for portal names beginning with "ف".
-- [[Module:Portal/images/ڤ]]       - for portal names beginning with "ڤ".
-- [[Module:Portal/images/ق]]       - for portal names beginning with "ق".
-- [[Module:Portal/images/ک]]       - for portal names beginning with "ک".
-- [[Module:Portal/images/گ]]       - for portal names beginning with "گ".
-- [[Module:Portal/images/ل]]       - for portal names beginning with "ل".
-- [[Module:Portal/images/م]]       - for portal names beginning with "م".
-- [[Module:Portal/images/ن]]       - for portal names beginning with "ن".
-- [[Module:Portal/images/و]]       - for portal names beginning with "و".
-- [[Module:Portal/images/ھ]]       - for portal names beginning with "ھ".
-- [[Module:Portal/images/ی]]       - for portal names beginning with "ی".
-- [[Module:Portal/images/دیکە]]	- for portal names beginning with any other letters. This includes numbers,
-- 									  letters with diacritics, and letters in non-Latin alphabets.
-- When adding entries, please use alphabetical order. The format of the alias table entries is as follows:
--          ["portal name"] = {"alias 1", "alias 2", "alias 3"},
-- Both the portal name and the alias names should be in lower case, and the "Portal:" namespace prefix
-- should be omitted. For example, if you wanted "UK" to be an alias for "Portal:United Kingdom", then the
-- alias name would be "uk" and the portal name would be "united kingdom".
]==]

return {
	["ئایین"]							= {"دین"},
	["ئەپڵ"]							= {"ئاپڵ"},
	["ئەڵمانیا"]							= {"ئاڵمانیا"},
	["ئەنیمێ و مانگا"]							= {"ئەنیمی", "ئەنیمێ", "مانگا"},
	["ئۆتۆمۆبیل"]							= {"ئۆتۆمبێل"},
	["ئیتاڵیا"]							= {"ئیتالیا"},
	["تۆپی پێ"]							= {"فووتباڵ","فووتبۆڵ"},
	["تیۆریی ژمارەکان"]							= {"تیۆریی ژمارە"},
	["تیۆریی کۆمەڵە"]							= {"تیۆریی کۆمەڵە"},
	["چاند"]							= {"کلتوور"},
	["ڕۆمانەکان"]							= {"ڕۆمان"},
	["ژاپۆن"]							= {"یابان"},
	["ژینناسی"]							= {"زیندەزانی", "زیندەوەرزانی"},
	["شەڕ"]							= {"جەنگ"},
	["شیعر"]							= {"ھۆنراوە"},
	["فیزیک"]							= {"فیزیا"},
	["کایەی ڤیدیۆیی"]							= {"کایەی ڤیدیۆ","گەمەی ڤیدیۆیی","یاریی ڤیدیۆیی"},
	["کۆمەڵگا"]							= {"کۆمەڵگە"},
	["ماتماتیک"]							= {"بیرکاری"},
	["مەولانای ڕۆمی"]							= {"ڕۆمی"},
	["مۆسیقا"]							= {"موزیک","میوزیک"},
	["نژیاروانی"]							= {"بیناسازی"}, 
	["ھونەرەکان"]							= {"ھونەر"},
	["ویلایەتە یەکگرتووەکانی ئەمریکا"]							= {"ئەمریکا"},
	["وێژە"]							= {"ئەدەب"},
}