Modul:Find sources/templates/Find sources

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

	-- Links
	introLink = {
		code = 'google'
	},
	links = {
		{
			code = 'google news',
			display = 'berita'
		},
		{
			code = 'google newspapers',
			display = 'surat kabar'
		},
		{
			code = 'google books',
			display = 'buku'
		},
		{
			code = 'google scholar',
			display = 'cendekiawan'
		},
		{
			code = 'highbeam',
			display = 'HighBeam'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'google free images',
			display = 'gambar bebas'
		},
		{
			code = 'free news sources',
			display = 'sumber berita bebas'
		},
		{
			code = 'wikipedia library',
			display = 'The Wikipedia Library'
		},
		{
			code = 'wikipedia reference search',
			display = 'Referensi WP'
		}
	}
}