پرش به محتوا

پودمان:AlborzSports/Data: تفاوت میان نسخه‌ها

از ویکی البرز
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۲: خط ۲:
-- Module:AlborzSports/Data
-- Module:AlborzSports/Data
-- Wiki Alborz Sports Information System
-- Wiki Alborz Sports Information System
-- Data Definition
-- Version 2.1
-- Version 2.2
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


local p = {}
local p = {}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۲۲: خط ۲۰:


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۳۹: خط ۳۶:


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۴۷: خط ۴۳:
p.lookup = {
p.lookup = {


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Identity
-- Identity
------------------------------------------------------------
--------------------------------------------------------------------------------


id = "id",
id                         = "id",
["شناسه"] = "id",
["شناسه"]                 = "id",


name = "name",
name                       = "name",
["نام"] = "name",
["نام"]                   = "name",


fullname = "fullname",
fullname                   = "fullname",
full_name = "fullname",
full_name                   = "fullname",
["نام کامل"] = "fullname",
["نام کامل"]               = "fullname",


native_name = "native_name",
native_name                 = "native_name",
["نام بومی"] = "native_name",
["نام بومی"]               = "native_name",


english_name = "english_name",
english_name               = "english_name",
["نام انگلیسی"] = "english_name",
["نام انگلیسی"]           = "english_name",


nickname = "nickname",
nickname                   = "nickname",
["لقب"] = "nickname",
["لقب"]                   = "nickname",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Image
-- Image
------------------------------------------------------------
--------------------------------------------------------------------------------


image = "image",
image                       = "image",
["تصویر"] = "image",
["تصویر"]                 = "image",


caption = "caption",
caption                     = "caption",
["زیرنویس"] = "caption",
["زیرنویس"]               = "caption",


image_width = "image_width",
image_width                 = "image_width",
image_size = "image_width",
image_size                 = "image_width",
["اندازه تصویر"] = "image_width",
["اندازه تصویر"]           = "image_width",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Entity
-- Entity
------------------------------------------------------------
--------------------------------------------------------------------------------


entity_type = "entity_type",
entity_type                 = "entity_type",


type = "entity_type",
type                       = "entity_type",


["نوع"] = "entity_type",
["نوع"]                   = "entity_type",


["گونه"] = "entity_type",
["گونه"]                   = "entity_type",


["رده"] = "entity_type",
["رده"]                   = "entity_type",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Personal Information
-- Personal Information
------------------------------------------------------------
--------------------------------------------------------------------------------


country = "country",
country                     = "country",
["کشور"] = "country",
["کشور"]                   = "country",


nationality = "nationality",
nationality               = "nationality",
["ملیت"] = "nationality",
["ملیت"]                   = "nationality",


birth_date = "birth_date",
birth_date                 = "birth_date",
["زادروز"] = "birth_date",
["زادروز"]                 = "birth_date",
["تاریخ تولد"] = "birth_date",
["تاریخ تولد"]             = "birth_date",


birth_place = "birth_place",
birth_place                 = "birth_place",
["محل تولد"] = "birth_place",
["محل تولد"]               = "birth_place",


death_date = "death_date",
death_date                 = "death_date",
["درگذشت"] = "death_date",
["درگذشت"]                 = "death_date",


death_place = "death_place",
death_place                 = "death_place",
["محل درگذشت"] = "death_place",
["محل درگذشت"]             = "death_place",


hometown = "hometown",
hometown                   = "hometown",
["زادگاه"] = "hometown",
["زادگاه"]                 = "hometown",


residence = "residence",
residence                   = "residence",
["محل سکونت"] = "residence",
["محل سکونت"]             = "residence",


spouse = "spouse",
spouse                     = "spouse",
["همسر"] = "spouse",
["همسر"]                   = "spouse",


children = "children",
children                   = "children",
["فرزندان"] = "children",
["فرزندان"]               = "children",


family = "family",
family                     = "family",
["خانواده"] = "family",
["خانواده"]               = "family",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Physical
-- Physical
------------------------------------------------------------
--------------------------------------------------------------------------------


height = "height",
height                     = "height",
["قد"] = "height",
["قد"]                     = "height",


weight = "weight",
weight                     = "weight",
["وزن"] = "weight",
["وزن"]                   = "weight",


handed = "handed",
handed                     = "handed",
["دست غالب"] = "handed",
["دست غالب"]               = "handed",


foot = "foot",
foot                       = "foot",
["پای تخصصی"] = "foot",
["پای تخصصی"]             = "foot",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Education
-- Education
------------------------------------------------------------
--------------------------------------------------------------------------------


education = "education",
education                   = "education",
["تحصیلات"] = "education",
["تحصیلات"]               = "education",


university = "university",
university                 = "university",
["دانشگاه"] = "university",
["دانشگاه"]               = "university",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Contact
-- Contact
------------------------------------------------------------
--------------------------------------------------------------------------------


phone = "phone",
phone                       = "phone",
["تلفن"] = "phone",
["تلفن"]                   = "phone",


email = "email",
email                       = "email",
["رایانامه"] = "email",
["رایانامه"]               = "email",


website = "website",
website                     = "website",
["وبگاه"] = "website",
["وبگاه"]                 = "website",
["وب‌گاه"] = "website",
["وب‌گاه"]                 = "website",


instagram = "instagram",
instagram                   = "instagram",
["اینستاگرام"] = "instagram",
["اینستاگرام"]             = "instagram",


telegram = "telegram",
telegram                   = "telegram",
["تلگرام"] = "telegram",
["تلگرام"]                 = "telegram",


aparat = "aparat",
aparat                     = "aparat",
["آپارات"] = "aparat",
["آپارات"]                 = "aparat",


x = "x",
x                           = "x",
twitter = "x",
twitter                     = "x",
["ایکس"] = "x",
["ایکس"]                   = "x",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- General Sport
-- General Sport
------------------------------------------------------------
--------------------------------------------------------------------------------


sport = "sport",
sport                       = "sport",
["ورزش"] = "sport",
["ورزش"]                   = "sport",


discipline = "discipline",
discipline                 = "discipline",
["رشته"] = "discipline",
["رشته"]                   = "discipline",


category = "category",
category                   = "category",
["رده ورزشی"] = "category",
["رده ورزشی"]             = "category",


years_active = "years_active",
years_active               = "years_active",
["سال‌های فعالیت"] = "years_active",
["سال‌های فعالیت"]         = "years_active",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Player
-- Player
------------------------------------------------------------
--------------------------------------------------------------------------------


position = "position",
position                   = "position",
["پست"] = "position",
["پست"]                   = "position",


number = "number",
number                     = "number",
["شماره"] = "number",
["شماره"]                 = "number",


current_club = "current_club",
current_club               = "current_club",
["باشگاه فعلی"] = "current_club",
["باشگاه فعلی"]           = "current_club",


former_clubs = "former_clubs",
former_clubs               = "former_clubs",
["باشگاه‌های پیشین"] = "former_clubs",
["باشگاه‌های پیشین"]       = "former_clubs",


club = "club",
club                       = "club",
["باشگاه"] = "club",
["باشگاه"]                 = "club",


team = "team",
team                       = "team",
["تیم"] = "team",
["تیم"]                   = "team",


national_team = "national_team",
national_team               = "national_team",
["تیم ملی"] = "national_team",
["تیم ملی"]               = "national_team",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Coach
-- Coach
------------------------------------------------------------
--------------------------------------------------------------------------------


coach_position = "coach_position",
coach_position             = "coach_position",
["سمت مربیگری"] = "coach_position",
["سمت مربیگری"]           = "coach_position",


coaching_license = "coaching_license",
coaching_license           = "coaching_license",
["درجه مربیگری"] = "coaching_license",
["درجه مربیگری"]           = "coaching_license",


coaching_history = "coaching_history",
coaching_history           = "coaching_history",
coaching = "coaching_history",
coaching                   = "coaching_history",
["سوابق مربیگری"] = "coaching_history",
["سوابق مربیگری"]         = "coaching_history",


coaching_clubs = "coaching_clubs",
coaching_clubs             = "coaching_clubs",
["باشگاه‌های مربیگری"] = "coaching_clubs",
["باشگاه‌های مربیگری"]     = "coaching_clubs",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Referee
-- Referee
------------------------------------------------------------
--------------------------------------------------------------------------------


referee_grade = "referee_grade",
referee_grade               = "referee_grade",
["درجه داوری"] = "referee_grade",
["درجه داوری"]             = "referee_grade",


referee_years = "referee_years",
referee_years               = "referee_years",
["سال‌های داوری"] = "referee_years",
["سال‌های داوری"]           = "referee_years",


committee = "committee",
committee                   = "committee",
["کمیته"] = "committee",
["کمیته"]                 = "committee",


major_events = "major_events",
major_events               = "major_events",
["رقابت‌های مهم"] = "major_events",
["رقابت‌های مهم"]         = "major_events",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Sports Management
-- Sports Management
------------------------------------------------------------
--------------------------------------------------------------------------------


management_position = "management_position",
management_position         = "management_position",
["سمت مدیریتی"] = "management_position",
["سمت مدیریتی"]           = "management_position",


management_term = "management_term",
management_term             = "management_term",
["دوره مدیریت"] = "management_term",
["دوره مدیریت"]           = "management_term",


founder = "founder",
founder                     = "founder",
["بنیانگذار"] = "founder",
["بنیانگذار"]             = "founder",


operator = "operator",
operator                   = "operator",
["بهره‌بردار"] = "operator",
["بهره‌بردار"]             = "operator",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Club
-- Club
------------------------------------------------------------
--------------------------------------------------------------------------------


established = "established",
established                 = "established",
["تأسیس"] = "established",
["تأسیس"]                 = "established",


owner = "owner",
owner                       = "owner",
["مالک"] = "owner",
["مالک"]                   = "owner",


president = "president",
president                   = "president",
["رئیس"] = "president",
["رئیس"]                   = "president",


ceo = "ceo",
ceo                         = "ceo",
["مدیرعامل"] = "ceo",
["مدیرعامل"]               = "ceo",


head_coach = "head_coach",
head_coach                 = "head_coach",
["سرمربی"] = "head_coach",
["سرمربی"]                 = "head_coach",


stadium = "stadium",
stadium                     = "stadium",
["ورزشگاه"] = "stadium",
["ورزشگاه"]               = "stadium",


capacity = "capacity",
capacity                   = "capacity",
["ظرفیت"] = "capacity",
["ظرفیت"]                 = "capacity",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Sports Facilities
-- Sports Facilities
------------------------------------------------------------
--------------------------------------------------------------------------------


facility_type = "facility_type",
facility_type               = "facility_type",
["نوع مجموعه"] = "facility_type",
["نوع مجموعه"]             = "facility_type",


province = "province",
province                   = "province",
["استان"] = "province",
["استان"]                 = "province",


city = "city",
city                       = "city",
["شهر"] = "city",
["شهر"]                   = "city",


district = "district",
district                   = "district",
["منطقه"] = "district",
["منطقه"]                 = "district",


address = "address",
address                     = "address",
["نشانی"] = "address",
["نشانی"]                 = "address",


coordinates = "coordinates",
coordinates                 = "coordinates",
["مختصات"] = "coordinates",
["مختصات"]                 = "coordinates",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Federation / Board
-- Federation / Board
------------------------------------------------------------
--------------------------------------------------------------------------------


federation = "federation",
federation                 = "federation",
["فدراسیون"] = "federation",
["فدراسیون"]               = "federation",


board = "board",
board                       = "board",
["هیئت"] = "board",
["هیئت"]                   = "board",


chairman = "chairman",
chairman                   = "chairman",
["رئیس هیئت"] = "chairman",
["رئیس هیئت"]             = "chairman",


 
--------------------------------------------------------------------------------
------------------------------------------------------------
-- Competition
-- Competition
------------------------------------------------------------
--------------------------------------------------------------------------------


competition = "competition",
competition                 = "competition",
["مسابقات"] = "competition",
["مسابقات"]               = "competition",


season = "season",
season                     = "season",
["فصل"] = "season",
["فصل"]                   = "season",


champion = "champion",
champion                   = "champion",
["قهرمان"] = "champion",
["قهرمان"]                 = "champion",


runner_up = "runner_up",
runner_up                   = "runner_up",
["نایب قهرمان"] = "runner_up",
["نایب قهرمان"]           = "runner_up",


level = "level",
level                       = "level",
["سطح مسابقات"] = "level",
["سطح مسابقات"]           = "level",


--------------------------------------------------------------------------------
-- Honors / Medals
--------------------------------------------------------------------------------


------------------------------------------------------------
honors                     = "honors",
-- Honors
["افتخارات"]               = "honors",
------------------------------------------------------------
 
honors = "honors",
["افتخارات"] = "honors",
 
medals = "medals",
["مدال‌ها"] = "medals",


medaltemplates = "medaltemplates",
medals                      = "medals",
["مدال‌ها"]                = "medals",


medaltemplates_title = "medaltemplates_title",
medaltemplates              = "medaltemplates",
["عنوان مدال‌ها"] = "medaltemplates_title"
["الگوهای مدال"]           = "medaltemplates"


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۳۹۸: خط ۳۷۴:


p.layouts = {}
p.layouts = {}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۴۰۶: خط ۳۸۱:
p.layoutTitles = {
p.layoutTitles = {


base = "اطلاعات شخصی",
base           = "اطلاعات شخصی",


physical = "مشخصات فیزیکی",
physical         = "مشخصات فیزیکی",


education = "تحصیلات",
education       = "تحصیلات",


player = "اطلاعات ورزشی",
player           = "اطلاعات ورزشی",


coach = "سوابق مربیگری",
coach             = "سوابق مربیگری",


referee = "سوابق داوری",
referee           = "سوابق داوری",


manager = "مدیریت ورزشی",
manager           = "مدیریت ورزشی",


club = "اطلاعات باشگاه",
club             = "اطلاعات باشگاه",


academy = "اطلاعات آکادمی",
academy           = "اطلاعات آکادمی",


management = "مدیریت",
management       = "مدیریت",


location = "موقعیت",
location         = "موقعیت",


contact = "ارتباطات",
contact           = "ارتباطات",


honors = "افتخارات",
honors           = "افتخارات",


stadium = "اطلاعات ورزشگاه",
stadium           = "اطلاعات ورزشگاه",


gym = "اطلاعات سالن ورزشی",
gym               = "اطلاعات سالن ورزشی",


pool = "اطلاعات استخر",
pool             = "اطلاعات استخر",


zurkhaneh = "اطلاعات زورخانه",
zurkhaneh         = "اطلاعات زورخانه",


sports_school = "مدرسه ورزشی",
sports_school     = "مدرسه ورزشی",


sports_complex = "مجموعه ورزشی",
sports_complex   = "مجموعه ورزشی",


facility = "مجموعه ورزشی",
facility         = "مجموعه ورزشی",


board = "هیئت ورزشی",
board             = "هیئت ورزشی",


competition = "اطلاعات مسابقات"
competition       = "اطلاعات مسابقات"


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۴۵۹: خط ۴۳۳:
p.layouts.base = {
p.layouts.base = {


{"نام", "name"},
{"نام",             "name"},
{"نام کامل", "fullname"},
{"نام کامل",       "fullname"},
{"نام بومی", "native_name"},
{"نام بومی",       "native_name"},
{"نام انگلیسی", "english_name"},
{"نام انگلیسی",   "english_name"},
{"لقب", "nickname"},
{"لقب",             "nickname"},


{"ملیت", "nationality"},
{"ملیت",           "nationality"},
{"کشور", "country"},
{"کشور",           "country"},


{"زادروز", "birth_date"},
{"زادروز",         "birth_date"},
{"محل تولد", "birth_place"},
{"محل تولد",       "birth_place"},


{"درگذشت", "death_date"},
{"درگذشت",         "death_date"},
{"محل درگذشت", "death_place"},
{"محل درگذشت",     "death_place"},


{"زادگاه", "hometown"},
{"زادگاه",         "hometown"},
{"محل سکونت", "residence"},
{"محل سکونت",       "residence"},


{"همسر", "spouse"},
{"همسر",           "spouse"},
{"فرزندان", "children"},
{"فرزندان",         "children"},
{"خانواده", "family"}
{"خانواده",         "family"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۴۹۰: خط ۴۶۳:
p.layouts.physical = {
p.layouts.physical = {


{"قد", "height"},
{"قد",             "height"},
{"وزن", "weight"},
{"وزن",             "weight"},
{"دست غالب", "handed"},
{"دست غالب",       "handed"},
{"پای تخصصی", "foot"}
{"پای تخصصی",       "foot"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۰۴: خط ۴۷۶:
p.layouts.education = {
p.layouts.education = {


{"تحصیلات", "education"},
{"تحصیلات",         "education"},
{"دانشگاه", "university"}
{"دانشگاه",         "university"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۱۶: خط ۴۸۷:
p.layouts.player = {
p.layouts.player = {


{"ورزش", "sport"},
{"ورزش",           "sport"},
{"رشته", "discipline"},
{"رشته",           "discipline"},


{"پست", "position"},
{"پست",             "position"},
{"شماره", "number"},
{"شماره",           "number"},


{"باشگاه فعلی", "current_club"},
{"باشگاه فعلی",     "current_club"},
{"باشگاه‌های پیشین", "former_clubs"},
{"باشگاه‌های پیشین","former_clubs"},


{"تیم ملی", "national_team"},
{"تیم ملی",         "national_team"},


{"سال‌های فعالیت", "years_active"}
{"سال‌های فعالیت", "years_active"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۳۸: خط ۵۰۸:
p.layouts.coach = {
p.layouts.coach = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},


{"سمت مربیگری", "coach_position"},
{"سمت مربیگری",     "coach_position"},


{"درجه مربیگری", "coaching_license"},
{"درجه مربیگری",   "coaching_license"},


{"سوابق مربیگری", "coaching_history"},
{"سوابق مربیگری",   "coaching_history"},


{"باشگاه‌های مربیگری", "coaching_clubs"},
{"باشگاه‌های مربیگری","coaching_clubs"},


{"سال‌های فعالیت", "years_active"}
{"سال‌های فعالیت", "years_active"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۶۰: خط ۵۲۹:
p.layouts.referee = {
p.layouts.referee = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},


{"درجه داوری", "referee_grade"},
{"درجه داوری",     "referee_grade"},


{"سال‌های داوری", "referee_years"},
{"سال‌های داوری",   "referee_years"},


{"کمیته", "committee"},
{"کمیته",           "committee"},


{"رقابت‌های مهم", "major_events"}
{"رقابت‌های مهم",   "major_events"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۸۰: خط ۵۴۸:
p.layouts.manager = {
p.layouts.manager = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},


{"سمت مدیریتی", "management_position"},
{"سمت مدیریتی",     "management_position"},


{"باشگاه", "club"},
{"باشگاه",         "club"},


{"دوره مدیریت", "management_term"}
{"دوره مدیریت",     "management_term"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۵۹۸: خط ۵۶۵:
p.layouts.management = {
p.layouts.management = {


{"مالک", "owner"},
{"مالک",             "owner"},
{"رئیس", "president"},
{"رئیس",             "president"},
{"مدیرعامل", "ceo"},
{"مدیرعامل",         "ceo"},
{"بنیانگذار", "founder"},
{"بنیانگذار",       "founder"},
{"بهره‌بردار", "operator"}
{"بهره‌بردار",       "operator"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۶۱۳: خط ۵۷۹:
p.layouts.location = {
p.layouts.location = {


{"استان", "province"},
{"استان",           "province"},
{"شهر", "city"},
{"شهر",             "city"},
{"منطقه", "district"},
{"منطقه",           "district"},
{"نشانی", "address"},
{"نشانی",           "address"},
{"مختصات", "coordinates"}
{"مختصات",           "coordinates"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۶۲۸: خط ۵۹۳:
p.layouts.contact = {
p.layouts.contact = {


{"تلفن", "phone"},
{"تلفن",             "phone"},
{"رایانامه", "email"},
{"رایانامه",         "email"},
{"وبگاه", "website"},
{"وبگاه",           "website"},
{"اینستاگرام", "instagram"},
{"اینستاگرام",       "instagram"},
{"تلگرام", "telegram"},
{"تلگرام",           "telegram"},
{"آپارات", "aparat"},
{"آپارات",           "aparat"},
{"ایکس", "x"}
{"ایکس",             "x"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- HONORS
-- HONORS
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- medaltemplates is intentionally NOT included here.
-- Medal templates are handled separately by Module:AlborzSports.
-- It is rendered separately by Module:AlborzSports.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.honors = {
p.layouts.honors = {


{"افتخارات", "honors"}
{"افتخارات",         "honors"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۶۵۹: خط ۶۲۱:
p.layouts.club = {
p.layouts.club = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"سرمربی", "head_coach"},
{"سرمربی",           "head_coach"},
{"ورزشگاه", "stadium"},
{"ورزشگاه",         "stadium"},
{"ظرفیت", "capacity"}
{"ظرفیت",           "capacity"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۶۷۵: خط ۶۳۶:
p.layouts.academy = {
p.layouts.academy = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"مربیان", "coaching_history"}
{"مربیان",           "coaching_history"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۶۸۹: خط ۶۴۹:
p.layouts.stadium = {
p.layouts.stadium = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"ورزش", "sport"},
{"ورزش",             "sport"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"ظرفیت", "capacity"}
{"ظرفیت",           "capacity"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۰۳: خط ۶۶۲:
p.layouts.gym = {
p.layouts.gym = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"ظرفیت", "capacity"}
{"ظرفیت",           "capacity"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۱۶: خط ۶۷۴:
p.layouts.pool = {
p.layouts.pool = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"تأسیس", "established"}
{"تأسیس",           "established"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۲۸: خط ۶۸۵:
p.layouts.zurkhaneh = {
p.layouts.zurkhaneh = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"تأسیس", "established"}
{"تأسیس",           "established"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۴۰: خط ۶۹۶:
p.layouts.sports_school = {
p.layouts.sports_school = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},
{"تأسیس", "established"}
{"تأسیس",           "established"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۵۳: خط ۷۰۸:
p.layouts.sports_complex = {
p.layouts.sports_complex = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"ظرفیت", "capacity"}
{"ظرفیت",           "capacity"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۶۶: خط ۷۲۰:
p.layouts.facility = {
p.layouts.facility = {


{"نوع مجموعه", "facility_type"},
{"نوع مجموعه",       "facility_type"},
{"تأسیس", "established"},
{"تأسیس",           "established"},
{"ظرفیت", "capacity"}
{"ظرفیت",           "capacity"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۷۹: خط ۷۳۲:
p.layouts.board = {
p.layouts.board = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"فدراسیون", "federation"},
{"فدراسیون",         "federation"},
{"رئیس هیئت", "chairman"}
{"رئیس هیئت",       "chairman"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۷۹۲: خط ۷۴۴:
p.layouts.competition = {
p.layouts.competition = {


{"ورزش", "sport"},
{"ورزش",             "sport"},
{"رشته", "discipline"},
{"رشته",             "discipline"},
{"فصل", "season"},
{"فصل",             "season"},
{"قهرمان", "champion"},
{"قهرمان",           "champion"},
{"نایب قهرمان", "runner_up"},
{"نایب قهرمان",     "runner_up"},
{"سطح مسابقات", "level"}
{"سطح مسابقات",     "level"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۸۰۷: خط ۷۵۸:


p.entities = {
p.entities = {


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۸۳۱: خط ۷۸۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۸۵۵: خط ۸۰۴:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۸۷۹: خط ۸۲۷:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۹۰۲: خط ۸۴۹:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۹۲۴: خط ۸۷۰:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۹۴۶: خط ۸۹۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۹۶۷: خط ۹۱۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۹۸۸: خط ۹۳۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۰۹: خط ۹۵۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۳۰: خط ۹۷۱:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۵۲: خط ۹۹۲:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۷۴: خط ۱٬۰۱۳:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۹۵: خط ۱٬۰۳۳:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۱۱۷: خط ۱٬۰۵۴:


},
},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۱۴۰: خط ۱٬۰۷۶:


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۱۵۰: خط ۱٬۰۸۵:
major = 2,
major = 2,


minor = 2,
minor = 1,


name = "AlborzSports"
name = "AlborzSports"


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

نسخهٔ ‏۸ اوت ۲۰۲۶، ساعت ۲۱:۴۷

توضیحات این پودمان می‌تواند در پودمان:AlborzSports/Data/توضیحات قرار گیرد.

--------------------------------------------------------------------------------
-- Module:AlborzSports/Data
-- Wiki Alborz Sports Information System
-- Version 2.1
--------------------------------------------------------------------------------

local p = {}

--------------------------------------------------------------------------------
-- META
--------------------------------------------------------------------------------

p.meta = {

	title = "جعبه اطلاعات ورزش",

	class = "infobox sport-infobox",

	imageWidth = "280px"

}

--------------------------------------------------------------------------------
-- DEFAULT VALUES
--------------------------------------------------------------------------------

p.defaults = {

	country = "ایران",

	nationality = "ایرانی",

	entity_type = "player",

	image_width = "280px"

}

--------------------------------------------------------------------------------
-- LOOKUP
--------------------------------------------------------------------------------

p.lookup = {

	--------------------------------------------------------------------------------
	-- Identity
	--------------------------------------------------------------------------------

	id                          = "id",
	["شناسه"]                  = "id",

	name                        = "name",
	["نام"]                    = "name",

	fullname                    = "fullname",
	full_name                   = "fullname",
	["نام کامل"]               = "fullname",

	native_name                 = "native_name",
	["نام بومی"]               = "native_name",

	english_name                = "english_name",
	["نام انگلیسی"]            = "english_name",

	nickname                    = "nickname",
	["لقب"]                    = "nickname",

	--------------------------------------------------------------------------------
	-- Image
	--------------------------------------------------------------------------------

	image                       = "image",
	["تصویر"]                  = "image",

	caption                     = "caption",
	["زیرنویس"]                = "caption",

	image_width                 = "image_width",
	image_size                  = "image_width",
	["اندازه تصویر"]           = "image_width",

	--------------------------------------------------------------------------------
	-- Entity
	--------------------------------------------------------------------------------

	entity_type                 = "entity_type",

	type                        = "entity_type",

	["نوع"]                    = "entity_type",

	["گونه"]                   = "entity_type",

	["رده"]                    = "entity_type",

	--------------------------------------------------------------------------------
	-- Personal Information
	--------------------------------------------------------------------------------

	country                     = "country",
	["کشور"]                   = "country",

	nationality                = "nationality",
	["ملیت"]                   = "nationality",

	birth_date                  = "birth_date",
	["زادروز"]                 = "birth_date",
	["تاریخ تولد"]             = "birth_date",

	birth_place                 = "birth_place",
	["محل تولد"]               = "birth_place",

	death_date                  = "death_date",
	["درگذشت"]                 = "death_date",

	death_place                 = "death_place",
	["محل درگذشت"]             = "death_place",

	hometown                    = "hometown",
	["زادگاه"]                 = "hometown",

	residence                   = "residence",
	["محل سکونت"]              = "residence",

	spouse                      = "spouse",
	["همسر"]                   = "spouse",

	children                    = "children",
	["فرزندان"]               = "children",

	family                      = "family",
	["خانواده"]                = "family",

	--------------------------------------------------------------------------------
	-- Physical
	--------------------------------------------------------------------------------

	height                      = "height",
	["قد"]                     = "height",

	weight                      = "weight",
	["وزن"]                    = "weight",

	handed                      = "handed",
	["دست غالب"]               = "handed",

	foot                        = "foot",
	["پای تخصصی"]              = "foot",

	--------------------------------------------------------------------------------
	-- Education
	--------------------------------------------------------------------------------

	education                   = "education",
	["تحصیلات"]                = "education",

	university                  = "university",
	["دانشگاه"]                = "university",

	--------------------------------------------------------------------------------
	-- Contact
	--------------------------------------------------------------------------------

	phone                       = "phone",
	["تلفن"]                   = "phone",

	email                       = "email",
	["رایانامه"]               = "email",

	website                     = "website",
	["وبگاه"]                  = "website",
	["وب‌گاه"]                 = "website",

	instagram                   = "instagram",
	["اینستاگرام"]             = "instagram",

	telegram                    = "telegram",
	["تلگرام"]                 = "telegram",

	aparat                      = "aparat",
	["آپارات"]                 = "aparat",

	x                           = "x",
	twitter                     = "x",
	["ایکس"]                   = "x",

	--------------------------------------------------------------------------------
	-- General Sport
	--------------------------------------------------------------------------------

	sport                       = "sport",
	["ورزش"]                   = "sport",

	discipline                  = "discipline",
	["رشته"]                   = "discipline",

	category                    = "category",
	["رده ورزشی"]              = "category",

	years_active                = "years_active",
	["سال‌های فعالیت"]         = "years_active",

	--------------------------------------------------------------------------------
	-- Player
	--------------------------------------------------------------------------------

	position                    = "position",
	["پست"]                    = "position",

	number                      = "number",
	["شماره"]                  = "number",

	current_club                = "current_club",
	["باشگاه فعلی"]            = "current_club",

	former_clubs                = "former_clubs",
	["باشگاه‌های پیشین"]       = "former_clubs",

	club                        = "club",
	["باشگاه"]                 = "club",

	team                        = "team",
	["تیم"]                    = "team",

	national_team               = "national_team",
	["تیم ملی"]                = "national_team",

	--------------------------------------------------------------------------------
	-- Coach
	--------------------------------------------------------------------------------

	coach_position              = "coach_position",
	["سمت مربیگری"]            = "coach_position",

	coaching_license            = "coaching_license",
	["درجه مربیگری"]           = "coaching_license",

	coaching_history            = "coaching_history",
	coaching                    = "coaching_history",
	["سوابق مربیگری"]          = "coaching_history",

	coaching_clubs              = "coaching_clubs",
	["باشگاه‌های مربیگری"]     = "coaching_clubs",

	--------------------------------------------------------------------------------
	-- Referee
	--------------------------------------------------------------------------------

	referee_grade               = "referee_grade",
	["درجه داوری"]             = "referee_grade",

	referee_years               = "referee_years",
	["سال‌های داوری"]           = "referee_years",

	committee                   = "committee",
	["کمیته"]                  = "committee",

	major_events                = "major_events",
	["رقابت‌های مهم"]          = "major_events",

	--------------------------------------------------------------------------------
	-- Sports Management
	--------------------------------------------------------------------------------

	management_position         = "management_position",
	["سمت مدیریتی"]            = "management_position",

	management_term             = "management_term",
	["دوره مدیریت"]            = "management_term",

	founder                     = "founder",
	["بنیانگذار"]              = "founder",

	operator                    = "operator",
	["بهره‌بردار"]             = "operator",

	--------------------------------------------------------------------------------
	-- Club
	--------------------------------------------------------------------------------

	established                 = "established",
	["تأسیس"]                  = "established",

	owner                       = "owner",
	["مالک"]                   = "owner",

	president                   = "president",
	["رئیس"]                   = "president",

	ceo                         = "ceo",
	["مدیرعامل"]               = "ceo",

	head_coach                  = "head_coach",
	["سرمربی"]                 = "head_coach",

	stadium                     = "stadium",
	["ورزشگاه"]                = "stadium",

	capacity                    = "capacity",
	["ظرفیت"]                  = "capacity",

	--------------------------------------------------------------------------------
	-- Sports Facilities
	--------------------------------------------------------------------------------

	facility_type               = "facility_type",
	["نوع مجموعه"]             = "facility_type",

	province                    = "province",
	["استان"]                  = "province",

	city                        = "city",
	["شهر"]                    = "city",

	district                    = "district",
	["منطقه"]                  = "district",

	address                     = "address",
	["نشانی"]                  = "address",

	coordinates                 = "coordinates",
	["مختصات"]                 = "coordinates",

	--------------------------------------------------------------------------------
	-- Federation / Board
	--------------------------------------------------------------------------------

	federation                  = "federation",
	["فدراسیون"]               = "federation",

	board                       = "board",
	["هیئت"]                   = "board",

	chairman                    = "chairman",
	["رئیس هیئت"]              = "chairman",

	--------------------------------------------------------------------------------
	-- Competition
	--------------------------------------------------------------------------------

	competition                 = "competition",
	["مسابقات"]                = "competition",

	season                      = "season",
	["فصل"]                    = "season",

	champion                    = "champion",
	["قهرمان"]                 = "champion",

	runner_up                   = "runner_up",
	["نایب قهرمان"]            = "runner_up",

	level                       = "level",
	["سطح مسابقات"]            = "level",

	--------------------------------------------------------------------------------
	-- Honors / Medals
	--------------------------------------------------------------------------------

	honors                      = "honors",
	["افتخارات"]               = "honors",

	medals                      = "medals",
	["مدال‌ها"]                = "medals",

	medaltemplates              = "medaltemplates",
	["الگوهای مدال"]            = "medaltemplates"

}

--------------------------------------------------------------------------------
-- LAYOUTS
--------------------------------------------------------------------------------

p.layouts = {}

--------------------------------------------------------------------------------
-- LAYOUT TITLES
--------------------------------------------------------------------------------

p.layoutTitles = {

	base            = "اطلاعات شخصی",

	physical         = "مشخصات فیزیکی",

	education        = "تحصیلات",

	player           = "اطلاعات ورزشی",

	coach             = "سوابق مربیگری",

	referee           = "سوابق داوری",

	manager           = "مدیریت ورزشی",

	club              = "اطلاعات باشگاه",

	academy           = "اطلاعات آکادمی",

	management        = "مدیریت",

	location          = "موقعیت",

	contact           = "ارتباطات",

	honors            = "افتخارات",

	stadium           = "اطلاعات ورزشگاه",

	gym               = "اطلاعات سالن ورزشی",

	pool              = "اطلاعات استخر",

	zurkhaneh         = "اطلاعات زورخانه",

	sports_school     = "مدرسه ورزشی",

	sports_complex    = "مجموعه ورزشی",

	facility          = "مجموعه ورزشی",

	board             = "هیئت ورزشی",

	competition       = "اطلاعات مسابقات"

}

--------------------------------------------------------------------------------
-- BASE INFORMATION
--------------------------------------------------------------------------------

p.layouts.base = {

	{"نام",             "name"},
	{"نام کامل",        "fullname"},
	{"نام بومی",        "native_name"},
	{"نام انگلیسی",    "english_name"},
	{"لقب",             "nickname"},

	{"ملیت",            "nationality"},
	{"کشور",            "country"},

	{"زادروز",          "birth_date"},
	{"محل تولد",        "birth_place"},

	{"درگذشت",          "death_date"},
	{"محل درگذشت",      "death_place"},

	{"زادگاه",          "hometown"},
	{"محل سکونت",       "residence"},

	{"همسر",            "spouse"},
	{"فرزندان",         "children"},
	{"خانواده",         "family"}

}

--------------------------------------------------------------------------------
-- PHYSICAL
--------------------------------------------------------------------------------

p.layouts.physical = {

	{"قد",              "height"},
	{"وزن",             "weight"},
	{"دست غالب",        "handed"},
	{"پای تخصصی",       "foot"}

}

--------------------------------------------------------------------------------
-- EDUCATION
--------------------------------------------------------------------------------

p.layouts.education = {

	{"تحصیلات",         "education"},
	{"دانشگاه",         "university"}

}

--------------------------------------------------------------------------------
-- PLAYER
--------------------------------------------------------------------------------

p.layouts.player = {

	{"ورزش",            "sport"},
	{"رشته",            "discipline"},

	{"پست",             "position"},
	{"شماره",           "number"},

	{"باشگاه فعلی",     "current_club"},
	{"باشگاه‌های پیشین","former_clubs"},

	{"تیم ملی",         "national_team"},

	{"سال‌های فعالیت",  "years_active"}

}

--------------------------------------------------------------------------------
-- COACH
--------------------------------------------------------------------------------

p.layouts.coach = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},

	{"سمت مربیگری",     "coach_position"},

	{"درجه مربیگری",    "coaching_license"},

	{"سوابق مربیگری",   "coaching_history"},

	{"باشگاه‌های مربیگری","coaching_clubs"},

	{"سال‌های فعالیت",  "years_active"}

}

--------------------------------------------------------------------------------
-- REFEREE
--------------------------------------------------------------------------------

p.layouts.referee = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},

	{"درجه داوری",      "referee_grade"},

	{"سال‌های داوری",   "referee_years"},

	{"کمیته",           "committee"},

	{"رقابت‌های مهم",   "major_events"}

}

--------------------------------------------------------------------------------
-- SPORTS MANAGER
--------------------------------------------------------------------------------

p.layouts.manager = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},

	{"سمت مدیریتی",     "management_position"},

	{"باشگاه",          "club"},

	{"دوره مدیریت",     "management_term"}

}

--------------------------------------------------------------------------------
-- MANAGEMENT
--------------------------------------------------------------------------------

p.layouts.management = {

	{"مالک",             "owner"},
	{"رئیس",             "president"},
	{"مدیرعامل",         "ceo"},
	{"بنیانگذار",        "founder"},
	{"بهره‌بردار",       "operator"}

}

--------------------------------------------------------------------------------
-- LOCATION
--------------------------------------------------------------------------------

p.layouts.location = {

	{"استان",            "province"},
	{"شهر",              "city"},
	{"منطقه",            "district"},
	{"نشانی",            "address"},
	{"مختصات",           "coordinates"}

}

--------------------------------------------------------------------------------
-- CONTACT
--------------------------------------------------------------------------------

p.layouts.contact = {

	{"تلفن",             "phone"},
	{"رایانامه",         "email"},
	{"وبگاه",            "website"},
	{"اینستاگرام",       "instagram"},
	{"تلگرام",           "telegram"},
	{"آپارات",            "aparat"},
	{"ایکس",             "x"}

}

--------------------------------------------------------------------------------
-- HONORS
--------------------------------------------------------------------------------
-- Medal templates are handled separately by Module:AlborzSports.
--------------------------------------------------------------------------------

p.layouts.honors = {

	{"افتخارات",         "honors"}

}

--------------------------------------------------------------------------------
-- CLUB
--------------------------------------------------------------------------------

p.layouts.club = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},
	{"تأسیس",            "established"},
	{"سرمربی",           "head_coach"},
	{"ورزشگاه",          "stadium"},
	{"ظرفیت",            "capacity"}

}

--------------------------------------------------------------------------------
-- ACADEMY
--------------------------------------------------------------------------------

p.layouts.academy = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},
	{"تأسیس",            "established"},
	{"مربیان",            "coaching_history"}

}

--------------------------------------------------------------------------------
-- STADIUM
--------------------------------------------------------------------------------

p.layouts.stadium = {

	{"نوع مجموعه",       "facility_type"},
	{"ورزش",             "sport"},
	{"تأسیس",            "established"},
	{"ظرفیت",            "capacity"}

}

--------------------------------------------------------------------------------
-- GYM
--------------------------------------------------------------------------------

p.layouts.gym = {

	{"نوع مجموعه",       "facility_type"},
	{"تأسیس",            "established"},
	{"ظرفیت",            "capacity"}

}

--------------------------------------------------------------------------------
-- SWIMMING POOL
--------------------------------------------------------------------------------

p.layouts.pool = {

	{"نوع مجموعه",       "facility_type"},
	{"تأسیس",            "established"}

}

--------------------------------------------------------------------------------
-- ZURKHANEH
--------------------------------------------------------------------------------

p.layouts.zurkhaneh = {

	{"نوع مجموعه",       "facility_type"},
	{"تأسیس",            "established"}

}

--------------------------------------------------------------------------------
-- SPORTS SCHOOL
--------------------------------------------------------------------------------

p.layouts.sports_school = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},
	{"تأسیس",            "established"}

}

--------------------------------------------------------------------------------
-- SPORTS COMPLEX
--------------------------------------------------------------------------------

p.layouts.sports_complex = {

	{"نوع مجموعه",       "facility_type"},
	{"تأسیس",            "established"},
	{"ظرفیت",            "capacity"}

}

--------------------------------------------------------------------------------
-- FACILITY
--------------------------------------------------------------------------------

p.layouts.facility = {

	{"نوع مجموعه",       "facility_type"},
	{"تأسیس",            "established"},
	{"ظرفیت",            "capacity"}

}

--------------------------------------------------------------------------------
-- FEDERATION / SPORTS BOARD
--------------------------------------------------------------------------------

p.layouts.board = {

	{"ورزش",             "sport"},
	{"فدراسیون",         "federation"},
	{"رئیس هیئت",        "chairman"}

}

--------------------------------------------------------------------------------
-- COMPETITION
--------------------------------------------------------------------------------

p.layouts.competition = {

	{"ورزش",             "sport"},
	{"رشته",             "discipline"},
	{"فصل",              "season"},
	{"قهرمان",           "champion"},
	{"نایب قهرمان",      "runner_up"},
	{"سطح مسابقات",      "level"}

}

--------------------------------------------------------------------------------
-- ENTITIES
--------------------------------------------------------------------------------

p.entities = {

	--------------------------------------------------------------------------------
	-- PLAYER
	--------------------------------------------------------------------------------

	player = {

		type = "player",

		title = "بازیکن",

		layouts = {

			"base",
			"physical",
			"education",
			"player",
			"honors",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- COACH
	--------------------------------------------------------------------------------

	coach = {

		type = "coach",

		title = "مربی",

		layouts = {

			"base",
			"physical",
			"education",
			"coach",
			"honors",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- REFEREE
	--------------------------------------------------------------------------------

	referee = {

		type = "referee",

		title = "داور",

		layouts = {

			"base",
			"physical",
			"education",
			"referee",
			"honors",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- SPORTS MANAGER
	--------------------------------------------------------------------------------

	manager = {

		type = "manager",

		title = "مدیر ورزشی",

		layouts = {

			"base",
			"education",
			"manager",
			"honors",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- CLUB
	--------------------------------------------------------------------------------

	club = {

		type = "club",

		title = "باشگاه ورزشی",

		layouts = {

			"club",
			"management",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- ACADEMY
	--------------------------------------------------------------------------------

	academy = {

		type = "academy",

		title = "آکادمی ورزشی",

		layouts = {

			"academy",
			"management",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- STADIUM
	--------------------------------------------------------------------------------

	stadium = {

		type = "stadium",

		title = "ورزشگاه",

		layouts = {

			"stadium",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- GYMNASIUM
	--------------------------------------------------------------------------------

	gym = {

		type = "gym",

		title = "سالن ورزشی",

		layouts = {

			"gym",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- SWIMMING POOL
	--------------------------------------------------------------------------------

	pool = {

		type = "pool",

		title = "استخر",

		layouts = {

			"pool",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- ZURKHANEH
	--------------------------------------------------------------------------------

	zurkhaneh = {

		type = "zurkhaneh",

		title = "زورخانه",

		layouts = {

			"zurkhaneh",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- SPORTS SCHOOL
	--------------------------------------------------------------------------------

	sports_school = {

		type = "sports_school",

		title = "مدرسه ورزشی",

		layouts = {

			"sports_school",
			"management",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- SPORTS COMPLEX
	--------------------------------------------------------------------------------

	sports_complex = {

		type = "sports_complex",

		title = "مجموعه ورزشی",

		layouts = {

			"sports_complex",
			"management",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- FACILITY
	--------------------------------------------------------------------------------

	facility = {

		type = "facility",

		title = "مجموعه ورزشی",

		layouts = {

			"facility",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- SPORTS BOARD
	--------------------------------------------------------------------------------

	board = {

		type = "board",

		title = "هیئت ورزشی",

		layouts = {

			"board",
			"management",
			"location",
			"contact"

		}

	},

	--------------------------------------------------------------------------------
	-- COMPETITION
	--------------------------------------------------------------------------------

	competition = {

		type = "competition",

		title = "مسابقات",

		layouts = {

			"competition",
			"location",
			"contact"

		}

	}

}

--------------------------------------------------------------------------------
-- VERSION
--------------------------------------------------------------------------------

p.version = {

	major = 2,

	minor = 1,

	name = "AlborzSports"

}

--------------------------------------------------------------------------------
-- EXPORT
--------------------------------------------------------------------------------

return p