پودمان: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 = 'روزنامه‌ها', }, {...» ایجاد کرد)
 
(بدون تفاوت)

نسخهٔ کنونی تا ‏۷ ژوئیهٔ ۲۰۲۴، ساعت ۱۹:۰۸

توضیحات این پودمان می‌تواند در پودمان: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 = 'کتابخانه وپ',
		},
	}
}