「
モジュール:Wd/i18n
」を編集中
2025年3月26日 (水) 16:06時点における
Wikipedia>FlatLanguage
による版
(
en:Module:Wd/i18n
の
2024-10-05T14:22:01Z
の版を翻訳)
(差分) ← 古い版 |
最新版
(
差分
) |
新しい版 →
(
差分
)
ナビゲーションに移動
検索に移動
警告: このページの古い版を編集しています。
公開すると、この版以降になされた変更がすべて失われます。
警告:
ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。
ログイン
または
アカウントを作成
すれば、あなたの編集はその利用者名とともに表示されるほか、さまざまなメリットもあります。
スパム攻撃防止用のチェックです。 決して、ここには、値の入力は
しない
でください!
-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["version"] = "7", -- increment this each time the below parameters are changed to avoid reference conflict errors ["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 ["no-such-reference-template"] = 'Error: 出典出力タイプ“$3”の出力テンプレートとして“$2”に設定されているテンプレート“$1”が存在しません。', -- Parts of the error message signalling a malformed reference. ["malformed-reference-header"] = "<span style=\"color:#dd3333\">\nError: Wikidataからの参考文献を正しく表示できません。技術的な詳細:\n", ["malformed-reference-footer"] = "詳細は[[:en:Module:wd/doc#参考文献|説明文]]を参照。\n</span>\n[[Category:Module:Wd 参考文献エラー]]", ["template-failure-reason"] = "* {{tl|$1}}での失敗の原因: $2\n", ["missing-mandatory-param"] = '出力テンプレートの呼び出しで必須の引数<code>$1</code>が見つかりません。', ["unknown-property-in-ref"] = 'Wikidataの参考文献には、このテンプレートのどの引数にも割り当てられていないプロパティ{{property|$1}}が含まれています' }, ["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"] = { ["output-types"] = {"web", "q"}, -- In this order, the output types will be tried ["param-mapping"] = { ["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", [aliasesP.authorNameString] = "author", [aliasesP.publisher] = "publisher", [aliasesP.quote] = "quote", [aliasesP.pages] = "pages", -- extra option [aliasesP.publishedIn] = "website", [aliasesP.sectionVerseOrParagraph] = "at" }, ["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" } }, ["config"] = { -- supported fields: -- - template: name of the template used for output -- - numbered-params: citation params accepting an arbitrary number of values by numbering the params (e.g. author1, author2) -- - raw-value-params: params taking a raw value (which means the property is rendered with getValue with raw=true) -- - mandatory-params: params that are required be in the template call (after potentially appending numbers to params listed in numbered-params) -- Leaving out the "template" field causes the output type to be ignored. ["web"] = { ["template"] = "Cite web2", ["numbered-params"] = {"author"}, ["mandatory-params"] = {"url"} }, ["q"] = { ["template"] = "Cite Q", ["raw-value-params"] = {"1"}, -- the first, unnamed parameter of CiteQ takes a QID, not the name of the item cited ["mandatory-params"] = {"1"} } } } } p.getOrdinalSuffix = function(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 p.addDelimiters = function(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 end return p
編集内容の要約:
uwuzu 非公式Wikiへの投稿はすべて、クリエイティブ・コモンズ 表示-非営利-継承 (詳細は
UwuzuWiki:著作権
を参照)のもとで公開したと見なされることにご注意ください。 自分が書いたものが他の人に容赦なく編集され、自由に配布されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください。
著作権保護されている作品は、許諾なしに投稿しないでください!
キャンセル
編集ヘルプ
(新しいウィンドウで開きます)
このページで参照読み込みされているページ:
モジュール:Wd/i18n/doc
(
編集
)
ナビゲーション メニュー
個人用ツール
ログインしていません
トーク
投稿記録
アカウント作成
ログイン
名前空間
モジュール
議論
English
表示
閲覧
ソースを編集
履歴表示
その他
検索
案内
メインページ
最近の更新
おまかせ表示
MediaWiki についてのヘルプ
特別ページ
このWIkiについて
ツール
リンク元
関連ページの更新状況
ページ情報
他のプロジェクト