انتقل إلى المحتوى

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

من ويكيبيديا، الموسوعة الحرة

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

return {
	maincolor = '#98C8E4',
    wikimod= 'Wikidata.Ca',
	
	parts = {
		generic.title(),
		generic.logo(),
		generic.mainimage(),
		generic.locationmap(),

       generic.geoloc(
            {
                marker = 'oil-well',
                default_zoom = 5,
            }
        ),
		{type='table', title = 'معلومات عامة', rows = {
	            {
	                type = "row", 
	                label = "نسبة الاسم إلى",
	                value = {"سبب_تسمية", "namesake"},
	                wikidata = {property = "P138"},
	                metadata = {
						description = "",
						option = "", 
						type = "string", 
	                }
	            },
            	{type = 'row' , label = 'النوع'
                        , value = {'نوع','type'} 
                        , property='P31'
                },
                building.adminlocation(),
                {type = 'row' , label = 'بري/بحري' 
                        , value = {'أرض/بحر'} 
                        --, property='P'
                },
                building.dimensions(),
                {type = 'row' , label = 'المستغل' 
                        , value = {'المستغل','operator','المستغلون','operators'} 
                        , property='P137'
                },
			generic.website(),
        }},
        {type = 'table' , title ='تاريخ الحقل', rows = {
                {type = 'row' , label = 'المكتشف' 
                        , value = {'المكتشف','discoverer'} 
                        , property='P61'
                },
                {type = 'row' , label = 'الاكتشاف' 
                        , value = {'الاكتشاف','discovery'} 
                        , property='P575'
                },
                --[[{type = 'row' , label = 'التأسيس' 
                        , value = {'تأسيس'} 
                        , property='P'
                }, ]]
                {type = 'row' , label = 'بدء الإنتاج' 
                        , value = {'بدء الإنتاج','start_production'} 
                        , property='P571'
                },
                {type = 'row' , label = 'توقف الإنتاج' 
                        , value = {'توقف الإنتاج'} 
                        --, property='P'
                },
                {type = 'row' , label = 'ذروة إنتاج النفط'  
                        , value = {'ذروة إنتاج النفط','peak_of_production_oil_bbl/d'} 
                        --, property='P'
                },
                {type = 'row' , label = 'ذروة إنتاج الغاز' 
                        , value = {'ذروة إنتاج الغاز'} 
                        --, property='P'
                },
        }},
        {type = 'table' , title ='خصائص الحقل', rows = {
                {type = 'row' , label = 'إجمالي الاحتياطي<br/>النفطي المقدر' 
                        , value = {'الاحتياطي النفطي'} 
                        --, property='P'
                },
                {type = 'row' , label = 'إجمالي احتياطي الغاز المقدر' 
                        , value = {'احتياطي الغاز'} 
                        , wikidata={
                        	property='P2234', formatting='table',
                        	case0 = generic.FormatNumVal, colformat0='unit', 
                        	rowformat='$0$R0 $1', 
                        	qualifier='P459', rowsubformat1='($1)'
                        }
                },
                {type = 'row' , label = 'النفط المستخرج' 
                        , value = {'النفط المستخرج'} 
                        --, property='P'
                },
                {type = 'row' , label = 'الغاز المستخرج' 
                        , value = {'الغاز المستخرج'} 
                        --, property='P'
                },
                {type = 'row' , label = 'الإنتاج الحالي للنفط' 
                        , value = {'إنتاج النفط الحالي'} 
                        --, property='P'
                },
                {type = 'row' , label = 'الإنتاج الحالي للغاز' 
                        , value = {'إنتاج الغاز الحالي'} 
                        --, property='P'
                },
                {type = 'row' , label = 'احتياطي النفط القابل للاستغلال' 
                        , value = {'النفط المتبقي'} 
                        --, property='P'
                },
                {type = 'row' , label = 'احتياطي الغاز القابل للاستغلال' 
                        , value = {'الغاز المتبقي'} 
                        --, property='P'
                },
                {type = 'row' , label = '[[تكوين جيولوجي|التكوين الجيولوجي]]' 
                        , value = {'التكوين الجيولوجي'} 
                        --, property='P'
                },        
        }},
	}
}