وحدة:بطاقة/قالب/خط أنابيب

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

return  {
    maincolor = '#CEDEFF', -- اللون المستعمل لعنوان البطاقة
    wikimod = 'Wikidata.Ca',
    parts = { -- محتويات البطاقة
        generic.title(),
        generic.logo(),
        generic.mainimage(),
 	    generic.geoloc({type='line'}),
 	    generic.locationmap(),

        {type = 'table' , title ='الموقع' ,rows = {
            building.adminlocation(),
            {type = 'row' 
                    , label = 'الإقليم'
                    , value = {'إقليم','state'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'المحافظة'
                    , value = {'محافظة','province'}
                    --, wikidata = {property='P'}
            },
            generic.coordinates(),
            {type = 'row' 
                    , label = 'الاتجاه الرئيسي'
                    , value = {'اتجاه','direction'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'المحطات الطرفية'
                    , value = {'محطات_طرفية','terminus'}
                    , wikidata = {property='P559', conjunction='<br />'}
            },
            {type = 'row' 
                    , label = 'نقطة الانطلاق'
                    , value = {'انطلاق','start'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'يعبر'
                    , value = {'يعبر','through'}
                    , wikidata = {property = 'P177'}
            },
            {type = 'row' 
                    , label = 'نقطة الوصول'
                    , value = {'وصول','finish'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'يحاذي'
                    , value = {'يحاذي','par'}
                    --, wikidata = {property='P'}
            },
        }},
        {type = 'table' , title ='معلومات عامة' ,rows = {
            {type = 'row' 
                    , label = 'النوع'
                    , value = {'نوع','type'}
                    , wikidata = {property='P31'}
            },
            building.status(),
            building.owner(),
            {type = 'row' 
                    , label = 'الشركاء'
                    , value = {'شركاء','partners'}
                    --, wikidata = {property='P'}
            },
            building.operator(),
            {type = 'row' 
                    , label = 'التكلفة'
                    , value = {'تكلفة','cost'}
                    , wikidata = {property='P2130',formatting='unitlinked'}
            },
            {type = 'row' 
                    , label = 'مزود الخدمات التقنية'
                    , value = {'مزود الخدمات التقنية','technical_service_provider'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'مصنع الأنابيب'
                    , value = {'مصنع الأنابيب','pipe_manufacturer'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'مركب الأنابيب'
                    , value = {'مركب الأنابيب','pipe_installer'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'Pipe layer'
                    , value = {'pipe_layer'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'المقاولون'
                    , value = {'مقاولون','contractors'}
                    --, wikidata = {property='P'}
            },
            building.construction(),
            building.opening(),
            {type = 'row' 
                    , label = 'الطالب'
                    , value = {'طالب','est'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'الملغي'
                    , value = {'ملغي','decom'}
                    --, wikidata = {property='P'}
            },
            building.significantEvent(),
            generic.website(),
        }},
        {type = 'table' , title ='بيانات تقنية' ,rows = {
            {type = 'row' 
                    , label = 'الطول'
                    , value = {'طول','length','length_km','length_mi'}
                    , wikidata = {property='P2043',formatting= 'unit'}
            },
            {type = 'row' 
                    , label = 'التفريغ الأقصى'
                    , value = {'تفريغ','discharge'}
                    , {property='P2957',formatting= 'unit'}
            },
            {type = 'row' 
                    , label = 'القطر'
                    , value = {'قطر','diameter','diameter_mm','diameter_in'}
                    , wikidata = {property='P2386',formatting= 'unit'}
            },
            {type = 'row' 
                    , label = 'الضغط المطبق'
                    , value = {'ضغط','pressure'}
                    , wikidata = {property='P2077',formatting= 'unit'}
            },
            {type = 'row' 
                    , label = 'محطات الضغط'
                    , value = {'محطات_الضغط','compressor_stations','compressor_stations_no'}
                    --, wikidata = {property='P'}
            },
            {type = 'row' 
                    , label = 'محطات الضخ'
                    , value = {'محطات_الضخ','pumping_stations','pumping_stations_no'}
                    --, wikidata = {property='P'}
            },
        }}
 }
}