پرش به محتوا

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

از ویکی البرز
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۸۵: خط ۸۵:




film = {
film = {
 
{
title = 'اطلاعات کلی',
fields = {
'title',
'image',
'type',
'creator',
'year'
}
},


{
title = 'اطلاعات کلی',
fields = {
'title',
'image',
'type',
'creator',
'producer',
'executive_producer',
'production_company',
'writer',
'screenplay',
'cast',
'music',
'cinematography',
'editor',
'distributor'
}
},


{
{
title = 'مشخصات فیلم',
title = 'عوامل فیلم',
fields = {
fields = {
'subject',
'producer',
'style',
'executive_producer',
'runtime',
'production_company',
'country',
'writer',
'language',
'screenplay',
'budget',
'cast',
'year'
'music',
}
'cinematography',
'editor',
'distributor'
}
}
},


},


{
title = 'مشخصات فیلم',
fields = {
'subject',
'style',
'runtime',
'country',
'language',
'budget'
}
}


book = {
},
book = {


{
{

نسخهٔ ‏۱۳ ژوئیهٔ ۲۰۲۶، ساعت ۲۳:۳۳

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

local layouts = {

	default = {

		{
			title = 'اطلاعات اثر',
			fields = {
				'title',
				'image',
				'type',
				'creator',
				'year'
			}
		}

	},


	painting = {

		{
			title = 'اطلاعات اصلی',
			fields = {
				'title',
				'image',
				'type',
				'creator',
				'year'
			}
		},

		{
			title = 'مشخصات اثر',
			fields = {
				'style',
				'school',
				'subject',
				'material',
				'dimensions'
			}
		},

		{
			title = 'محل نگهداری',
			fields = {
				'location',
				'owner'
			}
		}

	},


	sculpture = {

		{
			title = 'اطلاعات اصلی',
			fields = {
				'title',
				'image',
				'type',
				'creator',
				'year'
			}
		},

		{
			title = 'مشخصات اثر',
			fields = {
				'style',
				'material',
				'dimensions'
			}
		},

		{
			title = 'محل نگهداری',
			fields = {
				'location',
				'owner'
			}
		}

	},


film = {

	{
		title = 'اطلاعات کلی',
		fields = {
			'title',
			'image',
			'type',
			'creator',
			'year'
		}
	},


	{
		title = 'عوامل فیلم',
		fields = {
			'producer',
			'executive_producer',
			'production_company',
			'writer',
			'screenplay',
			'cast',
			'music',
			'cinematography',
			'editor',
			'distributor'
		}
	},


	{
		title = 'مشخصات فیلم',
		fields = {
			'subject',
			'style',
			'runtime',
			'country',
			'language',
			'budget'
		}
	}

},	
book = {

		{
			title = 'اطلاعات اصلی',
			fields = {
				'title',
				'image',
				'type',
				'creator',
				'year'
			}
		},

		{
			title = 'مشخصات کتاب',
			fields = {
				'subject',
				'material'
			}
		}

	}

}

return layouts