Modül:Kaynak ara/şablonlar/Kaynak ara

Vikipedi, özgür ansiklopedi
Modül belgelemesi[gör] [değiştir] [geçmiş] [temizle]

Bu alt modül, kaynak ara modülünün ana şablonda arama bağlantıları oluşturmasını sağlamaktadır.

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Kaynak ara:'' $1$2",

	-- Links
	links = {
		{
			code = 'google',
			display = 'Google',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'kitap',
		},
		{
			code = 'google news',
			display = 'haber',
		},
		{
			code = 'google newspapers',
			display = 'gazete',
		},
		{
			code = 'google scholar',
			display = 'akademik',
		},
		{
			code = 'google free images',
			display = 'özgür görsel',
		},
		{
			code = 'wikipedia reference search',
			display = 'WRS',
			afterDisplay = ')',
		},
		{
			code = 'duckduckgo',
			display = 'DuckDuckGo',
		},
                {
			code = 'bing',
			display = 'Bing',
		},
		{
			code = 'free news sources',
			display = 'FENS',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = 'NYT',
		},
		{
			code = 'wikipedia library',
			display = 'VK',
		},
	}
}