وحدة:بطاقة/قالب/كهف

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث

local generic =  require( 'وحدة:بطاقة/أدوات' )
local building =  require( 'وحدة:بطاقة/أدوات/مبنى' )

return 
	{
	maincolor = "#e7dcc3",
	wikimod = 'Wikidata.Ca',
	parts =
    	{
			generic.title({icon='map'}),
            {type = 'subtitle', value = {'other_name','alt_name'} },
			generic.logo(),
			generic.mainimage(),
            generic.geoloc(),
		{type = "table", title = "معلومات عامة", rows = {

			{type = "row", label = "المكان"
				, value = {'مكان','موقع','location'}
				, wikidata={property = 'P131'}
			},
			{type = "row", label = "الجبل"
				, value = {'جبل','mountain'}
				, wikidata={property = 'P4552'}
			},
			{type = "row", label = "في منطقة محمية"
				, value = {'منطقة_محمية','protected_area'}
				, wikidata={property = 'P3018'}
			},
			building.country(),

			{type = "row", label = "[[شبكة قانون المسح الوطني|شبكة OS]]"
				, value = {'grid_ref_UK'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "[[النظام المرجعي الشبكي الأيرلندي|OSI/OSNI grid]]"
				, value = {'grid_ref_Ireland'}
				--, wikidata={property = 'P'}
			},
             generic.coordinates(),
			{type = "row", label = "العمق"
				, value = {'عمق','depth'}
				, wikidata={property = 'P4511',formatting= 'unit'}
			},

			{type = "row", label = "الطول"
				, value = {'طول','length'}
				, wikidata={property = 'P2043',formatting= 'unit'}
			},

			{type = "row", label = "تفاوت الارتفاع"
				, value = {'تفاوت الارتفاع','height_variation'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "المستوى"
				, value = {'مستوى','altitude'}
				, wikidata={property = 'P2044',formatting= 'unit'}
			},

			{type = "row", label = "الاكتشاف"
				, value = {'اكتشاف','discovery'}
				, wikidata={property = 'P575'}
			},

			{type = "row", label = "الجيولوجيا"
				, value = {'جيولوجيا','geology'}
				, wikidata={property = 'P706'}
			},

			{type = "row", label = "المداخل"
				, value = {'مداخل','entrance_count','entrances'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "قائمة<br />المداخل"
				, value = {'قائمة_المداخل','list of entrances','entrance_list'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "الصعوبة"
				, value = {'صعوبة','difficulty'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "المخاطر"
				, value = {'مخاطر','hazards'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "الوصول"
				, value = {'وصول','access'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "الفتح الاستعراضي"
				, value = {'فتح_الكهف','show_cave',}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "طول الكهف الاستعراض"
				, value = {'طول_الكهف','show_cave_length'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "الإضاءة"
				, value = {'إضاءة','lighting'}
				--, wikidata={property = 'P'}
			},

			building.visitors(),

			{type = "row", label = "السمات"
				, value = {'سمات','features'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "الترجمة"
				, value = {'ترجمة','translation'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "[[الأبجدية الصوتية الدولية|النطق]]"
				, value = {'نطق','pronunciation',}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "[[مسح الكهوف]]"
				, value = {'survey'}
				--, wikidata={property = 'P'}
			},
			{type = "row", label = "[[اتحاد أبحاث الكهوف البريطاني|BRAC]] [[مسح الكهوف#الدقة|الدرجة]]"
				, value = {'bcra_grade'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = "السجل"
				, value = {'سجل','register'}
				--, wikidata={property = 'P'}
			},

			{type = "row", label = {'عنوان مدخل 1','free_label_1'} 
				, value = {'مدخل 1','free_data_1'}
			},

			{type = "row", label = {'عنوان مدخل 1','free_label_2'} 
				, value = {'مدخل 2','free_data_2'}
			},

			generic.website(),

			{type = "row1col", value = {'embedded'}},
        }},
	}
}