「モジュール:Wd/i18n」の版間の差分

提供:関南・東山地方Wiki
ナビゲーションに移動 検索に移動
template>Ironstorms
(英語版同名モジュール最新版に合わせ更新。)
template>Ironstorms
(sandboxで対応します。Ironstorms (会話) による ID:80329451 の版を取り消し)
1行目: 1行目:
-- The values and functions in this submodule should be localized per wiki.
-- The values and functions in this submodule should be localized per wiki.


local p = {}
-- load submodule "aliasesP" that lives next to this submodule
local aliasesP = mw.loadData((...):sub(1, (...):match('^.*()/') - 1).."/aliasesP")


function p.init(aliasesP)
local p = {
p = {
["errors"] = {
["errors"] = {
["unknown-data-type"]          = "'$1'は不明もしくは未対応のデータタイプです。",
["unknown-data-type"]          = "'$1'は不明もしくは未対応のデータタイプです。",
["missing-required-parameter"] = "必要なパラメータが定義されていません。最低限1つ必要です。",
["missing-required-parameter"] = "必要なパラメータが定義されていません。最低限1つ必要です。",
["extra-required-parameter"]  = "パラメータ「'$1'」は任意として定義する必要があります。",
["extra-required-parameter"]  = "パラメータ「'$1'」は任意として定義する必要があります。",
["no-function-specified"]      = "コールするためのファンクションを指定してください指定してください。",  -- equal to the standard module error message
["no-function-specified"]      = "コールするためのファンクションを指定してください指定してください。",  -- equal to the standard module error message
["main-called-twice"]          = 'ファンクション"main"は2度も呼び出せません。',
["main-called-twice"]          = 'ファンクション"main"は2度も呼び出せません。',
["no-such-function"]          = 'ファンクション「"$1"」が存在しません。'  -- equal to the standard module error message
["no-such-function"]          = 'ファンクション「"$1"」が存在しません。'  -- equal to the standard module error message
},
["info"] = {
["edit-on-wikidata"] = "ウィキデータを編集"
},
["numeric"] = {
["decimal-mark"] = ".",
["delimiter"]    = ","
},
["datetime"] = {
["prefixes"] = {
["decade-period"] = ""
},
},
["info"] = {
["suffixes"] = {
["edit-on-wikidata"] = "ウィキデータを編集"
["decade-period"] = "年代",
["millennium"]    = "千年紀",
["century"]      = "世紀",
["million-years"] = "百万年",
["billion-years"] = "億年",
["year"]          = "年",
["years"]         = ""
},
},
["numeric"] = {
["julian-calendar"] = "ユリウス暦",  -- linked page title
["decimal-mark"] = ".",
["julian"]          = "ユリウス暦",
["delimiter"]   = ","
["BCE"]            = "BCE",
["CE"]              = "CE",
["common-era"]      = "en:Common Era"  -- linked page title
},
["coord"] = {
["latitude-north"] = "北緯",
["latitude-south"] = "南緯",
["longitude-east"] = "東経",
["longitude-west"] = "西経",
["degrees"]        = "度",
["minutes"]        = "分",
["seconds"]        = '秒',
["separator"]      = ", "
},
["values"] = {
["unknown"] = "不明",
["none"]    = "無し"
},
["cite"] = {
["version"] = "2",  -- increase this each time the below parameters are changed to avoid conflict errors
["web"] = {
-- <= left side: all allowed reference properties for *web page sources* per https://www.wikidata.org/wiki/Help:Sources
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite web]] (if non-existent, keep empty i.e. "")
[aliasesP.statedIn]            = "website",
[aliasesP.referenceURL]        = "url",
[aliasesP.publicationDate]      = "date",
[aliasesP.retrieved]            = "access-date",
[aliasesP.title]               = "title",
[aliasesP.archiveURL]          = "archive-url",
[aliasesP.archiveDate]          = "archive-date",
[aliasesP.language] = "language",
[aliasesP.author]              = "author",  -- existence of author1, author2, author3, etc. is assumed
[aliasesP.publisher]            = "publisher",
[aliasesP.quote]                = "quote",
[aliasesP.pages]                = "pages" -- extra option
},
},
["datetime"] = {
["q"] = {
["prefixes"] = {
-- <= left side: all allowed reference properties for *sources other than web pages* per https://www.wikidata.org/wiki/Help:Sources
["decade-period"] = ""
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite Q]] (if non-existent, keep empty i.e. "")
},
[aliasesP.statedIn]                = "1",
["suffixes"] = {
[aliasesP.pages]                  = "pages",
["decade-period"] = "年代",
[aliasesP.column]                  = "at",
["millennium"]    = "千年紀",
[aliasesP.chapter]                = "chapter",
["century"]      = "世紀",
[aliasesP.sectionVerseOrParagraph] = "section",
["million-years"] = "百万年",
["external-id"]                    = "id",  -- used for any type of database property ID
["billion-years"] = "億年",
[aliasesP.title]                  = "title",
["year"]          = "年",
[aliasesP.publicationDate]        = "date",
["years"]        = "年"
[aliasesP.retrieved]              = "access-date"
},
["julian-calendar"] = "ユリウス暦",  -- linked page title
["julian"]          = "ユリウス暦",
["BCE"]            = "BCE",
["CE"]              = "CE",
["common-era"]      = "en:Common Era"  -- linked page title
},
["coord"] = {
["latitude-north"] = "北緯",
["latitude-south"] = "南緯",
["longitude-east"] = "東経",
["longitude-west"] = "西経",
["degrees"]        = "度",
["minutes"]        = "分",
["seconds"]        = '秒',
["separator"]      = ", "
},
["values"] = {
["unknown"] = "不明",
["none"]    = "無し"
},
["cite"] = {
["version"] = "2",  -- increase this each time the below parameters are changed to avoid conflict errors
["web"] = {
-- <= left side: all allowed reference properties for *web page sources* per https://www.wikidata.org/wiki/Help:Sources
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite web]] (if non-existent, keep empty i.e. "")
[aliasesP.statedIn]            = "website",
[aliasesP.referenceURL]        = "url",
[aliasesP.publicationDate]      = "date",
[aliasesP.retrieved]            = "access-date",
[aliasesP.title]                = "title",
[aliasesP.archiveURL]          = "archive-url",
[aliasesP.archiveDate]          = "archive-date",
[aliasesP.language] = "language",
[aliasesP.author]              = "author",  -- existence of author1, author2, author3, etc. is assumed
[aliasesP.publisher]            = "publisher",
[aliasesP.quote]                = "quote",
[aliasesP.pages]                = "pages"  -- extra option
},
["q"] = {
-- <= left side: all allowed reference properties for *sources other than web pages* per https://www.wikidata.org/wiki/Help:Sources
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite Q]] (if non-existent, keep empty i.e. "")
[aliasesP.statedIn]                = "1",
[aliasesP.pages]                  = "pages",
[aliasesP.column]                  = "at",
[aliasesP.chapter]                = "chapter",
[aliasesP.sectionVerseOrParagraph] = "section",
["external-id"]                    = "id",  -- used for any type of database property ID
[aliasesP.title]                  = "title",
[aliasesP.publicationDate]        = "date",
[aliasesP.retrieved]              = "access-date"
}
}
}
}
}
}


p.getOrdinalSuffix = function(num)
function p.getOrdinalSuffix(num)
if tostring(num):sub(-2,-2) == '1' then
if tostring(num):sub(-2,-2) == '1' then
return ""  -- 10th, 11th, 12th, 13th, ... 19th
return ""  -- 10th, 11th, 12th, 13th, ... 19th
end
end
num = tostring(num):sub(-1)
num = tostring(num):sub(-1)
if num == '1' then
if num == '1' then
return ""
return ""
elseif num == '2' then
elseif num == '2' then
return ""
return ""
elseif num == '3' then
elseif num == '3' then
return ""
return ""
else
else
return ""
return ""
end
end
end
end


p.addDelimiters = function(n)
function p.addDelimiters(n)
local left, num, right = string.match(n, "^([^%d]*%d)(%d*)(.-)$")
local left, num, right = string.match(n, "^([^%d]*%d)(%d*)(.-)$")
if left and num and right then
if left and num and right then
return left .. (num:reverse():gsub("(%d%d%d)", "%1" .. p['numeric']['delimiter']):reverse()) .. right
return left .. (num:reverse():gsub("(%d%d%d)", "%1" .. p['numeric']['delimiter']):reverse()) .. right
else
else
return n
return n
end
end
end
return p
end
end


return p
return p

2020年11月7日 (土) 17:35時点における版

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

-- The values and functions in this submodule should be localized per wiki.

-- load submodule "aliasesP" that lives next to this submodule
local aliasesP = mw.loadData((...):sub(1, (...):match('^.*()/') - 1).."/aliasesP")

local p = {
	["errors"] = {
		["unknown-data-type"]          = "'$1'は不明もしくは未対応のデータタイプです。",
		["missing-required-parameter"] = "必要なパラメータが定義されていません。最低限1つ必要です。",
		["extra-required-parameter"]   = "パラメータ「'$1'」は任意として定義する必要があります。",
		["no-function-specified"]      = "コールするためのファンクションを指定してください指定してください。",  -- equal to the standard module error message
		["main-called-twice"]          = 'ファンクション"main"は2度も呼び出せません。',
		["no-such-function"]           = 'ファンクション「"$1"」が存在しません。'  -- equal to the standard module error message
	},
	["info"] = {
		["edit-on-wikidata"] = "ウィキデータを編集"
	},
	["numeric"] = {
		["decimal-mark"] = ".",
		["delimiter"]    = ","
	},
	["datetime"] = {
		["prefixes"] = {
			["decade-period"] = ""
		},
		["suffixes"] = {
			["decade-period"] = "年代",
			["millennium"]    = "千年紀",
			["century"]       = "世紀",
			["million-years"] = "百万年",
			["billion-years"] = "億年",
			["year"]          = "年",
			["years"]         = "年"
		},
		["julian-calendar"] = "ユリウス暦",  -- linked page title
		["julian"]          = "ユリウス暦",
		["BCE"]             = "BCE",
		["CE"]              = "CE",
		["common-era"]      = "en:Common Era"  -- linked page title
	},
	["coord"] = {
		["latitude-north"] = "北緯",
		["latitude-south"] = "南緯",
		["longitude-east"] = "東経",
		["longitude-west"] = "西経",
		["degrees"]        = "度",
		["minutes"]        = "分",
		["seconds"]        = '秒',
		["separator"]      = ", "
	},
	["values"] = {
		["unknown"] = "不明",
		["none"]    = "無し"
	},
	["cite"] = {
		["version"] = "2",  -- increase this each time the below parameters are changed to avoid conflict errors
		["web"] = {
			-- <= left side: all allowed reference properties for *web page sources* per https://www.wikidata.org/wiki/Help:Sources
			-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite web]] (if non-existent, keep empty i.e. "")
			[aliasesP.statedIn]             = "website",
			[aliasesP.referenceURL]         = "url",
			[aliasesP.publicationDate]      = "date",
			[aliasesP.retrieved]            = "access-date",
			[aliasesP.title]                = "title",
			[aliasesP.archiveURL]           = "archive-url",
			[aliasesP.archiveDate]          = "archive-date",
			[aliasesP.language]				= "language",
			[aliasesP.author]               = "author",  -- existence of author1, author2, author3, etc. is assumed
			[aliasesP.publisher]            = "publisher",
			[aliasesP.quote]                = "quote",
			[aliasesP.pages]                = "pages"  -- extra option
		},
		["q"] = {
			-- <= left side: all allowed reference properties for *sources other than web pages* per https://www.wikidata.org/wiki/Help:Sources
			-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite Q]] (if non-existent, keep empty i.e. "")
			[aliasesP.statedIn]                = "1",
			[aliasesP.pages]                   = "pages",
			[aliasesP.column]                  = "at",
			[aliasesP.chapter]                 = "chapter",
			[aliasesP.sectionVerseOrParagraph] = "section",
			["external-id"]                    = "id",  -- used for any type of database property ID
			[aliasesP.title]                   = "title",
			[aliasesP.publicationDate]         = "date",
			[aliasesP.retrieved]               = "access-date"
		}
	}
}

function p.getOrdinalSuffix(num)
	if tostring(num):sub(-2,-2) == '1' then
		return ""  -- 10th, 11th, 12th, 13th, ... 19th
	end
	
	num = tostring(num):sub(-1)
	
	if num == '1' then
		return ""
	elseif num == '2' then
		return ""
	elseif num == '3' then
		return ""
	else
		return ""
	end
end

function p.addDelimiters(n)
	local left, num, right = string.match(n, "^([^%d]*%d)(%d*)(.-)$")
	
	if left and num and right then
		return left .. (num:reverse():gsub("(%d%d%d)", "%1" .. p['numeric']['delimiter']):reverse()) .. right
	else
		return n
	end
end

return p