پرش به محتوا

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

از ویکی البرز
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
 
(۱۳ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
--------------------------------------------------------------------------------
-- Module:AlborzInfoBox/Data/Geography
-- Wiki Alborz Geography Information System
-- Data Definition
--------------------------------------------------------------------------------
local p = {}
local p = {}
--------------------------------------------------------------------------------
-- FIELDS
--------------------------------------------------------------------------------


p.fields = {
p.fields = {


    country = { label = "کشور", arg = "کشور", default = "ایران" },
------------------------------------------------------------------------
    province = { label = "استان", arg = "استان", default = "البرز" },
-- اطلاعات پایه
    county = { label = "شهرستان", arg = "شهرستان" },
------------------------------------------------------------------------
    district = { label = "بخش", arg = "بخش" },
 
    ruraldistrict = { label = "دهستان", arg = "دهستان" },
country = {
    city = { label = "شهر", arg = "شهر" },
label = "کشور",
arg = "کشور",
default = "ایران"
},
 
province = {
label = "استان",
arg = "استان",
default = "البرز"
},
 
county = {
label = "شهرستان",
args = {
"شهرستان",
"شهرستان "
}
},
 
district = {
label = "بخش",
arg = "بخش"
},
 
ruraldistrict = {
label = "دهستان",
arg = "دهستان"
},
 
city = {
label = "شهر",
args = {
"شهر",
"شهر "
}
},
 
capital = {
label = "مرکز",
arg = "مرکز"
},
 
------------------------------------------------------------------------
-- فیلدهای شهرستان
------------------------------------------------------------------------
 
officialName = {
label = "نام‌رسمی",
arg = "نام‌رسمی"
},
 
yearEstablished = {
label = "سال‌شهرستان‌شدن",
arg = "سال‌شهرستان‌شدن"
},
 
cities = {
label = "شهرها",
arg = "شهرها"
},
 
districts = {
label = "بخش‌ها",
arg = "بخش‌ها"
},
 
density = {
label = "تراکم‌جمعیت",
arg = "تراکم‌جمعیت"
},
 
governor = {
label = "فرماندار",
arg = "فرماندار"
},
 
electoralDistrict = {
label = "حوزه انتخابیه",
arg = "حوزه انتخابیه"
},
 
religion = {
label = "مذهب",
arg = "مذهب"
},
 
------------------------------------------------------------------------
-- آمار
------------------------------------------------------------------------
 
population = {
label = "جمعیت",
arg = "جمعیت"
},
 
area = {
label = "مساحت",
arg = "مساحت"
},
 
elevation = {
label = "ارتفاع",
arg = "ارتفاع"
},
 
------------------------------------------------------------------------
-- مدیریت
------------------------------------------------------------------------
 
mayor = {
label = "شهردار",
arg = "شهردار"
},
 
------------------------------------------------------------------------
-- ارتباطات
------------------------------------------------------------------------
 
phone = {
label = "پیش‌شماره",
args = {
"پیش‌شماره",
"شماره تلفن",
"تلفن"
}
},
 
plate = {
label = "پلاک خودرو",
arg = "پلاک خودرو"
},
 
website = {
label = "وبگاه",
args = {
"وبگاه",
"وب‌سایت",
"سایت"
},
raw = true
},
 
------------------------------------------------------------------------
-- تاریخ
------------------------------------------------------------------------
 
established = {
label = "سال تأسیس",
arg = "سال تأسیس"
},
 
------------------------------------------------------------------------
-- فیلدهای اختصاصی محله
------------------------------------------------------------------------
 
localName = {
label = "نام محلی",
arg = "نام‌محلی"
},
 
altNames = {
label = "نام‌های دیگر",
args = {
"نام‌های دیگر",
"نام دیگر"
}
},
 
foundationYear = {
label = "سال بنیاد",
arg = "سال‌بنیاد"
},
 
region = {
label = "منطقه",
arg = "منطقه"
},
 
adjacentAreas = {
label = "مناطق همجوار",
args = {
"مناطق همجوار"
},
raw = true
},
 
mainStreets = {
label = "خیابان‌های مهم",
args = {
"خیابانهای مهم",
"خیابان‌های مهم"
},
raw = true
},
 
landmarks = {
label = "مکان‌های مهم",
args = {
"مکان‌های مهم",
"مکانهای مهم"
},
raw = true
},
 
neighborhoods = {
label = "محله‌ها",
args = {
"محله‌ها",
"محله ها",
"محله"
},
raw = true
},
 
heritage = {
label = "ره‌آورد",
arg = "ره‌آورد"
},
 
------------------------------------------------------------------------
-- فیلدهای غار
------------------------------------------------------------------------
 
length = {
label = "طول",
arg = "طول"
},
 
depth = {
label = "عمق",
arg = "عمق"
},
 
discovery = {
label = "سال کشف",
args = {
"سال کشف",
"کشف"
}
},
 
geology = {
label = "زمین‌شناسی",
arg = "زمین‌شناسی"
},
 
entrances = {
label = "تعداد ورودی‌ها",
args = {
"تعداد ورودی‌ها",
"ورودی‌ها"
}
},
 
features = {
label = "ویژگی‌های برجسته",
args = {
"ویژگی‌ها",
"ویژگی‌های برجسته"
}
},
 
access = {
label = "دسترسی",
arg = "دسترسی"
},
 
visitors = {
label = "بازدیدکنندگان سالانه",
args = {
"بازدیدکنندگان",
"بازدیدکنندگان سالانه"
}
},
 
------------------------------------------------------------------------
-- فیلدهای پارک
------------------------------------------------------------------------
 
parkType = {
label = "نوع",
arg = "نوع پارک"
},
 
motto = {
label = "شعار",
arg = "شعار"
},
 
nearestCity = {
label = "نزدیک‌ترین شهر",
args = {
"نزدیک‌ترین شهر",
"نزدیک‌ترین شهرک"
}
},
 
founder = {
label = "بنیان‌گذار",
arg = "بنیان‌گذار"
},
 
designer = {
label = "طراح",
arg = "طراح"
},
 
owner = {
label = "مالک",
arg = "مالک"
},
 
operator = {
label = "گرداننده",
arg = "گرداننده"
},
 
facilities = {
label = "امکانات",
arg = "امکانات"
},
 
------------------------------------------------------------------------
-- فیلدهای رودخانه
------------------------------------------------------------------------
 
source = {
label = "سرچشمه",
args = {
"سرچشمه",
"منبع"
}
},
 
mouth = {
label = "مصب",
args = {
"مصب",
"دهانه"
}
},
 
------------------------------------------------------------------------
-- فیلدهای عمومی
------------------------------------------------------------------------
 
historicType = {
label = "نوع",
args = {
"نوع بنا",
"نوع بنای تاریخی"
}
},
 
location = {
label = "موقعیت",
arg = "موقعیت"
},
 
mainUse = {
label = "کاربری اصلی",
args = {
"کاربری اصلی",
"کاربری"
}
},
 
currentUse = {
label = "کاربری فعلی",
arg = "کاربری فعلی"
},
 
architecture = {
label = "سبک معماری",
arg = "سبک معماری"
},
 
period = {
label = "دوره ساخت",
args = {
"دوره ساخت",
"دوره تاریخی",
"دوران",
"دوره"
}
},
 
built = {
label = "سال ساخت",
args = {
"سال ساخت",
"تاریخ ساخت"
}
},
 
builder = {
label = "بانی",
arg = "بانی"
},
 
architect = {
label = "معمار",
arg = "معمار"
},
 
material = {
label = "مصالح",
arg = "مصالح"
},
 
status = {
label = "وضعیت",
arg = "وضعیت"
},
 
ownership = {
label = "مالک",
args = {
"مالک",
"مالکیت"
}
},
 
registration = {
label = "شماره ثبت",
args = {
"شماره ثبت",
"شمارهٔ ثبت",
"شماره ثبت ملی"
}
},
 
registrationDate = {
label = "تاریخ ثبت",
args = {
"تاریخ ثبت",
"تاریخ ثبت ملی"
}
},
 
responsibleOrganization = {
label = "سازمان مسئول",
args = {
"سازمان مسئول",
"سازمان"
}
},
 
coordinates = {
label = "مختصات",
args = {
"مختصات",
"coord",
"مختصات جغرافیایی"
},
raw = true
},
 
footnotes = {
label = "پانویس",
arg = "پانویس",
raw = true
},
 
------------------------------------------------------------------------
-- فیلدهای اختصاصی آبشار
------------------------------------------------------------------------
 
height = {
label = "ارتفاع کلی",
args = {
"ارتفاع کلی",
"height",
"ارتفاع"
}
},
 
longestDrop = {
label = "طولانی‌ترین ریزشگاه",
args = {
"طولانی‌ترین ریزشگاه",
"height_longest"
}
},
 
width = {
label = "عرض کلی",
args = {
"عرض کلی",
"width",
"عرض"
}
},
 
averageWidth = {
label = "عرض میانگین",
args = {
"عرض میانگین",
"average_width"
}
},
 
numberDrops = {
label = "دائمی/فصلی",
args = {
"دائمی/فصلی",
"number_drops"
}
},


    capital = { label = "مرکز", arg = "مرکز" },
watercourse = {
    population = { label = "جمعیت", arg = "جمعیت" },
label = "سرچشمه",
    area = { label = "مساحت", arg = "مساحت" },
args = {
    elevation = { label = "ارتفاع", arg = "ارتفاع" },
"سرچشمه",
    mayor = { label = "شهردار", arg = "شهردار" },
"watercourse"
}
},


    phone = { label = "پیش‌شماره", arg = "پیش‌شماره" },
averageFlow = {
    plate = { label = "پلاک خودرو", arg = "پلاک خودرو" },
label = "جریان میانگین",
    website = { label = "وبگاه", arg = "وبگاه" },
args = {
"جریان میانگین",
"average_flow",
"میانگین جریان"
}
},


    established = { label = "سال تأسیس", arg = "سال تأسیس" },
worldRank = {
label = "رتبه جهانی",
args = {
"رتبه جهانی",
"world_rank"
}
},


    river = { label = "رودخانه", arg = "رودخانه" },
waterfallType = {
    source = { label = "سرچشمه", arg = "سرچشمه" },
label = "نوع آبشار",
    mouth = { label = "ریزشگاه", arg = "ریزشگاه" },
args = {
"نوع آبشار",
"type"
}
},


    length = { label = "طول", arg = "طول" },
map = {
    depth = { label = "عمق", arg = "عمق" },
label = "نقشه",
arg = "نقشه",
raw = true
},


    mountainrange = { label = "رشته‌کوه", arg = "رشته‌کوه" },
mapCaption = {
    waterfallheight = { label = "ارتفاع آبشار", arg = "ارتفاع آبشار" },
label = "توضیح نقشه",
args = {
"توضیح نقشه",
"map_caption"
}
},
 
pushpinMap = {
label = "نقشه پونزی",
arg = "نقشه پونزی",
raw = true
}


    footnotes = { label = "پانویس", arg = "پانویس" }
}
}
--------------------------------------------------------------------------------
-- TYPE MAP
--------------------------------------------------------------------------------
p.typeMap = {
["بنای تاریخی"] = "historic",
["historic"] = "historic",
["شهر"] = "city",
["city"] = "city",
["روستا"] = "village",
["village"] = "village",
["شهرستان"] = "county",
["county"] = "county",
["بخش"] = "district",
["district"] = "district",
["دهستان"] = "ruraldistrict",
["ruraldistrict"] = "ruraldistrict",
["محله"] = "neighborhood",
["neighborhood"] = "neighborhood",
["منطقه شهری"] = "urbanarea",
["منطقه شهری کرج"] = "urbanarea",
["منطقه"] = "urbanarea",
["urbanarea"] = "urbanarea",
["کوه"] = "mountain",
["mountain"] = "mountain",
["غار"] = "cave",
["cave"] = "cave",
["رودخانه"] = "river",
["river"] = "river",
["آبشار"] = "waterfall",
["waterfall"] = "waterfall",
["پارک"] = "park",
["park"] = "park"
}
--------------------------------------------------------------------------------
-- LAYOUTS
--------------------------------------------------------------------------------


p.layouts = {
p.layouts = {


city = {
------------------------------------------------------------------------
    "country",
-- شهر
    "province",
------------------------------------------------------------------------
    "county",
    "district",
    "population",
    "area",
    "elevation",
    "mayor",
    "phone",
    "plate",
    "website",
    "footnotes"
},


village = {
city = {
    "country",
"country",
    "province",
"province",
    "county",
"county",
    "district",
"district",
    "ruraldistrict",
"city",
    "population",
"population",
    "elevation",
"area",
    "website",
"elevation",
    "footnotes"
"mayor",
},
"phone",
"plate",
"website",
"footnotes"
},


county = {
------------------------------------------------------------------------
    "country",
-- روستا
    "province",
------------------------------------------------------------------------
    "capital",
    "population",
    "area",
    "website",
    "footnotes"
},


district = {
village = {
    "country",
"country",
    "province",
"province",
    "county",
"county",
    "capital",
"district",
    "population",
"ruraldistrict",
    "website",
"population",
    "footnotes"
"elevation",
},
"website",
"footnotes"
},


ruraldistrict = {
------------------------------------------------------------------------
    "country",
-- شهرستان
    "province",
------------------------------------------------------------------------
    "county",
    "district",
    "capital",
    "population",
    "website",
    "footnotes"
},


mountain = {
county = {
    "province",
"country",
    "county",
"province",
    "elevation",
"officialName",
    "mountainrange",
"capital",
    "footnotes"
"yearEstablished",
},
"cities",
"districts",
"population",
"area",
"density",
"phone",
"governor",
"electoralDistrict",
"religion",
"website",
"footnotes"
},


cave = {
------------------------------------------------------------------------
    "province",
-- بخش
    "county",
------------------------------------------------------------------------
    "length",
    "depth",
    "footnotes"
},


waterfall = {
district = {
    "province",
"country",
    "county",
"province",
    "river",
"county",
    "waterfallheight",
"capital",
    "footnotes"
"population",
},
"website",
"footnotes"
},


river = {
------------------------------------------------------------------------
    "province",
-- دهستان
    "length",
------------------------------------------------------------------------
    "source",
 
    "mouth",
ruraldistrict = {
    "footnotes"
"country",
},
"province",
"county",
"district",
"capital",
"population",
"website",
"footnotes"
},
 
------------------------------------------------------------------------
-- محله
------------------------------------------------------------------------
 
neighborhood = {
"province",
"county",
"city",
 
"localName",
"altNames",
"foundationYear",
 
"population",
"density",
"area",
"elevation",
 
"region",
 
"adjacentAreas",
"mainStreets",
"landmarks",
 
"phone",
"website",
"heritage",
 
"footnotes"
},
 
------------------------------------------------------------------------
-- منطقه شهری
------------------------------------------------------------------------
 
urbanarea = {
"province",
"county",
"city",
 
"localName",
"altNames",
"foundationYear",
 
"population",
"density",
"area",
"elevation",
 
"neighborhoods",
"adjacentAreas",
"region",
"mainStreets",
"landmarks",
 
"mayor",
"phone",
"website",
"heritage",
 
"footnotes"
},
 
------------------------------------------------------------------------
-- کوه
------------------------------------------------------------------------
 
mountain = {
"province",
"county",
"elevation",
"location",
"altNames",
"status",
"footnotes"
},
 
------------------------------------------------------------------------
-- غار
------------------------------------------------------------------------
 
cave = {
"province",
"county",
"district",
"elevation",
"length",
"depth",
"discovery",
"geology",
"entrances",
"features",
"access",
"visitors",
"coordinates",
"website",
"altNames",
"status",
"location",
"footnotes"
},
 
------------------------------------------------------------------------
-- آبشار
------------------------------------------------------------------------
 
waterfall = {
"officialName",
"altNames",
"province",
"county",
"district",
"ruraldistrict",
"location",
"coordinates",
"elevation",
"height",
"longestDrop",
"width",
"averageWidth",
"numberDrops",
"watercourse",
"averageFlow",
"waterfallType",
"access",
"features",
"visitors",
"discovery",
"worldRank",
"map",
"mapCaption",
"pushpinMap",
"status",
"footnotes"
},
 
------------------------------------------------------------------------
-- رودخانه
------------------------------------------------------------------------
 
river = {
"province",
"county",
"length",
"source",
"mouth",
"location",
"footnotes"
},
 
------------------------------------------------------------------------
-- پارک
------------------------------------------------------------------------
 
park = {
"province",
"county",
"district",
"location",
"elevation",
"area",
"parkType",
"established",
"motto",
"nearestCity",
"founder",
"designer",
"owner",
"operator",
"visitors",
"status",
"facilities",
"access",
"coordinates",
"website",
"altNames",
"footnotes"
},
 
------------------------------------------------------------------------
-- بنای تاریخی
------------------------------------------------------------------------
 
historic = {
"altNames",
"historicType",
"location",
"country",
"province",
"county",
"district",
"city",
"mainUse",
"currentUse",
"architecture",
"period",
"built",
"builder",
"architect",
"material",
"area",
"elevation",
"status",
"registration",
"registrationDate",
"responsibleOrganization",
"access",
"ownership",
"phone",
"website",
"coordinates",
"footnotes"
}


park = {
    "province",
    "county",
    "area",
    "established",
    "website",
    "footnotes"
}
}


--------------------------------------------------------------------------------
-- META
--------------------------------------------------------------------------------
p.meta = {
title = "جغرافیا",
class = "infobox geography vcard",
imageWidth = "250px"
}
}
--------------------------------------------------------------------------------
-- RETURN
--------------------------------------------------------------------------------


return p
return p

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

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

--------------------------------------------------------------------------------
-- Module:AlborzInfoBox/Data/Geography
-- Wiki Alborz Geography Information System
-- Data Definition
--------------------------------------------------------------------------------

local p = {}

--------------------------------------------------------------------------------
-- FIELDS
--------------------------------------------------------------------------------

p.fields = {

	------------------------------------------------------------------------
	-- اطلاعات پایه
	------------------------------------------------------------------------

	country = {
		label = "کشور",
		arg = "کشور",
		default = "ایران"
	},

	province = {
		label = "استان",
		arg = "استان",
		default = "البرز"
	},

	county = {
		label = "شهرستان",
		args = {
			"شهرستان",
			"شهرستان "
		}
	},

	district = {
		label = "بخش",
		arg = "بخش"
	},

	ruraldistrict = {
		label = "دهستان",
		arg = "دهستان"
	},

	city = {
		label = "شهر",
		args = {
			"شهر",
			"شهر "
		}
	},

	capital = {
		label = "مرکز",
		arg = "مرکز"
	},

	------------------------------------------------------------------------
	-- فیلدهای شهرستان
	------------------------------------------------------------------------

	officialName = {
		label = "نام‌رسمی",
		arg = "نام‌رسمی"
	},

	yearEstablished = {
		label = "سال‌شهرستان‌شدن",
		arg = "سال‌شهرستان‌شدن"
	},

	cities = {
		label = "شهرها",
		arg = "شهرها"
	},

	districts = {
		label = "بخش‌ها",
		arg = "بخش‌ها"
	},

	density = {
		label = "تراکم‌جمعیت",
		arg = "تراکم‌جمعیت"
	},

	governor = {
		label = "فرماندار",
		arg = "فرماندار"
	},

	electoralDistrict = {
		label = "حوزه انتخابیه",
		arg = "حوزه انتخابیه"
	},

	religion = {
		label = "مذهب",
		arg = "مذهب"
	},

	------------------------------------------------------------------------
	-- آمار
	------------------------------------------------------------------------

	population = {
		label = "جمعیت",
		arg = "جمعیت"
	},

	area = {
		label = "مساحت",
		arg = "مساحت"
	},

	elevation = {
		label = "ارتفاع",
		arg = "ارتفاع"
	},

	------------------------------------------------------------------------
	-- مدیریت
	------------------------------------------------------------------------

	mayor = {
		label = "شهردار",
		arg = "شهردار"
	},

	------------------------------------------------------------------------
	-- ارتباطات
	------------------------------------------------------------------------

	phone = {
		label = "پیش‌شماره",
		args = {
			"پیش‌شماره",
			"شماره تلفن",
			"تلفن"
		}
	},

	plate = {
		label = "پلاک خودرو",
		arg = "پلاک خودرو"
	},

	website = {
		label = "وبگاه",
		args = {
			"وبگاه",
			"وب‌سایت",
			"سایت"
		},
		raw = true
	},

	------------------------------------------------------------------------
	-- تاریخ
	------------------------------------------------------------------------

	established = {
		label = "سال تأسیس",
		arg = "سال تأسیس"
	},

	------------------------------------------------------------------------
	-- فیلدهای اختصاصی محله
	------------------------------------------------------------------------

	localName = {
		label = "نام محلی",
		arg = "نام‌محلی"
	},

	altNames = {
		label = "نام‌های دیگر",
		args = {
			"نام‌های دیگر",
			"نام دیگر"
		}
	},

	foundationYear = {
		label = "سال بنیاد",
		arg = "سال‌بنیاد"
	},

	region = {
		label = "منطقه",
		arg = "منطقه"
	},

	adjacentAreas = {
		label = "مناطق همجوار",
		args = {
			"مناطق همجوار"
		},
		raw = true
	},

	mainStreets = {
		label = "خیابان‌های مهم",
		args = {
			"خیابانهای مهم",
			"خیابان‌های مهم"
		},
		raw = true
	},

	landmarks = {
		label = "مکان‌های مهم",
		args = {
			"مکان‌های مهم",
			"مکانهای مهم"
		},
		raw = true
	},

	neighborhoods = {
		label = "محله‌ها",
		args = {
			"محله‌ها",
			"محله ها",
			"محله"
		},
		raw = true
	},

	heritage = {
		label = "ره‌آورد",
		arg = "ره‌آورد"
	},

	------------------------------------------------------------------------
	-- فیلدهای غار
	------------------------------------------------------------------------

	length = {
		label = "طول",
		arg = "طول"
	},

	depth = {
		label = "عمق",
		arg = "عمق"
	},

	discovery = {
		label = "سال کشف",
		args = {
			"سال کشف",
			"کشف"
		}
	},

	geology = {
		label = "زمین‌شناسی",
		arg = "زمین‌شناسی"
	},

	entrances = {
		label = "تعداد ورودی‌ها",
		args = {
			"تعداد ورودی‌ها",
			"ورودی‌ها"
		}
	},

	features = {
		label = "ویژگی‌های برجسته",
		args = {
			"ویژگی‌ها",
			"ویژگی‌های برجسته"
		}
	},

	access = {
		label = "دسترسی",
		arg = "دسترسی"
	},

	visitors = {
		label = "بازدیدکنندگان سالانه",
		args = {
			"بازدیدکنندگان",
			"بازدیدکنندگان سالانه"
		}
	},

	------------------------------------------------------------------------
	-- فیلدهای پارک
	------------------------------------------------------------------------

	parkType = {
		label = "نوع",
		arg = "نوع پارک"
	},

	motto = {
		label = "شعار",
		arg = "شعار"
	},

	nearestCity = {
		label = "نزدیک‌ترین شهر",
		args = {
			"نزدیک‌ترین شهر",
			"نزدیک‌ترین شهرک"
		}
	},

	founder = {
		label = "بنیان‌گذار",
		arg = "بنیان‌گذار"
	},

	designer = {
		label = "طراح",
		arg = "طراح"
	},

	owner = {
		label = "مالک",
		arg = "مالک"
	},

	operator = {
		label = "گرداننده",
		arg = "گرداننده"
	},

	facilities = {
		label = "امکانات",
		arg = "امکانات"
	},

	------------------------------------------------------------------------
	-- فیلدهای رودخانه
	------------------------------------------------------------------------

	source = {
		label = "سرچشمه",
		args = {
			"سرچشمه",
			"منبع"
		}
	},

	mouth = {
		label = "مصب",
		args = {
			"مصب",
			"دهانه"
		}
	},

	------------------------------------------------------------------------
	-- فیلدهای عمومی
	------------------------------------------------------------------------

	historicType = {
		label = "نوع",
		args = {
			"نوع بنا",
			"نوع بنای تاریخی"
		}
	},

	location = {
		label = "موقعیت",
		arg = "موقعیت"
	},

	mainUse = {
		label = "کاربری اصلی",
		args = {
			"کاربری اصلی",
			"کاربری"
		}
	},

	currentUse = {
		label = "کاربری فعلی",
		arg = "کاربری فعلی"
	},

	architecture = {
		label = "سبک معماری",
		arg = "سبک معماری"
	},

	period = {
		label = "دوره ساخت",
		args = {
			"دوره ساخت",
			"دوره تاریخی",
			"دوران",
			"دوره"
		}
	},

	built = {
		label = "سال ساخت",
		args = {
			"سال ساخت",
			"تاریخ ساخت"
		}
	},

	builder = {
		label = "بانی",
		arg = "بانی"
	},

	architect = {
		label = "معمار",
		arg = "معمار"
	},

	material = {
		label = "مصالح",
		arg = "مصالح"
	},

	status = {
		label = "وضعیت",
		arg = "وضعیت"
	},

	ownership = {
		label = "مالک",
		args = {
			"مالک",
			"مالکیت"
		}
	},

	registration = {
		label = "شماره ثبت",
		args = {
			"شماره ثبت",
			"شمارهٔ ثبت",
			"شماره ثبت ملی"
		}
	},

	registrationDate = {
		label = "تاریخ ثبت",
		args = {
			"تاریخ ثبت",
			"تاریخ ثبت ملی"
		}
	},

	responsibleOrganization = {
		label = "سازمان مسئول",
		args = {
			"سازمان مسئول",
			"سازمان"
		}
	},

	coordinates = {
		label = "مختصات",
		args = {
			"مختصات",
			"coord",
			"مختصات جغرافیایی"
		},
		raw = true
	},

	footnotes = {
		label = "پانویس",
		arg = "پانویس",
		raw = true
	},

	------------------------------------------------------------------------
	-- فیلدهای اختصاصی آبشار
	------------------------------------------------------------------------

	height = {
		label = "ارتفاع کلی",
		args = {
			"ارتفاع کلی",
			"height",
			"ارتفاع"
		}
	},

	longestDrop = {
		label = "طولانی‌ترین ریزشگاه",
		args = {
			"طولانی‌ترین ریزشگاه",
			"height_longest"
		}
	},

	width = {
		label = "عرض کلی",
		args = {
			"عرض کلی",
			"width",
			"عرض"
		}
	},

	averageWidth = {
		label = "عرض میانگین",
		args = {
			"عرض میانگین",
			"average_width"
		}
	},

	numberDrops = {
		label = "دائمی/فصلی",
		args = {
			"دائمی/فصلی",
			"number_drops"
		}
	},

	watercourse = {
		label = "سرچشمه",
		args = {
			"سرچشمه",
			"watercourse"
		}
	},

	averageFlow = {
		label = "جریان میانگین",
		args = {
			"جریان میانگین",
			"average_flow",
			"میانگین جریان"
		}
	},

	worldRank = {
		label = "رتبه جهانی",
		args = {
			"رتبه جهانی",
			"world_rank"
		}
	},

	waterfallType = {
		label = "نوع آبشار",
		args = {
			"نوع آبشار",
			"type"
		}
	},

	map = {
		label = "نقشه",
		arg = "نقشه",
		raw = true
	},

	mapCaption = {
		label = "توضیح نقشه",
		args = {
			"توضیح نقشه",
			"map_caption"
		}
	},

	pushpinMap = {
		label = "نقشه پونزی",
		arg = "نقشه پونزی",
		raw = true
	}

}

--------------------------------------------------------------------------------
-- TYPE MAP
--------------------------------------------------------------------------------

p.typeMap = {

	["بنای تاریخی"] = "historic",
	["historic"] = "historic",

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

	["روستا"] = "village",
	["village"] = "village",

	["شهرستان"] = "county",
	["county"] = "county",

	["بخش"] = "district",
	["district"] = "district",

	["دهستان"] = "ruraldistrict",
	["ruraldistrict"] = "ruraldistrict",

	["محله"] = "neighborhood",
	["neighborhood"] = "neighborhood",

	["منطقه شهری"] = "urbanarea",
	["منطقه شهری کرج"] = "urbanarea",
	["منطقه"] = "urbanarea",
	["urbanarea"] = "urbanarea",

	["کوه"] = "mountain",
	["mountain"] = "mountain",

	["غار"] = "cave",
	["cave"] = "cave",

	["رودخانه"] = "river",
	["river"] = "river",

	["آبشار"] = "waterfall",
	["waterfall"] = "waterfall",

	["پارک"] = "park",
	["park"] = "park"

}

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

p.layouts = {

	------------------------------------------------------------------------
	-- شهر
	------------------------------------------------------------------------

	city = {
		"country",
		"province",
		"county",
		"district",
		"city",
		"population",
		"area",
		"elevation",
		"mayor",
		"phone",
		"plate",
		"website",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- روستا
	------------------------------------------------------------------------

	village = {
		"country",
		"province",
		"county",
		"district",
		"ruraldistrict",
		"population",
		"elevation",
		"website",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- شهرستان
	------------------------------------------------------------------------

	county = {
		"country",
		"province",
		"officialName",
		"capital",
		"yearEstablished",
		"cities",
		"districts",
		"population",
		"area",
		"density",
		"phone",
		"governor",
		"electoralDistrict",
		"religion",
		"website",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- بخش
	------------------------------------------------------------------------

	district = {
		"country",
		"province",
		"county",
		"capital",
		"population",
		"website",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- دهستان
	------------------------------------------------------------------------

	ruraldistrict = {
		"country",
		"province",
		"county",
		"district",
		"capital",
		"population",
		"website",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- محله
	------------------------------------------------------------------------

	neighborhood = {
		"province",
		"county",
		"city",

		"localName",
		"altNames",
		"foundationYear",

		"population",
		"density",
		"area",
		"elevation",

		"region",

		"adjacentAreas",
		"mainStreets",
		"landmarks",

		"phone",
		"website",
		"heritage",

		"footnotes"
	},

	------------------------------------------------------------------------
	-- منطقه شهری
	------------------------------------------------------------------------

	urbanarea = {
		"province",
		"county",
		"city",

		"localName",
		"altNames",
		"foundationYear",

		"population",
		"density",
		"area",
		"elevation",

		"neighborhoods",
		"adjacentAreas",
		"region",
		"mainStreets",
		"landmarks",

		"mayor",
		"phone",
		"website",
		"heritage",

		"footnotes"
	},

	------------------------------------------------------------------------
	-- کوه
	------------------------------------------------------------------------

	mountain = {
		"province",
		"county",
		"elevation",
		"location",
		"altNames",
		"status",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- غار
	------------------------------------------------------------------------

	cave = {
		"province",
		"county",
		"district",
		"elevation",
		"length",
		"depth",
		"discovery",
		"geology",
		"entrances",
		"features",
		"access",
		"visitors",
		"coordinates",
		"website",
		"altNames",
		"status",
		"location",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- آبشار
	------------------------------------------------------------------------

	waterfall = {
		"officialName",
		"altNames",
		"province",
		"county",
		"district",
		"ruraldistrict",
		"location",
		"coordinates",
		"elevation",
		"height",
		"longestDrop",
		"width",
		"averageWidth",
		"numberDrops",
		"watercourse",
		"averageFlow",
		"waterfallType",
		"access",
		"features",
		"visitors",
		"discovery",
		"worldRank",
		"map",
		"mapCaption",
		"pushpinMap",
		"status",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- رودخانه
	------------------------------------------------------------------------

	river = {
		"province",
		"county",
		"length",
		"source",
		"mouth",
		"location",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- پارک
	------------------------------------------------------------------------

	park = {
		"province",
		"county",
		"district",
		"location",
		"elevation",
		"area",
		"parkType",
		"established",
		"motto",
		"nearestCity",
		"founder",
		"designer",
		"owner",
		"operator",
		"visitors",
		"status",
		"facilities",
		"access",
		"coordinates",
		"website",
		"altNames",
		"footnotes"
	},

	------------------------------------------------------------------------
	-- بنای تاریخی
	------------------------------------------------------------------------

	historic = {
		"altNames",
		"historicType",
		"location",
		"country",
		"province",
		"county",
		"district",
		"city",
		"mainUse",
		"currentUse",
		"architecture",
		"period",
		"built",
		"builder",
		"architect",
		"material",
		"area",
		"elevation",
		"status",
		"registration",
		"registrationDate",
		"responsibleOrganization",
		"access",
		"ownership",
		"phone",
		"website",
		"coordinates",
		"footnotes"
	}

}

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

p.meta = {
	title = "جغرافیا",
	class = "infobox geography vcard",
	imageWidth = "250px"
}

--------------------------------------------------------------------------------
-- RETURN
--------------------------------------------------------------------------------

return p