وحدة:Find sources/templates/Find sources

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''جِد مصادر:'' $1$2",

	-- Links
	links = {
		{
			code = 'google',
			display = 'جوجل',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'كتب',
		},
		{
			code = 'google news',
			display = 'أخبار',
		},
		{
			code = 'google scholar',
			display = 'الباحث العلمي',
		},
		{
			code = 'google free images',
			display = 'صور حرة',
		},
		{
			code = 'wikipedia reference search',
			display = 'مصادر أرابيكا',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'مصادر الصحف الإنجليزية الحرة',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'jstor',
			display = 'موقع JSTOR',
		},
		{
			code = 'new york times',
			display = "''نيويورك تايمز''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'مكتبة أرابيكا',
			tooltip = 'The Wikipedia Library',
		},
	}
}