モジュール:Find sources/templates/Find sources mainspace

< モジュール:Find sources
2022年8月29日 (月) 14:21時点におけるAdminJP1 (トーク | 投稿記録)による版 (ページの作成:「return { -- Blurb -- $1 is the intro link, and $2 represents the other links. blurb = "出典検索<sup>?</sup>: $1 – $2", -- Links introLink = { code = 'google' }, links = { { code = 'google news', display = 'ニュース' }, { code = 'google books', display = '書籍' }, { code = 'google scholar', display = 'スカラー' }, { code = 'cinii', display = 'CiNii' },…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

このモジュールについての説明文ページを モジュール:Find sources/templates/Find sources mainspace/doc に作成できます

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "出典検索[[Template:Find sources mainspace|<sup>?</sup>]]:&nbsp;$1&nbsp;–&nbsp;$2",

	-- Links
	introLink = {
		code = 'google'
	},
	links = {
		{
			code = 'google news',
			display = 'ニュース'
		},
		{
			code = 'google books',
			display = '書籍'
		},
		{
			code = 'google scholar',
			display = 'スカラー'
		},
		{
			code = 'cinii',
			display = 'CiNii'
		},
		{
			code = 'J-STAGE',
			display = 'J-STAGE'
		},
		{
			code = 'NDL',
			display = 'NDL'
		},
		{
			code = 'dlib.jp',
			display = 'dlib.jp'
		},
		{
			code = 'japan search',
			display = 'ジャパンサーチ'
		},
		{
			code = 'wikipedia library',
			display = 'TWL'
		}
	},
	isUsedInMainspace = true
}