ಮಾಡ್ಯೂಲ್:Find sources/templates/Find sources

ವಿಕಿಪೀಡಿಯದಿಂದ, ಇದು ಮುಕ್ತ ಹಾಗೂ ಸ್ವತಂತ್ರ ವಿಶ್ವಕೋಶ

Documentation for this module may be created at ಮಾಡ್ಯೂಲ್:Find sources/templates/Find sources/doc

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''ಮೂಲಗಳನ್ನು ಹುಡುಕಿ:'' $1$2",

	-- Links
	links = {
		{
			code = 'google',
			display = 'ಗೂಗಲ್',
			separator = ' (',
		},
		{
			code = 'google books',
			display = 'ಪುಸ್ತಕಗಳು',
		},
		{
			code = 'google news',
			display = 'ಸುದ್ದಿಗಳು',
		},
		{
			code = 'google newspapers',
			display = 'ಪತ್ರಿಕೆಗಳು',
		},
		{
			code = 'google scholar',
			display = 'ವಿದ್ವಾಂಸ ಮಟ್ಟದ ಲೇಖನಗಳು',
		},
		{
			code = 'google free images',
			display = 'ಉಚಿತ ಚಿತ್ರಗಳು',
		},
		{
			code = 'wikipedia reference search',
			display = 'WP refs',
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
		    afterDisplay = ')',
		},
	}
}