Modul:Find sources/templates/Find sources

Dari Wiki Javasatu
Revisi sejak 4 Oktober 2023 17.15 oleh Adminjavasatu (bicara | kontrib) (←Membuat halaman berisi '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', dis...')
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
Loncat ke navigasi Loncat ke pencarian

Dokumentasi untuk modul ini dapat dibuat di Modul:Find sources/templates/Find sources/doc

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'
		}
	}
}