Tu banner alternativo

Module:Find sources/templates/Find sources

In today's article we will explore Module:Find sources/templates/Find sources, a topic that has generated great interest and controversy in recent times. Since its appearance, Module:Find sources/templates/Find sources has been the subject of debate and discussion in different areas, generating conflicting opinions and raising questions about its true impact. Throughout the article we will analyze different aspects related to Module:Find sources/templates/Find sources, from its origin and evolution to its influence on current society. Without a doubt, Module:Find sources/templates/Find sources is a relevant topic that deserves to be addressed carefully to understand its scope and impact in today's world.

Tu banner alternativo

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

	-- Links
	links = {
		{
			code = 'google',
			display = 'Google',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'books',
		},
		{
			code = 'google news',
			display = 'news',
		},
		{
			code = 'google scholar',
			display = 'scholar',
		},
		{
			code = 'google free images',
			display = 'free images',
		},
		{
			code = 'wikipedia reference search',
			display = 'WP refs',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'FENS',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
			tooltip = 'The Wikipedia Library',
		},
	}
}