پرش به محتوا

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

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


local p = {}
local p = {}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱۳: خط ۱۵:
p.meta = {
p.meta = {


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


    class = "infobox sport-infobox",
class = "infobox sport-infobox",


    imageWidth = "280px"
imageWidth = "280px"


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۲۷: خط ۳۰:
p.defaults = {
p.defaults = {


    country = "ایران",
country = "ایران",


    nationality = "ایرانی",
nationality = "ایرانی",


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


    image_width = "280px"
image_width = "280px"


}
}


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


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


    id                         = "id",
------------------------------------------------------------
    ["شناسه"]                   = "id",
-- 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
------------------------------------------------------------


    name                        = "name",
country = "country",
    ["نام"]                     = "name",
["کشور"] = "country",


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


    native_name                = "native_name",
birth_date = "birth_date",
    ["نام بومی"]               = "native_name",
["زادروز"] = "birth_date",
["تاریخ تولد"] = "birth_date",


    english_name                = "english_name",
birth_place = "birth_place",
    ["نام انگلیسی"]             = "english_name",
["محل تولد"] = "birth_place",


    nickname                    = "nickname",
death_date = "death_date",
    ["لقب"]                     = "nickname",
["درگذشت"] = "death_date",


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


    image                      = "image",
hometown = "hometown",
    ["تصویر"]                   = "image",
["زادگاه"] = "hometown",


    caption                    = "caption",
residence = "residence",
    ["زیرنویس"]                 = "caption",
["محل سکونت"] = "residence",


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


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


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


    type                        = "entity_type",


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


    ["گونه"]                   = "entity_type",
height = "height",
["قد"] = "height",


    ["رده"]                     = "entity_type",
weight = "weight",
["وزن"] = "weight",


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


    country                    = "country",
foot = "foot",
    ["کشور"]                   = "country",
["پای تخصصی"] = "foot",


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


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


    birth_place                = "birth_place",
education = "education",
    ["محل تولد"]               = "birth_place",
["تحصیلات"] = "education",


    death_date                  = "death_date",
university = "university",
    ["درگذشت"]                 = "death_date",
["دانشگاه"] = "university",


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


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


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


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


    children                    = "children",
website = "website",
    ["فرزندان"]                 = "children",
["وبگاه"] = "website",
["وب‌گاه"] = "website",


    family                      = "family",
instagram = "instagram",
    ["خانواده"]                 = "family",
["اینستاگرام"] = "instagram",


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


    height                      = "height",
aparat = "aparat",
    ["قد"]                     = "height",
["آپارات"] = "aparat",


    weight                      = "weight",
x = "x",
    ["وزن"]                     = "weight",
twitter = "x",
["ایکس"] = "x",


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


    foot                        = "foot",
------------------------------------------------------------
    ["پای تخصصی"]              = "foot",
-- General Sport
    --------------------------------------------------------------------------------
------------------------------------------------------------
-- Education
--------------------------------------------------------------------------------


    education                  = "education",
sport = "sport",
    ["تحصیلات"]                 = "education",
["ورزش"] = "sport",


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


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


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


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


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


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


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


    aparat                      = "aparat",
current_club = "current_club",
    ["آپارات"]                 = "aparat",
["باشگاه فعلی"] = "current_club",


    x                          = "x",
former_clubs = "former_clubs",
    twitter                    = "x",
["باشگاه‌های پیشین"] = "former_clubs",
    ["ایکس"]                   = "x",


--------------------------------------------------------------------------------
club = "club",
-- General Sport
["باشگاه"] = "club",
--------------------------------------------------------------------------------


    sport                      = "sport",
team = "team",
    ["ورزش"]                   = "sport",
["تیم"] = "team",


    discipline                  = "discipline",
national_team = "national_team",
    ["رشته"]                   = "discipline",
["تیم ملی"] = "national_team",


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


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


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


    position                    = "position",
coaching_license = "coaching_license",
    ["پست"]                     = "position",
["درجه مربیگری"] = "coaching_license",


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


    current_club                = "current_club",
coaching_clubs = "coaching_clubs",
    ["باشگاه فعلی"]             = "current_club",
["باشگاه‌های مربیگری"] = "coaching_clubs",


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


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


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


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


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


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


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


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


    coaching_clubs              = "coaching_clubs",
management_position = "management_position",
    ["باشگاه‌های مربیگری"]     = "coaching_clubs",
["سمت مدیریتی"] = "management_position",


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


    referee_grade              = "referee_grade",
founder = "founder",
    ["درجه داوری"]             = "referee_grade",
["بنیانگذار"] = "founder",


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


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


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


--------------------------------------------------------------------------------
established = "established",
-- Sports Management
["تأسیس"] = "established",
--------------------------------------------------------------------------------


    management_position        = "management_position",
owner = "owner",
    ["سمت مدیریتی"]             = "management_position",
["مالک"] = "owner",


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


    founder                    = "founder",
ceo = "ceo",
    ["بنیانگذار"]               = "founder",
["مدیرعامل"] = "ceo",


    operator                    = "operator",
head_coach = "head_coach",
    ["بهره‌بردار"]             = "operator",
["سرمربی"] = "head_coach",


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


    established                = "established",
capacity = "capacity",
    ["تأسیس"]                   = "established",
["ظرفیت"] = "capacity",


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


    president                  = "president",
------------------------------------------------------------
    ["رئیس"]                    = "president",
-- Sports Facilities
------------------------------------------------------------


    ceo                        = "ceo",
facility_type = "facility_type",
    ["مدیرعامل"]               = "ceo",
["نوع مجموعه"] = "facility_type",


    head_coach                  = "head_coach",
province = "province",
    ["سرمربی"]                 = "head_coach",
["استان"] = "province",


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


    capacity                    = "capacity",
district = "district",
    ["ظرفیت"]                   = "capacity",
["منطقه"] = "district",


--------------------------------------------------------------------------------
address = "address",
-- Sports Facilities
["نشانی"] = "address",
--------------------------------------------------------------------------------


    facility_type              = "facility_type",
coordinates = "coordinates",
    ["نوع مجموعه"]             = "facility_type",
["مختصات"] = "coordinates",


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


    city                        = "city",
------------------------------------------------------------
    ["شهر"]                    = "city",
-- Federation / Board
------------------------------------------------------------


    district                    = "district",
federation = "federation",
    ["منطقه"]                   = "district",
["فدراسیون"] = "federation",


    address                    = "address",
board = "board",
    ["نشانی"]                   = "address",
["هیئت"] = "board",


    coordinates                = "coordinates",
chairman = "chairman",
    ["مختصات"]                 = "coordinates",
["رئیس هیئت"] = "chairman",
    --------------------------------------------------------------------------------
-- Federation / Board
--------------------------------------------------------------------------------


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


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


    chairman                    = "chairman",
competition = "competition",
    ["رئیس هیئت"]               = "chairman",
["مسابقات"] = "competition",


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


    competition                = "competition",
champion = "champion",
    ["مسابقات"]                 = "competition",
["قهرمان"] = "champion",


    season                      = "season",
runner_up = "runner_up",
    ["فصل"]                     = "season",
["نایب قهرمان"] = "runner_up",


    champion                    = "champion",
level = "level",
    ["قهرمان"]                 = "champion",
["سطح مسابقات"] = "level",


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


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


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


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


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


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


}
}


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


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 = "اطلاعات مسابقات"


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Base Information
-- BASE INFORMATION
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Physical
-- PHYSICAL
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.physical = {
p.layouts.physical = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Education
-- EDUCATION
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.education = {
p.layouts.education = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Player
-- PLAYER
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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"}


}
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Coach
-- COACH
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Referee
-- REFEREE
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.referee = {
p.layouts.referee = {


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


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


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


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


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Sports Manager
-- SPORTS MANAGER
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.manager = {
p.layouts.manager = {


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


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


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


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Management
-- MANAGEMENT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.management = {
p.layouts.management = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Location
-- LOCATION
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.location = {
p.layouts.location = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Contact
-- CONTACT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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.
-- It is rendered separately by Module:AlborzSports.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


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


    {"افتخارات",               "honors"},
{"افتخارات", "honors"}
    {"مدال‌ها",                "medaltemplates"}


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Club
-- CLUB
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.club = {
p.layouts.club = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Academy
-- ACADEMY
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.academy = {
p.layouts.academy = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Stadium
-- STADIUM
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.stadium = {
p.layouts.stadium = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Gym
-- GYM
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.gym = {
p.layouts.gym = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Swimming Pool
-- SWIMMING POOL
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.pool = {
p.layouts.pool = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Zurkhaneh
-- ZURKHANEH
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.zurkhaneh = {
p.layouts.zurkhaneh = {


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


}
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Sports School
-- SPORTS SCHOOL
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.sports_school = {
p.layouts.sports_school = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Sports Complex
-- SPORTS COMPLEX
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.sports_complex = {
p.layouts.sports_complex = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Facility (Generic)
-- FACILITY
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.facility = {
p.layouts.facility = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Federation / Sports Board
-- FEDERATION / SPORTS BOARD
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.board = {
p.layouts.board = {


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


}
}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Competition
-- COMPETITION
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


p.layouts.competition = {
p.layouts.competition = {


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


}
}


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


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


player = {
--------------------------------------------------------------------------------
-- PLAYER
--------------------------------------------------------------------------------
 
player = {
 
type = "player",
 
title = "بازیکن",
 
layouts = {
 
"base",
"physical",
"education",
"player",
"honors",
"contact"
 
}
 
},
 
 
--------------------------------------------------------------------------------
-- COACH
--------------------------------------------------------------------------------
 
coach = {
 
type = "coach",
 
title = "مربی",
 
layouts = {
 
"base",
"physical",
"education",
"coach",
"honors",
"contact"
 
}
 
},


    type = "player",


    title = "بازیکن",
--------------------------------------------------------------------------------
-- REFEREE
--------------------------------------------------------------------------------


    layouts = {
referee = {


        "base",
type = "referee",
        "physical",
        "education",
        "player",
        "honors",
        "contact"


    }
title = "داور",


},
layouts = {


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


coach = {
}


    type = "coach",
},


    title = "مربی",


    layouts = {
--------------------------------------------------------------------------------
-- SPORTS MANAGER
--------------------------------------------------------------------------------


        "base",
manager = {
        "physical",
        "education",
        "coach",
        "honors",
        "contact"


    }
type = "manager",


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


--------------------------------------------------------------------------------
layouts = {
-- REFEREE
--------------------------------------------------------------------------------


referee = {
"base",
"education",
"manager",
"honors",
"contact"


    type = "referee",
}


    title = "داور",
},


    layouts = {


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


    }
club = {


},
type = "club",


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


manager = {
layouts = {


    type = "manager",
"club",
"management",
"location",
"contact"


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


    layouts = {
},


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


    }
--------------------------------------------------------------------------------
-- ACADEMY
--------------------------------------------------------------------------------


},
academy = {


--------------------------------------------------------------------------------
type = "academy",
-- CLUB
--------------------------------------------------------------------------------


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


    type = "club",
layouts = {


    title = "باشگاه ورزشی",
"academy",
"management",
"location",
"contact"


    layouts = {
}


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


    }


},
--------------------------------------------------------------------------------
-- STADIUM
--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
stadium = {
-- ACADEMY
--------------------------------------------------------------------------------


academy = {
type = "stadium",


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


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


    layouts = {
"stadium",
"location",
"contact"


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


    }
},


},


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- STADIUM
-- GYMNASIUM
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


stadium = {
gym = {


    type = "stadium",
type = "gym",


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


    layouts = {
layouts = {


        "stadium",
"gym",
        "location",
"location",
        "contact"
"contact"


    }
}


},
},


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


gym = {
--------------------------------------------------------------------------------
-- SWIMMING POOL
--------------------------------------------------------------------------------


    type = "gym",
pool = {


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


    layouts = {
title = "استخر",


        "gym",
layouts = {
        "location",
        "contact"


    }
"pool",
"location",
"contact"


},
}


--------------------------------------------------------------------------------
},
-- SWIMMING POOL
--------------------------------------------------------------------------------


pool = {


    type = "pool",
--------------------------------------------------------------------------------
-- ZURKHANEH
--------------------------------------------------------------------------------


    title = "استخر",
zurkhaneh = {


    layouts = {
type = "zurkhaneh",


        "pool",
title = "زورخانه",
        "location",
        "contact"


    }
layouts = {


},
"zurkhaneh",
"location",
"contact"


--------------------------------------------------------------------------------
}
-- ZURKHANEH
--------------------------------------------------------------------------------


zurkhaneh = {
},


    type = "zurkhaneh",


    title = "زورخانه",
--------------------------------------------------------------------------------
-- SPORTS SCHOOL
--------------------------------------------------------------------------------


    layouts = {
sports_school = {


        "zurkhaneh",
type = "sports_school",
        "location",
        "contact"


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


},
layouts = {


--------------------------------------------------------------------------------
"sports_school",
-- SPORTS SCHOOL
"management",
--------------------------------------------------------------------------------
"location",
"contact"


sports_school = {
}


    type = "sports_school",
},


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


    layouts = {
--------------------------------------------------------------------------------
-- SPORTS COMPLEX
--------------------------------------------------------------------------------


        "sports_school",
sports_complex = {
        "management",
        "location",
        "contact"


    }
type = "sports_complex",


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


--------------------------------------------------------------------------------
layouts = {
-- SPORTS COMPLEX
--------------------------------------------------------------------------------


sports_complex = {
"sports_complex",
"management",
"location",
"contact"


    type = "sports_complex",
}


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


    layouts = {


        "sports_complex",
--------------------------------------------------------------------------------
        "management",
-- FACILITY
        "location",
--------------------------------------------------------------------------------
        "contact"


    }
facility = {


},
type = "facility",


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


facility = {
layouts = {


    type = "facility",
"facility",
"location",
"contact"


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


    layouts = {
},


        "facility",
        "location",
        "contact"


    }
--------------------------------------------------------------------------------
-- SPORTS BOARD
--------------------------------------------------------------------------------


},
board = {


--------------------------------------------------------------------------------
type = "board",
-- SPORTS BOARD
--------------------------------------------------------------------------------


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


    type = "board",
layouts = {


    title = "هیئت ورزشی",
"board",
"management",
"location",
"contact"


    layouts = {
}


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


    }


},
--------------------------------------------------------------------------------
-- COMPETITION
--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
competition = {
-- COMPETITION
--------------------------------------------------------------------------------


competition = {
type = "competition",


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


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


    layouts = {
"competition",
"location",
"contact"


        "competition",
}
        "location",
        "contact"


    }
}


}
}


}


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
خط ۱٬۰۷۷: خط ۱٬۱۴۸:
p.version = {
p.version = {


    major = 2,
major = 2,


    minor = 1,
minor = 2,


    name = "AlborzSports"
name = "AlborzSports"


}
}


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

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

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

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

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
	------------------------------------------------------------

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

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

	medaltemplates = "medaltemplates",

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

}


--------------------------------------------------------------------------------
-- 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
--------------------------------------------------------------------------------
-- medaltemplates is intentionally NOT included here.
-- It is rendered 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 = 2,

	name = "AlborzSports"

}


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

return p