Modul:Pronađi izvore/links

Dokumentaciju za ovaj modul možete napraviti na stranici Modul:Pronađi izvore/links/dok

-- This is a list of links used by [[Module:Find sources]].

return {
	["archive.org"] = {
		url = 'https://archive.org/search.php?query=$1%20AND%20mediatype:texts',
		display = 'Archive.org',
		description = "The [[Internet Archive]], a digital library of public websites.",
	},
	["bing"] = {
		url = 'https://www.bing.com/search?q=$1',
		display = 'Bing',
		description = "[[Bing (search engine)|Bing]], Microsoft's flagship search engine.",
	},
	["duckduckgo"] = {
		url = 'https://duckduckgo.com/?q=$1',
		display = 'DuckDuckGo',
		description = "[[DuckDuckGo]], a search engine that emphasizes protecting searchers' privacy and avoiding the \"filter bubble\" of personalized search results.",
	},
	["google"] = {
		url = 'https://www.google.com/search?as_eq=wikipedia&q=$1',
		display = 'Google',
		description = "[[Google]], the flagship search engine from Google Inc.",
	},
	["google books"] = {
		url = 'https://www.google.com/search?tbs=bks:1&q=$1+-wikipedia',
		display = 'Google Books',
		description = "[[Google Books]], Google's search engine for books."
	},
	["google free images"] = {
		url = 'https://www.google.com/search?safe=off&tbs=sur:fmc&tbm=isch&q=$1+-site:wikipedia.org+-site:wikimedia.org',
		display = 'Free Google Images',
		description = "[[Google Images]], Google's search engine for images. Only images compatible with Wikipedia's licensing are included.",
	},
	["google news"] = {
		url = 'https://www.google.com/search?tbm=nws&q=$1+-wikipedia&tbs=ar:1',
		display = 'Google News',
		description = "[[Google News]], Google's search engine for news sites.",
		notes = "In the past this link searched news archives, but this functionality has been removed by Google. Currently, only recent news articles are searched.",
	},
	["google newspapers"] = {
		url = 'https://www.google.com/search?&q=$1&tbs=bkt:s&tbm=bks',
		display = 'Google Newspapers',
		description = "Google Newspapers, a search of Google's digital archive of print newspapers.",
	},
	["google scholar"] = {
	url = 'https://scholar.google.com/scholar?q=$1',
		display = 'Google Scholar',
		description = "[[Google Scholar]], Google's search engine for academic papers and other scholarly research.",
	},
	["internet archive scholar"] = {
		url = 'https://scholar.archive.org/search?&sort_order=time_desc&q=$1',
		display = 'IA scholar',
		description = "The [[Internet Archive Scholar]], a digital library of open access academic journals.",
		tooltip = "The [[Internet Archive Scholar]], a digital library of open access academic journals.",
	},
	["jstor"] = {
		url = 'https://www.jstor.org/action/doBasicSearch?Query=$1&acc=on&wc=on',
		display = 'JSTOR',
		description = "[[JSTOR]], an online library containing digitised versions of academic journals. Requires a subscription."
	},
	["wikipedia library"] = {
		url = "https://wikipedialibrary.wmflabs.org/search/?q=$1",
		display = "TWL",
		tooltip = "The Wikipedia Library",
		description = "Search results from dozens of services provided via EBSCOhost to Wikipedians via [[Wikipedia:The Wikipedia Library]].",
	},
	["wikipedia reference search"] = {
		url = 'https://www.google.com/custom?hl=en&cx=007734830908295939403%3Agalkqgoksq0&cof=FORID%3A13%3BAH%3Aleft%3BCX%3AWikipedia%2520Reference%2520Search&q=$1',
		display = 'Wikipedia Reference Search',
		description = "[[WP:WRS|Wikipedia Reference Search]], a Google search that only searches sites vetted by Wikipedians.",
	}
}