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

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

هذه هي النسخة الحالية من هذه الصفحة، وقام بتعديلها عبود السكاف (نقاش | مساهمات) في 08:16، 14 مارس 2022 (أنشأ الصفحة ب'return { -- Blurb -- $1 is the intro link, and $2 represents the other links. blurb = "''Find sources:'' $1$2", -- Links links = { { code = 'google', display = 'Google', separator = ' (', }, { code = 'google books', display = 'books', }, { code = 'google news', display = 'news', }, { code = 'google scholar', display = 'scholar', }, { code = 'google free images', display = 'free images', }, { code...'). العنوان الحالي (URL) هو وصلة دائمة لهذه النسخة.

(فرق) → نسخة أقدم | نسخة حالية (فرق) | نسخة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث
return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find sources:'' $1$2",

	-- Links
	links = {
		{
			code = 'google',
			display = 'Google',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'books',
		},
		{
			code = 'google news',
			display = 'news',
		},
		{
			code = 'google scholar',
			display = 'scholar',
		},
		{
			code = 'google free images',
			display = 'free images',
		},
		{
			code = 'wikipedia reference search',
			display = 'WP refs',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'FENS',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'WP Library',
			tooltip = 'The Wikipedia Library',
		},
	}
}