Jump to content

Module:Find sources/templates/Find sources

Ka Wikipedia

Documentation for this module may be created at Module:Find sources/templates/Find sources/doc

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

	-- Links
	links = {
		{
			code = 'google',
			display = 'Google',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'buugaag',
		},
		{
			code = 'google news',
			display = 'warar',
		},
		{
			code = 'google scholar',
			display = 'cilmi-baaris',
		},
		{
			code = 'google free images',
			display = 'sawirro bilaash ah',
		},
		{
			code = 'wikipedia reference search',
			display = 'Tixraacyada WP',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'FENS',
			tooltip = 'Ilaha wargeysyada Ingiriisiga ee bilaashka ah',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'Maktabadda WP',
			tooltip = 'Maktabadda Wikipedia',
		},
	}
}