پودمان:Find sources/templates/Find sources

از اسلامیکال
نسخهٔ تاریخ ‏۷ ژوئیهٔ ۲۰۲۴، ساعت ۱۹:۰۸ توسط Aboammar (بحث | مشارکت‌ها) (صفحه‌ای تازه حاوی «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 newspapers', display = 'روزنامه‌ها', }, {...» ایجاد کرد)
(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
پرش به ناوبری پرش به جستجو

توضیحات این پودمان می‌تواند در پودمان: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 newspapers',
			display = 'روزنامه‌ها',
		},
		{
			code = 'google scholar',
			display = 'آکادمیک',
		},
		{
			code = 'google free images',
			display = 'تصاویر آزاد',
		},
		{
			code = 'wikipedia reference search',
			display = 'ارجاعات وپ',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'اخبار آزاد',
		},
		{
			code = 'jstor',
			display = 'جی‌استور',
		},
		{
			code = 'new york times',
			display = "''نیویورک تایمز''",
		},
		{
			code = 'wikipedia library',
			display = 'کتابخانه وپ',
		},
	}
}